Class PatchUserRoutingskillsBulkRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchUserRoutingskillsBulkRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String userId, List<UserRoutingSkillPost> body) getBody()voidsetBody(List<UserRoutingSkillPost> body) voidsetCustomHeaders(Map<String, String> customHeaders) voidwithBody(List<UserRoutingSkillPost> body) withCustomHeader(String name, String value) withUserId(String userId)
-
Constructor Details
-
PatchUserRoutingskillsBulkRequest
public PatchUserRoutingskillsBulkRequest()
-
-
Method Details
-
getUserId
-
setUserId
-
withUserId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchUserRoutingskillsBulkRequest.Builder builder(String userId, List<UserRoutingSkillPost> body)
-