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