@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class TagTypeApi extends Object
| Constructor and Description |
|---|
TagTypeApi() |
TagTypeApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
TagType |
tagTypeCreateTagType(TagTypeCreateRequest tagTypeCreateRequest)
createTagType
Creates a new tag type.
|
TagType |
tagTypeDeleteTagType(String tagTypeCode)
deleteTagType
Deletes an existing tag type by tag type code.
|
TagType |
tagTypeGetTagType(String tagTypeCode)
getTagType
Gets an existing tag type by tag type code.
|
TagTypeKeys |
tagTypeGetTagTypes()
getTagTypes
Gets a list of tag type keys for all tag types defined in the system.
|
TagTypeSearchResponse |
tagTypeSearchTagTypes(TagTypeSearchRequest tagTypeSearchRequest,
String fields)
searchTagTypes
Retrieves all tag types existing in the system.
|
TagType |
tagTypeUpdateTagType(String tagTypeCode,
TagTypeUpdateRequest tagTypeUpdateRequest)
updateTagType
Updates an existing tag type.
|
public TagTypeApi()
public TagTypeApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public TagTypeKeys tagTypeGetTagTypes() throws ApiException
ApiExceptionpublic TagType tagTypeCreateTagType(TagTypeCreateRequest tagTypeCreateRequest) throws ApiException
tagTypeCreateRequest - the information needed to create the tag typeApiExceptionpublic TagTypeSearchResponse tagTypeSearchTagTypes(TagTypeSearchRequest tagTypeSearchRequest, String fields) throws ApiException
tagTypeSearchRequest - the tag type search request. The request does not take any search keys or filtersfields - the field options for the tag type search response. The valid field options are: displayName, tagTypeOrderApiExceptionpublic TagType tagTypeGetTagType(String tagTypeCode) throws ApiException
tagTypeCode - the tag type codeApiExceptionpublic TagType tagTypeUpdateTagType(String tagTypeCode, TagTypeUpdateRequest tagTypeUpdateRequest) throws ApiException
tagTypeCode - the tag type codetagTypeUpdateRequest - the information needed to update the tag typeApiExceptionpublic TagType tagTypeDeleteTagType(String tagTypeCode) throws ApiException
tagTypeCode - the tag type codeApiExceptionCopyright © 2017. All rights reserved.