Class GetScimUserRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetScimUserRequest.Builder
- Enclosing class:
- GetScimUserRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withAttributes(List<String> attributes) withExcludedAttributes(List<String> excludedAttributes) withExcludedAttributesEnumValues(List<GetScimUserRequest.excludedAttributesValues> excludedAttributes) withIfNoneMatch(String ifNoneMatch) withRequiredParams(String userId) withUserId(String userId)
-
Method Details
-
withUserId
-
withAttributes
-
withAttributesEnumValues
public GetScimUserRequest.Builder withAttributesEnumValues(List<GetScimUserRequest.attributesValues> attributes) -
withExcludedAttributes
-
withExcludedAttributesEnumValues
public GetScimUserRequest.Builder withExcludedAttributesEnumValues(List<GetScimUserRequest.excludedAttributesValues> excludedAttributes) -
withIfNoneMatch
-
withRequiredParams
-
build
-