Class PatchTaskmanagementWorktypeStatusRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchTaskmanagementWorktypeStatusRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String worktypeId, String statusId, WorkitemStatusUpdate body) getBody()voidsetBody(WorkitemStatusUpdate body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetStatusId(String statusId) voidsetWorktypeId(String worktypeId) withBody(WorkitemStatusUpdate body) withCustomHeader(String name, String value) withStatusId(String statusId) withWorktypeId(String worktypeId)
-
Constructor Details
-
PatchTaskmanagementWorktypeStatusRequest
public PatchTaskmanagementWorktypeStatusRequest()
-
-
Method Details
-
getWorktypeId
-
setWorktypeId
-
withWorktypeId
-
getStatusId
-
setStatusId
-
withStatusId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchTaskmanagementWorktypeStatusRequest.Builder builder(String worktypeId, String statusId, WorkitemStatusUpdate body)
-