Uses of Class
com.databricks.sdk.service.oauth2.GetPublishedAppIntegrationOutput
-
Packages that use GetPublishedAppIntegrationOutput Package Description com.databricks.sdk.service.oauth2 -
-
Uses of GetPublishedAppIntegrationOutput in com.databricks.sdk.service.oauth2
Methods in com.databricks.sdk.service.oauth2 that return GetPublishedAppIntegrationOutput Modifier and Type Method Description GetPublishedAppIntegrationOutput
PublishedAppIntegrationAPI. get(GetPublishedAppIntegrationRequest request)
Get OAuth Published App Integration.GetPublishedAppIntegrationOutput
PublishedAppIntegrationAPI. get(String integrationId)
GetPublishedAppIntegrationOutput
PublishedAppIntegrationService. get(GetPublishedAppIntegrationRequest getPublishedAppIntegrationRequest)
Get OAuth Published App Integration.GetPublishedAppIntegrationOutput
GetPublishedAppIntegrationOutput. setAppId(String appId)
GetPublishedAppIntegrationOutput
GetPublishedAppIntegrationOutput. setIntegrationId(String integrationId)
GetPublishedAppIntegrationOutput
GetPublishedAppIntegrationOutput. setName(String name)
GetPublishedAppIntegrationOutput
GetPublishedAppIntegrationOutput. setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy)
Methods in com.databricks.sdk.service.oauth2 that return types with arguments of type GetPublishedAppIntegrationOutput Modifier and Type Method Description Collection<GetPublishedAppIntegrationOutput>
GetPublishedAppIntegrationsOutput. getApps()
Iterable<GetPublishedAppIntegrationOutput>
PublishedAppIntegrationAPI. list()
Get published oauth app integrations.Method parameters in com.databricks.sdk.service.oauth2 with type arguments of type GetPublishedAppIntegrationOutput Modifier and Type Method Description GetPublishedAppIntegrationsOutput
GetPublishedAppIntegrationsOutput. setApps(Collection<GetPublishedAppIntegrationOutput> apps)
-