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 boolean
equals(Object o)
String
getClientId()
String
getClientSecret()
String
getIntegrationId()
int
hashCode()
CreateCustomAppIntegrationOutput
setClientId(String clientId)
CreateCustomAppIntegrationOutput
setClientSecret(String clientSecret)
CreateCustomAppIntegrationOutput
setIntegrationId(String integrationId)
String
toString()
-
-
-
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()
-
-