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