@Generated public class PublishedAppIntegrationAPI extends Object
| Constructor and Description |
|---|
PublishedAppIntegrationAPI(ApiClient apiClient)
Regular-use constructor
|
PublishedAppIntegrationAPI(PublishedAppIntegrationService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
CreatePublishedAppIntegrationOutput |
create(CreatePublishedAppIntegration request)
Create Published OAuth App Integration.
|
void |
delete(DeletePublishedAppIntegrationRequest request)
Delete an existing Published OAuth App Integration.
|
void |
delete(String integrationId) |
GetPublishedAppIntegrationOutput |
get(GetPublishedAppIntegrationRequest request)
Gets the Published OAuth App Integration for the given integration id.
|
GetPublishedAppIntegrationOutput |
get(String integrationId) |
PublishedAppIntegrationService |
impl() |
Iterable<GetPublishedAppIntegrationOutput> |
list(ListPublishedAppIntegrationsRequest request)
Get the list of published OAuth app integrations for the specified Databricks account
|
void |
update(UpdatePublishedAppIntegration request)
Updates an existing published OAuth App Integration.
|
public PublishedAppIntegrationAPI(ApiClient apiClient)
public PublishedAppIntegrationAPI(PublishedAppIntegrationService mock)
public CreatePublishedAppIntegrationOutput create(CreatePublishedAppIntegration request)
You can retrieve the published OAuth app integration via :method:PublishedAppIntegration/get.
public void delete(String integrationId)
public void delete(DeletePublishedAppIntegrationRequest request)
public GetPublishedAppIntegrationOutput get(String integrationId)
public GetPublishedAppIntegrationOutput get(GetPublishedAppIntegrationRequest request)
public Iterable<GetPublishedAppIntegrationOutput> list(ListPublishedAppIntegrationsRequest request)
public void update(UpdatePublishedAppIntegration request)
public PublishedAppIntegrationService impl()
Copyright © 2026. All rights reserved.