Uses of Class
com.mypurecloud.sdk.v2.model.Workbin
Packages that use Workbin
-
Uses of Workbin in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WorkbinModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorkbin(GetTaskmanagementWorkbinRequest request) Get a workbinTaskManagementApi.getTaskmanagementWorkbin(String workbinId) Get a workbinTaskManagementApi.patchTaskmanagementWorkbin(PatchTaskmanagementWorkbinRequest request) Update the attributes of a workbinTaskManagementApi.patchTaskmanagementWorkbin(String workbinId, WorkbinUpdate body) Update the attributes of a workbinTaskManagementApi.postTaskmanagementWorkbins(PostTaskmanagementWorkbinsRequest request) Create a workbinTaskManagementApi.postTaskmanagementWorkbins(WorkbinCreate body) Create a workbinMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type WorkbinModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorkbin(ApiRequest<Void> request) Get a workbinTaskManagementApiAsync.getTaskmanagementWorkbinAsync(GetTaskmanagementWorkbinRequest request, AsyncApiCallback<Workbin> callback) Get a workbinTaskManagementApiAsync.getTaskmanagementWorkbinAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Workbin>> callback) Get a workbinTaskManagementApi.getTaskmanagementWorkbinWithHttpInfo(String workbinId) Get a workbinTaskManagementApi.patchTaskmanagementWorkbin(ApiRequest<WorkbinUpdate> request) Update the attributes of a workbinTaskManagementApiAsync.patchTaskmanagementWorkbinAsync(PatchTaskmanagementWorkbinRequest request, AsyncApiCallback<Workbin> callback) Update the attributes of a workbinTaskManagementApiAsync.patchTaskmanagementWorkbinAsync(ApiRequest<WorkbinUpdate> request, AsyncApiCallback<ApiResponse<Workbin>> callback) Update the attributes of a workbinTaskManagementApi.patchTaskmanagementWorkbinWithHttpInfo(String workbinId, WorkbinUpdate body) Update the attributes of a workbinTaskManagementApi.postTaskmanagementWorkbins(ApiRequest<WorkbinCreate> request) Create a workbinTaskManagementApiAsync.postTaskmanagementWorkbinsAsync(PostTaskmanagementWorkbinsRequest request, AsyncApiCallback<Workbin> callback) Create a workbinTaskManagementApiAsync.postTaskmanagementWorkbinsAsync(ApiRequest<WorkbinCreate> request, AsyncApiCallback<ApiResponse<Workbin>> callback) Create a workbinTaskManagementApi.postTaskmanagementWorkbinsWithHttpInfo(WorkbinCreate body) Create a workbinMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkbinModifier and TypeMethodDescriptionTaskManagementApiAsync.getTaskmanagementWorkbinAsync(GetTaskmanagementWorkbinRequest request, AsyncApiCallback<Workbin> callback) Get a workbinTaskManagementApiAsync.getTaskmanagementWorkbinAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Workbin>> callback) Get a workbinTaskManagementApiAsync.patchTaskmanagementWorkbinAsync(PatchTaskmanagementWorkbinRequest request, AsyncApiCallback<Workbin> callback) Update the attributes of a workbinTaskManagementApiAsync.patchTaskmanagementWorkbinAsync(ApiRequest<WorkbinUpdate> request, AsyncApiCallback<ApiResponse<Workbin>> callback) Update the attributes of a workbinTaskManagementApiAsync.postTaskmanagementWorkbinsAsync(PostTaskmanagementWorkbinsRequest request, AsyncApiCallback<Workbin> callback) Create a workbinTaskManagementApiAsync.postTaskmanagementWorkbinsAsync(ApiRequest<WorkbinCreate> request, AsyncApiCallback<ApiResponse<Workbin>> callback) Create a workbin -
Uses of Workbin in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkbinModifier and TypeMethodDescriptionWorkbin.dateCreated(Date dateCreated) The creation date of the Workbin.Workbin.dateModified(Date dateModified) The modified date of the Workbin.Workbin.description(String description) Workbin descriptionThe division to which this entity belongs.Workbin.modifiedBy(UserReference modifiedBy) The id of the User who modified the Workbin.Workbin nameMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkbinMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkbinModifier and TypeMethodDescriptionvoidWorkbinQueryEntityListing.setEntities(List<Workbin> entities)