@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 Published OAuth App Integration.
|
void |
delete(String integrationId) |
GetPublishedAppIntegrationOutput |
get(GetPublishedAppIntegrationRequest request)
Get OAuth Published App Integration.
|
GetPublishedAppIntegrationOutput |
get(String integrationId) |
PublishedAppIntegrationService |
impl() |
Iterable<GetPublishedAppIntegrationOutput> |
list()
Get published oauth app integrations.
|
void |
update(String integrationId) |
void |
update(UpdatePublishedAppIntegration request)
Updates Published OAuth App Integration.
|
public PublishedAppIntegrationAPI(ApiClient apiClient)
public PublishedAppIntegrationAPI(PublishedAppIntegrationService mock)
public CreatePublishedAppIntegrationOutput create(CreatePublishedAppIntegration request)
Create Published OAuth App Integration.
You can retrieve the published oauth app integration via :method:PublishedAppIntegration/get.
public void delete(String integrationId)
public void delete(DeletePublishedAppIntegrationRequest request)
Delete an existing Published OAuth App Integration. You can retrieve the published oauth app integration via :method:PublishedAppIntegration/get.
public GetPublishedAppIntegrationOutput get(String integrationId)
public GetPublishedAppIntegrationOutput get(GetPublishedAppIntegrationRequest request)
Gets the Published OAuth App Integration for the given integration id.
public Iterable<GetPublishedAppIntegrationOutput> list()
Get the list of published oauth app integrations for the specified Databricks account
public void update(String integrationId)
public void update(UpdatePublishedAppIntegration request)
Updates an existing published OAuth App Integration. You can retrieve the published oauth app integration via :method:PublishedAppIntegration/get.
public PublishedAppIntegrationService impl()
Copyright © 2023. All rights reserved.