Uses of Interface
com.databricks.sdk.service.oauth2.PublishedAppIntegrationService
-
Packages that use PublishedAppIntegrationService Package Description com.databricks.sdk com.databricks.sdk.service.oauth2 -
-
Uses of PublishedAppIntegrationService in com.databricks.sdk
Methods in com.databricks.sdk with parameters of type PublishedAppIntegrationService Modifier and Type Method Description AccountClient
AccountClient. withPublishedAppIntegrationImpl(PublishedAppIntegrationService publishedAppIntegration)
Override PublishedAppIntegrationAPI with mock -
Uses of PublishedAppIntegrationService in com.databricks.sdk.service.oauth2
Methods in com.databricks.sdk.service.oauth2 that return PublishedAppIntegrationService Modifier and Type Method Description PublishedAppIntegrationService
PublishedAppIntegrationAPI. impl()
Constructors in com.databricks.sdk.service.oauth2 with parameters of type PublishedAppIntegrationService Constructor Description PublishedAppIntegrationAPI(PublishedAppIntegrationService mock)
Constructor for mocks
-