Class ExternalOrganizationTrustorLink

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

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

    • ExternalOrganizationTrustorLink

      public ExternalOrganizationTrustorLink()
    • ExternalOrganizationTrustorLink

      public ExternalOrganizationTrustorLink(Boolean initWithEmptyList)
  • Method Details

    • division

      The division to which this entity belongs.
    • getDivision

      public WritableStarrableDivision getDivision()
    • setDivision

      public void setDivision(WritableStarrableDivision division)
    • externalOrganizationId

      public ExternalOrganizationTrustorLink externalOrganizationId(String externalOrganizationId)
      The id of a PureCloud External Organization entity in the External Contacts system that will be used to represent the trustor org
    • getExternalOrganizationId

      public String getExternalOrganizationId()
    • setExternalOrganizationId

      public void setExternalOrganizationId(String externalOrganizationId)
    • trustorOrgId

      public ExternalOrganizationTrustorLink trustorOrgId(String trustorOrgId)
      The id of a PureCloud organization that has granted trust to this PureCloud organization
    • getTrustorOrgId

      public String getTrustorOrgId()
    • setTrustorOrgId

      public void setTrustorOrgId(String trustorOrgId)
    • dateCreated

      public ExternalOrganizationTrustorLink dateCreated(Date dateCreated)
      Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • getExternalOrganizationUri

      public String getExternalOrganizationUri()
    • 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