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 GetCustomAppIntegrationOutputCustomAppIntegrationAPI. get(GetCustomAppIntegrationRequest request)Get OAuth Custom App Integration.GetCustomAppIntegrationOutputCustomAppIntegrationAPI. get(String integrationId)GetCustomAppIntegrationOutputCustomAppIntegrationService. get(GetCustomAppIntegrationRequest getCustomAppIntegrationRequest)Get OAuth Custom App Integration.GetCustomAppIntegrationOutputGetCustomAppIntegrationOutput. setClientId(String clientId)GetCustomAppIntegrationOutputGetCustomAppIntegrationOutput. setConfidential(Boolean confidential)GetCustomAppIntegrationOutputGetCustomAppIntegrationOutput. setIntegrationId(String integrationId)GetCustomAppIntegrationOutputGetCustomAppIntegrationOutput. setName(String name)GetCustomAppIntegrationOutputGetCustomAppIntegrationOutput. setRedirectUrls(Collection<String> redirectUrls)GetCustomAppIntegrationOutputGetCustomAppIntegrationOutput. 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 GetCustomAppIntegrationsOutputGetCustomAppIntegrationsOutput. setApps(Collection<GetCustomAppIntegrationOutput> apps)
-