Class PatchAuthorizationRoleRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchAuthorizationRoleRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String roleId, DomainOrganizationRole body) getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidwithCustomHeader(String name, String value) withRoleId(String roleId)
-
Constructor Details
-
PatchAuthorizationRoleRequest
public PatchAuthorizationRoleRequest()
-
-
Method Details
-
getRoleId
-
setRoleId
-
withRoleId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchAuthorizationRoleRequest.Builder builder(String roleId, DomainOrganizationRole body)
-