Uses of Class
com.mypurecloud.sdk.v2.model.WorkbinVersionListing
Packages that use WorkbinVersionListing
-
Uses of WorkbinVersionListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WorkbinVersionListingModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorkbinVersions(GetTaskmanagementWorkbinVersionsRequest request) Get all versions of a workbinTaskManagementApi.getTaskmanagementWorkbinVersions(String workbinId, String after, Integer pageSize, String sortOrder) Get all versions of a workbinMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type WorkbinVersionListingModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorkbinVersions(ApiRequest<Void> request) Get all versions of a workbinTaskManagementApiAsync.getTaskmanagementWorkbinVersionsAsync(GetTaskmanagementWorkbinVersionsRequest request, AsyncApiCallback<WorkbinVersionListing> callback) Get all versions of a workbinTaskManagementApiAsync.getTaskmanagementWorkbinVersionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkbinVersionListing>> callback) Get all versions of a workbinTaskManagementApi.getTaskmanagementWorkbinVersionsWithHttpInfo(String workbinId, String after, Integer pageSize, String sortOrder) Get all versions of a workbinMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkbinVersionListingModifier and TypeMethodDescriptionTaskManagementApiAsync.getTaskmanagementWorkbinVersionsAsync(GetTaskmanagementWorkbinVersionsRequest request, AsyncApiCallback<WorkbinVersionListing> callback) Get all versions of a workbinTaskManagementApiAsync.getTaskmanagementWorkbinVersionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkbinVersionListing>> callback) Get all versions of a workbin -
Uses of WorkbinVersionListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkbinVersionListingModifier and TypeMethodDescriptionWorkbinVersionListing.entities(List<WorkbinVersion> entities) WorkbinVersionListing.previousUri(String previousUri)