@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-05-07T11:42:47.246+01:00[Europe/London]") public class AttributesApi extends Object
| Constructor and Description |
|---|
AttributesApi() |
AttributesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<Attribute> |
getAttributes()
Gets the list of attributes
Retrieves the list of attributes configured against a hullo account.
|
List<Attribute> |
getAttributes(Map<String,String> additionalHeaders)
Gets the list of attributes
Retrieves the list of attributes configured against a hullo account.
|
void |
setApiClient(ApiClient apiClient) |
public AttributesApi()
public AttributesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<Attribute> getAttributes() throws ApiException
ApiException - if fails to make API callpublic List<Attribute> getAttributes(Map<String,String> additionalHeaders) throws ApiException
additionalHeaders - additionalHeaders for this callApiException - if fails to make API callCopyright © 2024. All rights reserved.