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 GetPublishedAppIntegrationOutputPublishedAppIntegrationAPI. get(GetPublishedAppIntegrationRequest request)Get OAuth Published App Integration.GetPublishedAppIntegrationOutputPublishedAppIntegrationAPI. get(String integrationId)GetPublishedAppIntegrationOutputPublishedAppIntegrationService. get(GetPublishedAppIntegrationRequest getPublishedAppIntegrationRequest)Get OAuth Published App Integration.GetPublishedAppIntegrationOutputGetPublishedAppIntegrationOutput. setAppId(String appId)GetPublishedAppIntegrationOutputGetPublishedAppIntegrationOutput. setIntegrationId(String integrationId)GetPublishedAppIntegrationOutputGetPublishedAppIntegrationOutput. setName(String name)GetPublishedAppIntegrationOutputGetPublishedAppIntegrationOutput. 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 GetPublishedAppIntegrationsOutputGetPublishedAppIntegrationsOutput. setApps(Collection<GetPublishedAppIntegrationOutput> apps)
-