@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.
|
void |
delete(DeleteCustomAppIntegrationRequest request)
Delete an existing Custom OAuth App Integration.
|
void |
delete(String integrationId) |
GetCustomAppIntegrationOutput |
get(GetCustomAppIntegrationRequest request)
Gets the Custom OAuth App Integration for the given integration id.
|
GetCustomAppIntegrationOutput |
get(String integrationId) |
CustomAppIntegrationService |
impl() |
Iterable<GetCustomAppIntegrationOutput> |
list(ListCustomAppIntegrationsRequest request)
Get the list of custom OAuth app integrations for the specified Databricks account
|
void |
update(UpdateCustomAppIntegration request)
Updates an existing custom OAuth App Integration.
|
public CustomAppIntegrationAPI(ApiClient apiClient)
public CustomAppIntegrationAPI(CustomAppIntegrationService mock)
public CreateCustomAppIntegrationOutput create(CreateCustomAppIntegration request)
You can retrieve the custom OAuth app integration via :method:CustomAppIntegration/get.
public void delete(String integrationId)
public void delete(DeleteCustomAppIntegrationRequest request)
public GetCustomAppIntegrationOutput get(String integrationId)
public GetCustomAppIntegrationOutput get(GetCustomAppIntegrationRequest request)
public Iterable<GetCustomAppIntegrationOutput> list(ListCustomAppIntegrationsRequest request)
public void update(UpdateCustomAppIntegration request)
public CustomAppIntegrationService impl()
Copyright © 2026. All rights reserved.