Class GetCustomAppIntegrationOutput
- java.lang.Object
-
- com.databricks.sdk.service.oauth2.GetCustomAppIntegrationOutput
-
@Generated public class GetCustomAppIntegrationOutput extends Object
-
-
Constructor Summary
Constructors Constructor Description GetCustomAppIntegrationOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClientId()
Boolean
getConfidential()
String
getIntegrationId()
String
getName()
Collection<String>
getRedirectUrls()
TokenAccessPolicy
getTokenAccessPolicy()
int
hashCode()
GetCustomAppIntegrationOutput
setClientId(String clientId)
GetCustomAppIntegrationOutput
setConfidential(Boolean confidential)
GetCustomAppIntegrationOutput
setIntegrationId(String integrationId)
GetCustomAppIntegrationOutput
setName(String name)
GetCustomAppIntegrationOutput
setRedirectUrls(Collection<String> redirectUrls)
GetCustomAppIntegrationOutput
setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy)
String
toString()
-
-
-
Method Detail
-
setClientId
public GetCustomAppIntegrationOutput setClientId(String clientId)
-
getClientId
public String getClientId()
-
setConfidential
public GetCustomAppIntegrationOutput setConfidential(Boolean confidential)
-
getConfidential
public Boolean getConfidential()
-
setIntegrationId
public GetCustomAppIntegrationOutput setIntegrationId(String integrationId)
-
getIntegrationId
public String getIntegrationId()
-
setName
public GetCustomAppIntegrationOutput setName(String name)
-
getName
public String getName()
-
setRedirectUrls
public GetCustomAppIntegrationOutput setRedirectUrls(Collection<String> redirectUrls)
-
getRedirectUrls
public Collection<String> getRedirectUrls()
-
setTokenAccessPolicy
public GetCustomAppIntegrationOutput setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy)
-
getTokenAccessPolicy
public TokenAccessPolicy getTokenAccessPolicy()
-
-