Class PutOrgauthorizationTrusteeGroupRoledivisionsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutOrgauthorizationTrusteeGroupRoledivisionsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String trusteeOrgId, String trusteeGroupId, RoleDivisionGrants body) getBody()voidsetBody(RoleDivisionGrants body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetTrusteeGroupId(String trusteeGroupId) voidsetTrusteeOrgId(String trusteeOrgId) withBody(RoleDivisionGrants body) withCustomHeader(String name, String value) withTrusteeGroupId(String trusteeGroupId) withTrusteeOrgId(String trusteeOrgId)
-
Constructor Details
-
PutOrgauthorizationTrusteeGroupRoledivisionsRequest
public PutOrgauthorizationTrusteeGroupRoledivisionsRequest()
-
-
Method Details
-
getTrusteeOrgId
-
setTrusteeOrgId
-
withTrusteeOrgId
-
getTrusteeGroupId
-
setTrusteeGroupId
-
withTrusteeGroupId
public PutOrgauthorizationTrusteeGroupRoledivisionsRequest withTrusteeGroupId(String trusteeGroupId) -
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PutOrgauthorizationTrusteeGroupRoledivisionsRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PutOrgauthorizationTrusteeGroupRoledivisionsRequest.Builder builder(String trusteeOrgId, String trusteeGroupId, RoleDivisionGrants body)
-