Class PatchUserCustomattributesBulkRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchUserCustomattributesBulkRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String userId, List<UserCustomAttributesUpdateRequest> userCustomAttributesList) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetUserCustomAttributesList(List<UserCustomAttributesUpdateRequest> userCustomAttributesList) voidwithCustomHeader(String name, String value) withUserCustomAttributesList(List<UserCustomAttributesUpdateRequest> userCustomAttributesList) withUserId(String userId)
-
Constructor Details
-
PatchUserCustomattributesBulkRequest
public PatchUserCustomattributesBulkRequest()
-
-
Method Details
-
getUserId
-
setUserId
-
withUserId
-
getUserCustomAttributesList
-
setUserCustomAttributesList
public void setUserCustomAttributesList(List<UserCustomAttributesUpdateRequest> userCustomAttributesList) -
withUserCustomAttributesList
public PatchUserCustomattributesBulkRequest withUserCustomAttributesList(List<UserCustomAttributesUpdateRequest> userCustomAttributesList) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchUserCustomattributesBulkRequest.Builder builder(String userId, List<UserCustomAttributesUpdateRequest> userCustomAttributesList)
-