Package com.mypurecloud.sdk.v2.model
Class TrustMemberCreate
java.lang.Object
com.mypurecloud.sdk.v2.model.TrustMemberCreate
- All Implemented Interfaces:
Serializable
TrustMemberCreate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()Trustee User or Group IdroleDivisions(RoleDivisionGrants roleDivisions) The list of trustor organization roles granting this user or group access paired with the divisions for those roles.The list of roles to be granted to this user or group.voidvoidsetRoleDivisions(RoleDivisionGrants roleDivisions) voidsetRoleIds(List<String> roleIds) toString()
-
Constructor Details
-
TrustMemberCreate
public TrustMemberCreate() -
TrustMemberCreate
-
-
Method Details
-
id
Trustee User or Group Id -
getId
-
setId
-
roleIds
The list of roles to be granted to this user or group. Roles will be granted in all divisions. -
getRoleIds
-
setRoleIds
-
roleDivisions
The list of trustor organization roles granting this user or group access paired with the divisions for those roles. -
getRoleDivisions
-
setRoleDivisions
-
equals
-
hashCode
public int hashCode() -
toString
-