Class CreateCustomAppIntegrationOutput
- java.lang.Object
-
- com.databricks.sdk.service.oauth2.CreateCustomAppIntegrationOutput
-
@Generated public class CreateCustomAppIntegrationOutput extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateCustomAppIntegrationOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClientId()StringgetClientSecret()StringgetIntegrationId()inthashCode()CreateCustomAppIntegrationOutputsetClientId(String clientId)CreateCustomAppIntegrationOutputsetClientSecret(String clientSecret)CreateCustomAppIntegrationOutputsetIntegrationId(String integrationId)StringtoString()
-
-
-
Method Detail
-
setClientId
public CreateCustomAppIntegrationOutput setClientId(String clientId)
-
getClientId
public String getClientId()
-
setClientSecret
public CreateCustomAppIntegrationOutput setClientSecret(String clientSecret)
-
getClientSecret
public String getClientSecret()
-
setIntegrationId
public CreateCustomAppIntegrationOutput setIntegrationId(String integrationId)
-
getIntegrationId
public String getIntegrationId()
-
-