Class TrustUpdate

java.lang.Object
com.mypurecloud.sdk.v2.model.TrustUpdate
All Implemented Interfaces:
Serializable

public class TrustUpdate extends Object implements Serializable
TrustUpdate
See Also:
  • Constructor Details

    • TrustUpdate

      public TrustUpdate()
    • TrustUpdate

      public TrustUpdate(Boolean initWithEmptyList)
  • Method Details

    • enabled

      public TrustUpdate enabled(Boolean enabled)
      If disabled no trustee user will have access, even if they were previously added.
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • dateExpired

      public TrustUpdate dateExpired(Date 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

      public Date getDateExpired()
    • setDateExpired

      public void setDateExpired(Date dateExpired)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object