Class GetScimV2UserRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetScimV2UserRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) static GetScimV2UserRequest.Builderbuilder()static GetScimV2UserRequest.BuildervoidsetAttributes(List<String> attributes) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetExcludedAttributes(List<String> excludedAttributes) voidsetIfNoneMatch(String ifNoneMatch) voidwithAttributes(List<String> attributes) withCustomHeader(String name, String value) withExcludedAttributes(List<String> excludedAttributes) withIfNoneMatch(String ifNoneMatch) withUserId(String userId)
-
Constructor Details
-
GetScimV2UserRequest
public GetScimV2UserRequest()
-
-
Method Details
-
getUserId
-
setUserId
-
withUserId
-
getAttributes
-
setAttributes
-
withAttributes
-
getExcludedAttributes
-
setExcludedAttributes
-
withExcludedAttributes
-
getIfNoneMatch
-
setIfNoneMatch
-
withIfNoneMatch
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
-