public class CustomTabsApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CustomTabsApi.ListOptions |
| Constructor and Description |
|---|
CustomTabsApi() |
CustomTabsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
TabMetadata |
create(String accountId,
TabMetadata tabMetadata)
Creates a custom tab.
|
void |
delete(String accountId,
String customTabId)
Deletes custom tab information.
|
TabMetadata |
get(String accountId,
String customTabId)
Gets custom tab information.
|
ApiClient |
getApiClient() |
TabMetadataList |
list(String accountId)
Gets a list of all account tabs.
|
TabMetadataList |
list(String accountId,
CustomTabsApi.ListOptions options)
Gets a list of all account tabs.
|
void |
setApiClient(ApiClient apiClient) |
TabMetadata |
update(String accountId,
String customTabId,
TabMetadata tabMetadata)
Updates custom tab information.
|
public CustomTabsApi()
public CustomTabsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public TabMetadataList list(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic TabMetadataList list(String accountId, CustomTabsApi.ListOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.CustomTabsApi.ListOptions - Options for modifying the method behavior.ApiExceptionpublic TabMetadata create(String accountId, TabMetadata tabMetadata) throws ApiException
accountId - The external account number (int) or account ID Guid.CustomTabsApi.CreateOptions - Options for modifying the method behavior.ApiExceptionpublic TabMetadata get(String accountId, String customTabId) throws ApiException
accountId - The external account number (int) or account ID Guid.customTabId - CustomTabsApi.GetOptions - Options for modifying the method behavior.ApiExceptionpublic TabMetadata update(String accountId, String customTabId, TabMetadata tabMetadata) throws ApiException
accountId - The external account number (int) or account ID Guid.customTabId - CustomTabsApi.UpdateOptions - Options for modifying the method behavior.ApiExceptionpublic void delete(String accountId, String customTabId) throws ApiException
accountId - The external account number (int) or account ID Guid.customTabId - CustomTabsApi.DeleteOptions - Options for modifying the method behavior.ApiExceptionCopyright © 2017. All rights reserved.