Class PatchTaskmanagementWorkitemUserWrapupsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchTaskmanagementWorkitemUserWrapupsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String workitemId, String userId, WorkitemWrapupUpdate body) getBody()voidsetBody(WorkitemWrapupUpdate body) voidsetCustomHeaders(Map<String, String> customHeaders) voidvoidsetWorkitemId(String workitemId) withBody(WorkitemWrapupUpdate body) withCustomHeader(String name, String value) withUserId(String userId) withWorkitemId(String workitemId)
-
Constructor Details
-
PatchTaskmanagementWorkitemUserWrapupsRequest
public PatchTaskmanagementWorkitemUserWrapupsRequest()
-
-
Method Details
-
getWorkitemId
-
setWorkitemId
-
withWorkitemId
-
getUserId
-
setUserId
-
withUserId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchTaskmanagementWorkitemUserWrapupsRequest.Builder builder(String workitemId, String userId, WorkitemWrapupUpdate body)
-