Class PatchTaskmanagementWorkbinRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchTaskmanagementWorkbinRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String workbinId, WorkbinUpdate body) getBody()voidsetBody(WorkbinUpdate body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetWorkbinId(String workbinId) withBody(WorkbinUpdate body) withCustomHeader(String name, String value) withWorkbinId(String workbinId)
-
Constructor Details
-
PatchTaskmanagementWorkbinRequest
public PatchTaskmanagementWorkbinRequest()
-
-
Method Details
-
getWorkbinId
-
setWorkbinId
-
withWorkbinId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchTaskmanagementWorkbinRequest.Builder builder(String workbinId, WorkbinUpdate body)
-