Uses of Class
com.mypurecloud.sdk.v2.model.WorktypeVersionListing
Packages that use WorktypeVersionListing
-
Uses of WorktypeVersionListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WorktypeVersionListingModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorktypeVersions(GetTaskmanagementWorktypeVersionsRequest request) Get all versions of a worktypeTaskManagementApi.getTaskmanagementWorktypeVersions(String worktypeId, String after, Integer pageSize, String sortOrder) Get all versions of a worktypeMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type WorktypeVersionListingModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorktypeVersions(ApiRequest<Void> request) Get all versions of a worktypeTaskManagementApiAsync.getTaskmanagementWorktypeVersionsAsync(GetTaskmanagementWorktypeVersionsRequest request, AsyncApiCallback<WorktypeVersionListing> callback) Get all versions of a worktypeTaskManagementApiAsync.getTaskmanagementWorktypeVersionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorktypeVersionListing>> callback) Get all versions of a worktypeTaskManagementApi.getTaskmanagementWorktypeVersionsWithHttpInfo(String worktypeId, String after, Integer pageSize, String sortOrder) Get all versions of a worktypeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorktypeVersionListingModifier and TypeMethodDescriptionTaskManagementApiAsync.getTaskmanagementWorktypeVersionsAsync(GetTaskmanagementWorktypeVersionsRequest request, AsyncApiCallback<WorktypeVersionListing> callback) Get all versions of a worktypeTaskManagementApiAsync.getTaskmanagementWorktypeVersionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorktypeVersionListing>> callback) Get all versions of a worktype -
Uses of WorktypeVersionListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorktypeVersionListingModifier and TypeMethodDescriptionWorktypeVersionListing.entities(List<WorktypeVersion> entities) WorktypeVersionListing.previousUri(String previousUri)