Package com.mypurecloud.sdk.v2.model
Class ExternalOrganization
java.lang.Object
com.mypurecloud.sdk.v2.model.ExternalOrganization
- All Implemented Interfaces:
Serializable
ExternalOrganization
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress(ContactAddress address) companyType(String companyType) createDate(Date createDate) Date time is represented as an ISO-8601 string.customFields(Map<String, Object> customFields) Custom fields defined in the schema referenced by schemaId and schemaVersion.division(WritableStarrableDivision division) The division to which this entity belongs.employeeCount(Long employeeCount) booleanexternalIds(List<ExternalId> externalIds) A list of external identifiers that identify this External Organization in an external system.externalSystemUrl(String externalSystemUrl) A string that identifies an external system-of-record resource that may have more detailed information on the organization.faxNumber(PhoneNumber faxNumber) getId()getName()getTags()inthashCode()The globally unique identifier for the object.identifiers(List<ExternalOrganizationIdentifier> identifiers) Identifiers claimed by this external orgmodifyDate(Date modifyDate) Date time is represented as an ISO-8601 string.The name of the company.phoneNumber(PhoneNumber phoneNumber) schema(DataSchema schema) The schema defining custom fields for this contactvoidsetAddress(ContactAddress address) voidsetCompanyType(String companyType) voidsetCreateDate(Date createDate) voidsetCustomFields(Map<String, Object> customFields) voidsetDivision(WritableStarrableDivision division) voidsetEmployeeCount(Long employeeCount) voidsetExternalIds(List<ExternalId> externalIds) voidsetExternalSystemUrl(String externalSystemUrl) voidsetFaxNumber(PhoneNumber faxNumber) voidvoidsetIdentifiers(List<ExternalOrganizationIdentifier> identifiers) voidsetIndustry(String industry) voidsetModifyDate(Date modifyDate) voidvoidsetPhoneNumber(PhoneNumber phoneNumber) voidsetRevenue(Long revenue) voidsetSchema(DataSchema schema) voidvoidsetTickers(List<Ticker> tickers) voidsetTrustor(Trustor trustor) voidsetTwitterId(TwitterId twitterId) voidsetWebsites(List<String> websites) toString()
-
Constructor Details
-
ExternalOrganization
public ExternalOrganization() -
ExternalOrganization
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
name
The name of the company. Max: 1000 characters. Leading and trailing whitespace stripped. -
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
companyType
-
getCompanyType
-
setCompanyType
-
industry
-
getIndustry
-
setIndustry
-
address
-
getAddress
-
setAddress
-
phoneNumber
-
getPhoneNumber
-
setPhoneNumber
-
faxNumber
-
getFaxNumber
-
setFaxNumber
-
employeeCount
-
getEmployeeCount
-
setEmployeeCount
-
revenue
-
getRevenue
-
setRevenue
-
tags
-
getTags
-
setTags
-
websites
-
getWebsites
-
setWebsites
-
tickers
-
getTickers
-
setTickers
-
twitterId
-
getTwitterId
-
setTwitterId
-
externalSystemUrl
A string that identifies an external system-of-record resource that may have more detailed information on the organization. It should be a valid URL (including the http/https protocol, port, and path [if any]). The value is automatically trimmed of any leading and trailing whitespace. -
getExternalSystemUrl
-
setExternalSystemUrl
-
modifyDate
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getModifyDate
-
setModifyDate
-
createDate
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getCreateDate
-
setCreateDate
-
trustor
-
getTrustor
-
setTrustor
-
schema
The schema defining custom fields for this contact -
getSchema
-
setSchema
-
customFields
Custom fields defined in the schema referenced by schemaId and schemaVersion. -
getCustomFields
-
setCustomFields
-
identifiers
Identifiers claimed by this external org -
getIdentifiers
-
setIdentifiers
-
externalIds
A list of external identifiers that identify this External Organization in an external system. Max 10 items. -
getExternalIds
-
setExternalIds
-
getExternalDataSources
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-