@Generated public class CustomAppIntegrationAPI extends Object
Constructor and Description |
---|
CustomAppIntegrationAPI(ApiClient apiClient)
Regular-use constructor
|
CustomAppIntegrationAPI(CustomAppIntegrationService mock)
Constructor for mocks
|
Modifier and Type | Method and Description |
---|---|
CreateCustomAppIntegrationOutput |
create(CreateCustomAppIntegration request)
Create Custom OAuth App Integration.
|
CreateCustomAppIntegrationOutput |
create(String name,
Collection<String> redirectUrls) |
void |
delete(DeleteCustomAppIntegrationRequest request)
Delete Custom OAuth App Integration.
|
void |
delete(String integrationId) |
GetCustomAppIntegrationOutput |
get(GetCustomAppIntegrationRequest request)
Get OAuth Custom App Integration.
|
GetCustomAppIntegrationOutput |
get(String integrationId) |
CustomAppIntegrationService |
impl() |
Iterable<GetCustomAppIntegrationOutput> |
list()
Get custom oauth app integrations.
|
void |
update(String integrationId) |
void |
update(UpdateCustomAppIntegration request)
Updates Custom OAuth App Integration.
|
public CustomAppIntegrationAPI(ApiClient apiClient)
public CustomAppIntegrationAPI(CustomAppIntegrationService mock)
public CreateCustomAppIntegrationOutput create(String name, Collection<String> redirectUrls)
public CreateCustomAppIntegrationOutput create(CreateCustomAppIntegration request)
Create Custom OAuth App Integration.
You can retrieve the custom oauth app integration via :method:CustomAppIntegration/get.
public void delete(String integrationId)
public void delete(DeleteCustomAppIntegrationRequest request)
Delete an existing Custom OAuth App Integration. You can retrieve the custom oauth app integration via :method:CustomAppIntegration/get.
public GetCustomAppIntegrationOutput get(String integrationId)
public GetCustomAppIntegrationOutput get(GetCustomAppIntegrationRequest request)
Gets the Custom OAuth App Integration for the given integration id.
public Iterable<GetCustomAppIntegrationOutput> list()
Get the list of custom oauth app integrations for the specified Databricks account
public void update(String integrationId)
public void update(UpdateCustomAppIntegration request)
Updates an existing custom OAuth App Integration. You can retrieve the custom oauth app integration via :method:CustomAppIntegration/get.
public CustomAppIntegrationService impl()
Copyright © 2023. All rights reserved.