Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiTagToEntitiesList |
TagsResourceApi.getTags(BigDecimal limit,
BigDecimal offset)
Current CM entities and their tags.
|
ApiTagToEntitiesList |
TagsResourceApi.readTagsByName(String tagName,
BigDecimal limit,
BigDecimal offset)
Get Entities given the Tag name, grouped by entity type.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiTagToEntitiesList> |
TagsResourceApi.getTagsWithHttpInfo(BigDecimal limit,
BigDecimal offset)
Current CM entities and their tags.
|
ApiResponse<ApiTagToEntitiesList> |
TagsResourceApi.readTagsByNameWithHttpInfo(String tagName,
BigDecimal limit,
BigDecimal offset)
Get Entities given the Tag name, grouped by entity type.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
TagsResourceApi.getTagsAsync(BigDecimal limit,
BigDecimal offset,
ApiCallback<ApiTagToEntitiesList> callback)
Current CM entities and their tags.
|
com.squareup.okhttp.Call |
TagsResourceApi.readTagsByNameAsync(String tagName,
BigDecimal limit,
BigDecimal offset,
ApiCallback<ApiTagToEntitiesList> callback)
Get Entities given the Tag name, grouped by entity type.
|
Modifier and Type | Method and Description |
---|---|
ApiTagToEntitiesList |
ApiTagToEntitiesList.addItemsItem(ApiTagToEntities itemsItem) |
ApiTagToEntitiesList |
ApiTagToEntitiesList.items(List<ApiTagToEntities> items) |
Copyright © 2022. All rights reserved.