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 booleanequals(Object o)StringgetClientId()BooleangetConfidential()StringgetIntegrationId()StringgetName()Collection<String>getRedirectUrls()TokenAccessPolicygetTokenAccessPolicy()inthashCode()GetCustomAppIntegrationOutputsetClientId(String clientId)GetCustomAppIntegrationOutputsetConfidential(Boolean confidential)GetCustomAppIntegrationOutputsetIntegrationId(String integrationId)GetCustomAppIntegrationOutputsetName(String name)GetCustomAppIntegrationOutputsetRedirectUrls(Collection<String> redirectUrls)GetCustomAppIntegrationOutputsetTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy)StringtoString()
-
-
-
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()
-
-