Package com.mypurecloud.sdk.v2.model
Class TrustUpdate
java.lang.Object
com.mypurecloud.sdk.v2.model.TrustUpdate
- All Implemented Interfaces:
Serializable
TrustUpdate
- 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.booleaninthashCode()voidsetDateExpired(Date dateExpired) voidsetEnabled(Boolean enabled) toString()
-
Constructor Details
-
TrustUpdate
public TrustUpdate() -
TrustUpdate
-
-
Method Details
-
enabled
If disabled no trustee user will have access, even if they were previously added. -
getEnabled
-
setEnabled
-
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
-