Class PutScimV2GroupRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutScimV2GroupRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String groupId, ScimV2Group body) getBody()voidsetBody(ScimV2Group body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetGroupId(String groupId) voidsetIfMatch(String ifMatch) withBody(ScimV2Group body) withCustomHeader(String name, String value) withGroupId(String groupId) withIfMatch(String ifMatch)
-
Constructor Details
-
PutScimV2GroupRequest
public PutScimV2GroupRequest()
-
-
Method Details
-
getGroupId
-
setGroupId
-
withGroupId
-
getBody
-
setBody
-
withBody
-
getIfMatch
-
setIfMatch
-
withIfMatch
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
-