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