Uses of Class
com.databricks.sdk.service.oauth2.CreateCustomAppIntegrationOutput
-
Packages that use CreateCustomAppIntegrationOutput Package Description com.databricks.sdk.service.oauth2 -
-
Uses of CreateCustomAppIntegrationOutput in com.databricks.sdk.service.oauth2
Methods in com.databricks.sdk.service.oauth2 that return CreateCustomAppIntegrationOutput Modifier and Type Method Description CreateCustomAppIntegrationOutputCustomAppIntegrationAPI. create(CreateCustomAppIntegration request)Create Custom OAuth App Integration.CreateCustomAppIntegrationOutputCustomAppIntegrationAPI. create(String name, Collection<String> redirectUrls)CreateCustomAppIntegrationOutputCustomAppIntegrationService. create(CreateCustomAppIntegration createCustomAppIntegration)Create Custom OAuth App Integration.CreateCustomAppIntegrationOutputCreateCustomAppIntegrationOutput. setClientId(String clientId)CreateCustomAppIntegrationOutputCreateCustomAppIntegrationOutput. setClientSecret(String clientSecret)CreateCustomAppIntegrationOutputCreateCustomAppIntegrationOutput. setIntegrationId(String integrationId)
-