Class PatchUserCustomattributesRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchUserCustomattributesRequest.Builder
- Enclosing class:
- PatchUserCustomattributesRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withRequiredParams(String userId, UserCustomAttributesUpdateRequest userCustomAttributes) withUserCustomAttributes(UserCustomAttributesUpdateRequest userCustomAttributes) withUserId(String userId)
-
Method Details
-
withUserId
-
withUserCustomAttributes
public PatchUserCustomattributesRequest.Builder withUserCustomAttributes(UserCustomAttributesUpdateRequest userCustomAttributes) -
withRequiredParams
public PatchUserCustomattributesRequest.Builder withRequiredParams(String userId, UserCustomAttributesUpdateRequest userCustomAttributes) -
build
-