Uses of Class
com.databricks.sdk.service.oauth2.GetCustomAppIntegrationOutput
-
Packages that use GetCustomAppIntegrationOutput Package Description com.databricks.sdk.service.oauth2 -
-
Uses of GetCustomAppIntegrationOutput in com.databricks.sdk.service.oauth2
Methods in com.databricks.sdk.service.oauth2 that return GetCustomAppIntegrationOutput Modifier and Type Method Description GetCustomAppIntegrationOutput
CustomAppIntegrationAPI. get(GetCustomAppIntegrationRequest request)
Get OAuth Custom App Integration.GetCustomAppIntegrationOutput
CustomAppIntegrationAPI. get(String integrationId)
GetCustomAppIntegrationOutput
CustomAppIntegrationService. get(GetCustomAppIntegrationRequest getCustomAppIntegrationRequest)
Get OAuth Custom App Integration.GetCustomAppIntegrationOutput
GetCustomAppIntegrationOutput. setClientId(String clientId)
GetCustomAppIntegrationOutput
GetCustomAppIntegrationOutput. setConfidential(Boolean confidential)
GetCustomAppIntegrationOutput
GetCustomAppIntegrationOutput. setIntegrationId(String integrationId)
GetCustomAppIntegrationOutput
GetCustomAppIntegrationOutput. setName(String name)
GetCustomAppIntegrationOutput
GetCustomAppIntegrationOutput. setRedirectUrls(Collection<String> redirectUrls)
GetCustomAppIntegrationOutput
GetCustomAppIntegrationOutput. setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy)
Methods in com.databricks.sdk.service.oauth2 that return types with arguments of type GetCustomAppIntegrationOutput Modifier and Type Method Description Collection<GetCustomAppIntegrationOutput>
GetCustomAppIntegrationsOutput. getApps()
Iterable<GetCustomAppIntegrationOutput>
CustomAppIntegrationAPI. list()
Get custom oauth app integrations.Method parameters in com.databricks.sdk.service.oauth2 with type arguments of type GetCustomAppIntegrationOutput Modifier and Type Method Description GetCustomAppIntegrationsOutput
GetCustomAppIntegrationsOutput. setApps(Collection<GetCustomAppIntegrationOutput> apps)
-