Class GetScimUsersRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetScimUsersRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) static GetScimUsersRequest.Builderbuilder()getCount()voidsetAttributes(List<String> attributes) voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetExcludedAttributes(List<String> excludedAttributes) voidvoidsetStartIndex(Integer startIndex) withAttributes(List<String> attributes) withCustomHeader(String name, String value) withExcludedAttributes(List<String> excludedAttributes) withFilter(String filter) withStartIndex(Integer startIndex)
-
Constructor Details
-
GetScimUsersRequest
public GetScimUsersRequest()
-
-
Method Details
-
getStartIndex
-
setStartIndex
-
withStartIndex
-
getCount
-
setCount
-
withCount
-
getAttributes
-
setAttributes
-
withAttributes
-
getExcludedAttributes
-
setExcludedAttributes
-
withExcludedAttributes
-
getFilter
-
setFilter
-
withFilter
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-