Class GetScimUserRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetScimUserRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) static GetScimUserRequest.Builderbuilder()static GetScimUserRequest.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
-
GetScimUserRequest
public GetScimUserRequest()
-
-
Method Details
-
getUserId
-
setUserId
-
withUserId
-
getAttributes
-
setAttributes
-
withAttributes
-
getExcludedAttributes
-
setExcludedAttributes
-
withExcludedAttributes
-
getIfNoneMatch
-
setIfNoneMatch
-
withIfNoneMatch
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
-