Package com.mypurecloud.sdk.v2.model
Class TrustCreate
java.lang.Object
com.mypurecloud.sdk.v2.model.TrustCreate
- All Implemented Interfaces:
Serializable
TrustCreate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateExpired(Date dateExpired) The expiration date of the trust.If disabled no trustee user will have access, even if they were previously added.booleangetUsers()groups(List<TrustMemberCreate> groups) The list of groups and their roles to which access will be granted.inthashCode()The pairing Id created by the trustee.voidsetDateExpired(Date dateExpired) voidsetEnabled(Boolean enabled) voidsetGroups(List<TrustMemberCreate> groups) voidsetPairingId(String pairingId) voidsetUsers(List<TrustMemberCreate> users) toString()users(List<TrustMemberCreate> users) The list of users and their roles to which access will be granted.
-
Constructor Details
-
TrustCreate
public TrustCreate() -
TrustCreate
-
-
Method Details
-
pairingId
The pairing Id created by the trustee. This is required to prove that the trustee agrees to the relationship. Not required when creating a default pairing with Customer Care. -
getPairingId
-
setPairingId
-
enabled
If disabled no trustee user will have access, even if they were previously added. -
getEnabled
-
setEnabled
-
users
The list of users and their roles to which access will be granted. The users are from the trustee and the roles are from the trustor. If no users are specified, at least one group is required. -
getUsers
-
setUsers
-
groups
The list of groups and their roles to which access will be granted. The groups are from the trustee and the roles are from the trustor. If no groups are specified, at least one user is required. -
getGroups
-
setGroups
-
dateExpired
The expiration date of the trust. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateExpired
-
setDateExpired
-
equals
-
hashCode
public int hashCode() -
toString
-