Uses of Class
com.mypurecloud.sdk.v2.model.TagValue
Packages that use TagValue
Package
Description
-
Uses of TagValue in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TagValueModifier and TypeMethodDescriptionContentManagementApi.getContentmanagementWorkspaceTagvalue(GetContentmanagementWorkspaceTagvalueRequest request) Get a workspace tagContentManagementApi.getContentmanagementWorkspaceTagvalue(String workspaceId, String tagId, List<String> expand) Get a workspace tagContentManagementApi.postContentmanagementWorkspaceTagvalues(PostContentmanagementWorkspaceTagvaluesRequest request) Create a workspace tagContentManagementApi.postContentmanagementWorkspaceTagvalues(String workspaceId, TagValue body) Create a workspace tagContentManagementApi.putContentmanagementWorkspaceTagvalue(PutContentmanagementWorkspaceTagvalueRequest request) Update a workspace tag.ContentManagementApi.putContentmanagementWorkspaceTagvalue(String workspaceId, String tagId, TagValue body) Update a workspace tag.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type TagValueModifier and TypeMethodDescriptionContentManagementApi.getContentmanagementWorkspaceTagvalue(ApiRequest<Void> request) Get a workspace tagContentManagementApiAsync.getContentmanagementWorkspaceTagvalueAsync(GetContentmanagementWorkspaceTagvalueRequest request, AsyncApiCallback<TagValue> callback) Get a workspace tagContentManagementApiAsync.getContentmanagementWorkspaceTagvalueAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TagValue>> callback) Get a workspace tagContentManagementApi.getContentmanagementWorkspaceTagvalueWithHttpInfo(String workspaceId, String tagId, List<String> expand) Get a workspace tagContentManagementApi.postContentmanagementWorkspaceTagvalues(ApiRequest<TagValue> request) Create a workspace tagContentManagementApiAsync.postContentmanagementWorkspaceTagvaluesAsync(PostContentmanagementWorkspaceTagvaluesRequest request, AsyncApiCallback<TagValue> callback) Create a workspace tagContentManagementApiAsync.postContentmanagementWorkspaceTagvaluesAsync(ApiRequest<TagValue> request, AsyncApiCallback<ApiResponse<TagValue>> callback) Create a workspace tagContentManagementApi.postContentmanagementWorkspaceTagvaluesWithHttpInfo(String workspaceId, TagValue body) Create a workspace tagContentManagementApi.putContentmanagementWorkspaceTagvalue(ApiRequest<TagValue> request) Update a workspace tag.ContentManagementApiAsync.putContentmanagementWorkspaceTagvalueAsync(PutContentmanagementWorkspaceTagvalueRequest request, AsyncApiCallback<TagValue> callback) Update a workspace tag.ContentManagementApiAsync.putContentmanagementWorkspaceTagvalueAsync(ApiRequest<TagValue> request, AsyncApiCallback<ApiResponse<TagValue>> callback) Update a workspace tag.ContentManagementApi.putContentmanagementWorkspaceTagvalueWithHttpInfo(String workspaceId, String tagId, TagValue body) Update a workspace tag.Methods in com.mypurecloud.sdk.v2.api with parameters of type TagValueModifier and TypeMethodDescriptionContentManagementApi.postContentmanagementWorkspaceTagvalues(String workspaceId, TagValue body) Create a workspace tagContentManagementApi.postContentmanagementWorkspaceTagvaluesWithHttpInfo(String workspaceId, TagValue body) Create a workspace tagContentManagementApi.putContentmanagementWorkspaceTagvalue(String workspaceId, String tagId, TagValue body) Update a workspace tag.ContentManagementApi.putContentmanagementWorkspaceTagvalueWithHttpInfo(String workspaceId, String tagId, TagValue body) Update a workspace tag.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TagValueModifier and TypeMethodDescriptionContentManagementApiAsync.getContentmanagementWorkspaceTagvalueAsync(GetContentmanagementWorkspaceTagvalueRequest request, AsyncApiCallback<TagValue> callback) Get a workspace tagContentManagementApiAsync.getContentmanagementWorkspaceTagvalueAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TagValue>> callback) Get a workspace tagContentManagementApi.postContentmanagementWorkspaceTagvalues(ApiRequest<TagValue> request) Create a workspace tagContentManagementApiAsync.postContentmanagementWorkspaceTagvaluesAsync(PostContentmanagementWorkspaceTagvaluesRequest request, AsyncApiCallback<TagValue> callback) Create a workspace tagContentManagementApiAsync.postContentmanagementWorkspaceTagvaluesAsync(ApiRequest<TagValue> request, AsyncApiCallback<ApiResponse<TagValue>> callback) Create a workspace tagContentManagementApiAsync.postContentmanagementWorkspaceTagvaluesAsync(ApiRequest<TagValue> request, AsyncApiCallback<ApiResponse<TagValue>> callback) Create a workspace tagContentManagementApi.putContentmanagementWorkspaceTagvalue(ApiRequest<TagValue> request) Update a workspace tag.ContentManagementApiAsync.putContentmanagementWorkspaceTagvalueAsync(PutContentmanagementWorkspaceTagvalueRequest request, AsyncApiCallback<TagValue> callback) Update a workspace tag.ContentManagementApiAsync.putContentmanagementWorkspaceTagvalueAsync(ApiRequest<TagValue> request, AsyncApiCallback<ApiResponse<TagValue>> callback) Update a workspace tag.ContentManagementApiAsync.putContentmanagementWorkspaceTagvalueAsync(ApiRequest<TagValue> request, AsyncApiCallback<ApiResponse<TagValue>> callback) Update a workspace tag. -
Uses of TagValue in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TagValueModifier and TypeMethodDescriptionPostContentmanagementWorkspaceTagvaluesRequest.getBody()PutContentmanagementWorkspaceTagvalueRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TagValueModifier and TypeMethodDescriptionPostContentmanagementWorkspaceTagvaluesRequest.withHttpInfo()PutContentmanagementWorkspaceTagvalueRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type TagValueModifier and TypeMethodDescriptionPutContentmanagementWorkspaceTagvalueRequest.builder(String workspaceId, String tagId, TagValue body) voidvoidPostContentmanagementWorkspaceTagvaluesRequest.Builder.withRequiredParams(String workspaceId, TagValue body) PutContentmanagementWorkspaceTagvalueRequest.Builder.withRequiredParams(String workspaceId, String tagId, TagValue body) -
Uses of TagValue in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TagValueModifier and TypeMethodDescriptionThe workspace tag name.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type TagValueMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type TagValueModifier and TypeMethodDescriptionvoidTagValueEntityListing.setEntities(List<TagValue> entities) voidDocument.setTagValues(List<TagValue> tagValues)