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