Class PatchUserCustomattributesRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchUserCustomattributesRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String userId, UserCustomAttributesUpdateRequest userCustomAttributes) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetUserCustomAttributes(UserCustomAttributesUpdateRequest userCustomAttributes) voidwithCustomHeader(String name, String value) withUserCustomAttributes(UserCustomAttributesUpdateRequest userCustomAttributes) withUserId(String userId)
-
Constructor Details
-
PatchUserCustomattributesRequest
public PatchUserCustomattributesRequest()
-
-
Method Details
-
getUserId
-
setUserId
-
withUserId
-
getUserCustomAttributes
-
setUserCustomAttributes
-
withUserCustomAttributes
public PatchUserCustomattributesRequest withUserCustomAttributes(UserCustomAttributesUpdateRequest userCustomAttributes) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchUserCustomattributesRequest.Builder builder(String userId, UserCustomAttributesUpdateRequest userCustomAttributes)
-