Class PostAuthorizationSubjectBulkremoveRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostAuthorizationSubjectBulkremoveRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String subjectId, RoleDivisionGrants body) getBody()voidsetBody(RoleDivisionGrants body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetSubjectId(String subjectId) withBody(RoleDivisionGrants body) withCustomHeader(String name, String value) withSubjectId(String subjectId)
-
Constructor Details
-
PostAuthorizationSubjectBulkremoveRequest
public PostAuthorizationSubjectBulkremoveRequest()
-
-
Method Details
-
getSubjectId
-
setSubjectId
-
withSubjectId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PostAuthorizationSubjectBulkremoveRequest.Builder builder(String subjectId, RoleDivisionGrants body)
-