Uses of Class
com.mypurecloud.sdk.v2.model.TagValueEntityListing
Packages that use TagValueEntityListing
-
Uses of TagValueEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TagValueEntityListingModifier and TypeMethodDescriptionContentManagementApi.getContentmanagementWorkspaceTagvalues(GetContentmanagementWorkspaceTagvaluesRequest request) Get a list of workspace tagsContentManagementApi.getContentmanagementWorkspaceTagvalues(String workspaceId, String value, Integer pageSize, Integer pageNumber, List<String> expand) Get a list of workspace tagsContentManagementApi.postContentmanagementWorkspaceTagvaluesQuery(PostContentmanagementWorkspaceTagvaluesQueryRequest request) Perform a prefix query on tags in the workspaceContentManagementApi.postContentmanagementWorkspaceTagvaluesQuery(String workspaceId, TagQueryRequest body, List<String> expand) Perform a prefix query on tags in the workspaceMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type TagValueEntityListingModifier and TypeMethodDescriptionContentManagementApi.getContentmanagementWorkspaceTagvalues(ApiRequest<Void> request) Get a list of workspace tagsContentManagementApiAsync.getContentmanagementWorkspaceTagvaluesAsync(GetContentmanagementWorkspaceTagvaluesRequest request, AsyncApiCallback<TagValueEntityListing> callback) Get a list of workspace tagsContentManagementApiAsync.getContentmanagementWorkspaceTagvaluesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TagValueEntityListing>> callback) Get a list of workspace tagsContentManagementApi.getContentmanagementWorkspaceTagvaluesWithHttpInfo(String workspaceId, String value, Integer pageSize, Integer pageNumber, List<String> expand) Get a list of workspace tagsContentManagementApi.postContentmanagementWorkspaceTagvaluesQuery(ApiRequest<TagQueryRequest> request) Perform a prefix query on tags in the workspaceContentManagementApiAsync.postContentmanagementWorkspaceTagvaluesQueryAsync(PostContentmanagementWorkspaceTagvaluesQueryRequest request, AsyncApiCallback<TagValueEntityListing> callback) 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 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 TagValueEntityListingModifier and TypeMethodDescriptionContentManagementApiAsync.getContentmanagementWorkspaceTagvaluesAsync(GetContentmanagementWorkspaceTagvaluesRequest request, AsyncApiCallback<TagValueEntityListing> callback) Get a list of workspace tagsContentManagementApiAsync.getContentmanagementWorkspaceTagvaluesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TagValueEntityListing>> callback) Get a list of workspace tagsContentManagementApiAsync.postContentmanagementWorkspaceTagvaluesQueryAsync(PostContentmanagementWorkspaceTagvaluesQueryRequest request, AsyncApiCallback<TagValueEntityListing> callback) 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 TagValueEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TagValueEntityListingModifier and TypeMethodDescriptionTagValueEntityListing.pageNumber(Integer pageNumber) TagValueEntityListing.previousUri(String previousUri)