Uses of Class
com.mypurecloud.sdk.v2.model.TagQueryRequest
Packages that use TagQueryRequest
Package
Description
-
Uses of TagQueryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TagQueryRequestModifier and TypeMethodDescriptionContentManagementApi.postContentmanagementWorkspaceTagvaluesQuery(String workspaceId, TagQueryRequest body, List<String> expand) Perform a prefix query on tags in the workspaceContentManagementApi.postContentmanagementWorkspaceTagvaluesQueryWithHttpInfo(String workspaceId, TagQueryRequest body, List<String> expand) Perform a prefix query on tags in the workspaceMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TagQueryRequestModifier and TypeMethodDescriptionContentManagementApi.postContentmanagementWorkspaceTagvaluesQuery(ApiRequest<TagQueryRequest> request) Perform a prefix query on tags in the workspaceContentManagementApiAsync.postContentmanagementWorkspaceTagvaluesQueryAsync(ApiRequest<TagQueryRequest> request, AsyncApiCallback<ApiResponse<TagValueEntityListing>> callback) Perform a prefix query on tags in the workspace -
Uses of TagQueryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TagQueryRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TagQueryRequestModifier and TypeMethodDescriptionPostContentmanagementWorkspaceTagvaluesQueryRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type TagQueryRequestModifier and TypeMethodDescriptionPostContentmanagementWorkspaceTagvaluesQueryRequest.builder(String workspaceId, TagQueryRequest body) voidPostContentmanagementWorkspaceTagvaluesQueryRequest.setBody(TagQueryRequest body) PostContentmanagementWorkspaceTagvaluesQueryRequest.Builder.withBody(TagQueryRequest body) PostContentmanagementWorkspaceTagvaluesQueryRequest.withBody(TagQueryRequest body) PostContentmanagementWorkspaceTagvaluesQueryRequest.Builder.withRequiredParams(String workspaceId, TagQueryRequest body) -
Uses of TagQueryRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TagQueryRequest