Uses of Class
com.mypurecloud.sdk.v2.model.WorktypeVersion
Packages that use WorktypeVersion
-
Uses of WorktypeVersion in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WorktypeVersionModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorktypeVersion(GetTaskmanagementWorktypeVersionRequest request) Get a version of a worktypeTaskManagementApi.getTaskmanagementWorktypeVersion(String worktypeId, Integer entityVersion) Get a version of a worktypeMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type WorktypeVersionModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorktypeVersion(ApiRequest<Void> request) Get a version of a worktypeTaskManagementApiAsync.getTaskmanagementWorktypeVersionAsync(GetTaskmanagementWorktypeVersionRequest request, AsyncApiCallback<WorktypeVersion> callback) Get a version of a worktypeTaskManagementApiAsync.getTaskmanagementWorktypeVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorktypeVersion>> callback) Get a version of a worktypeTaskManagementApi.getTaskmanagementWorktypeVersionWithHttpInfo(String worktypeId, Integer entityVersion) Get a version of a worktypeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorktypeVersionModifier and TypeMethodDescriptionTaskManagementApiAsync.getTaskmanagementWorktypeVersionAsync(GetTaskmanagementWorktypeVersionRequest request, AsyncApiCallback<WorktypeVersion> callback) Get a version of a worktypeTaskManagementApiAsync.getTaskmanagementWorktypeVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorktypeVersion>> callback) Get a version of a worktype -
Uses of WorktypeVersion in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorktypeVersionModifier and TypeMethodDescriptionWorktypeVersion.assignmentEnabled(Boolean assignmentEnabled) When set to true, Workitems will be sent to the queue of the Worktype as they are created.WorktypeVersion.dateCreated(Date dateCreated) The creation date of the Worktype.WorktypeVersion.dateModified(Date dateModified) The modified date of the Worktype.WorktypeVersion.defaultDueDurationSeconds(Integer defaultDueDurationSeconds) The default due duration in seconds for Workitems created from the Worktype.WorktypeVersion.defaultDurationSeconds(Integer defaultDurationSeconds) The default duration in seconds for Workitems created from the Worktype.WorktypeVersion.defaultExpirationSeconds(Integer defaultExpirationSeconds) The default expiration time in seconds for Workitems created from the Worktype.WorktypeVersion.defaultLanguage(LanguageReference defaultLanguage) The default language for Workitems created from the Worktype.WorktypeVersion.defaultPriority(Integer defaultPriority) The default priority for Workitems created from the Worktype.WorktypeVersion.defaultQueue(WorkitemQueueReference defaultQueue) The default queue for Workitems created from the Worktype.WorktypeVersion.defaultScript(WorkitemScriptReference defaultScript) The default script for Workitems created from the Worktype.WorktypeVersion.defaultSkills(List<RoutingSkillReference> defaultSkills) The default skills for Workitems created from the Worktype.WorktypeVersion.defaultStatus(WorkitemStatusReference defaultStatus) The default status for Workitems created from the Worktype.WorktypeVersion.defaultTtlSeconds(Integer defaultTtlSeconds) The default time to time to live in seconds for Workitems created from the Worktype.WorktypeVersion.defaultWorkbin(WorkbinReference defaultWorkbin) The default Workbin for Workitems created from the Worktype.WorktypeVersion.description(String description) The description of the Worktype.The division to which this entity belongs.WorktypeVersion.flow(WorkitemFlowReference flow) The flow associated with the Worktype.WorktypeVersion.modifiedBy(UserReference modifiedBy) The id of the User who modified the Worktype.The name of the Worktype.WorktypeVersion.ruleSettings(WorkitemRuleSettings ruleSettings) Settings for the worktypes rules.WorktypeVersion.schema(WorkitemSchema schema) The schema defining the custom attributes for Workitems created from the Worktype.WorktypeVersion.serviceLevelTarget(Integer serviceLevelTarget) The target service level for Workitems created from the Worktype.WorktypeVersion.statuses(List<WorkitemStatus> statuses) The list of possible statuses for Workitems created from the Worktype.WorktypeVersion.unassignedDivisionContactsEnabled(Boolean unassignedDivisionContactsEnabled) When set to true, will allow Workitems to be associated with External Contacts that are not assigned to any division.VersionMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorktypeVersionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorktypeVersionModifier and TypeMethodDescriptionWorktypeVersionListing.entities(List<WorktypeVersion> entities) voidWorktypeVersionListing.setEntities(List<WorktypeVersion> entities)