Class PostWorkforcemanagementManagementunitWorkplansRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementManagementunitWorkplansRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String managementUnitId, CreateWorkPlan body) getBody()voidsetBody(CreateWorkPlan body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetManagementUnitId(String managementUnitId) voidsetValidationMode(String validationMode) withBody(CreateWorkPlan body) withCustomHeader(String name, String value) withManagementUnitId(String managementUnitId) withValidationMode(String validationMode)
-
Constructor Details
-
PostWorkforcemanagementManagementunitWorkplansRequest
public PostWorkforcemanagementManagementunitWorkplansRequest()
-
-
Method Details
-
getManagementUnitId
-
setManagementUnitId
-
withManagementUnitId
public PostWorkforcemanagementManagementunitWorkplansRequest withManagementUnitId(String managementUnitId) -
getBody
-
setBody
-
withBody
-
getValidationMode
-
setValidationMode
-
withValidationMode
public PostWorkforcemanagementManagementunitWorkplansRequest withValidationMode(String validationMode) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostWorkforcemanagementManagementunitWorkplansRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostWorkforcemanagementManagementunitWorkplansRequest.Builder builder(String managementUnitId, CreateWorkPlan body)
-