Package com.mypurecloud.sdk.v2.model
Class Organization
java.lang.Object
com.mypurecloud.sdk.v2.model.Organization
- All Implemented Interfaces:
Serializable
Organization
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumOrganizations Originating Platform.static enumThe current state. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultCountryCode(String defaultCountryCode) The default country code for this organization.defaultLanguage(String defaultLanguage) The default language for this organization.defaultSiteId(String defaultSiteId) booleangetId()getName()getState()inthashCode()voidsetDefaultCountryCode(String defaultCountryCode) voidsetDefaultLanguage(String defaultLanguage) voidsetDefaultSiteId(String defaultSiteId) voidvoidvoidsetState(Organization.StateEnum state) voidsetSupportURI(String supportURI) voidsetThirdPartyURI(String thirdPartyURI) voidsetVersion(Integer version) voidsetVoicemailEnabled(Boolean voicemailEnabled) state(Organization.StateEnum state) The current state.supportURI(String supportURI) Email address where support tickets are sent to.thirdPartyURI(String thirdPartyURI) toString()The current version of the organization.voicemailEnabled(Boolean voicemailEnabled)
-
Constructor Details
-
Organization
public Organization() -
Organization
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
defaultLanguage
The default language for this organization. Example: 'en' -
getDefaultLanguage
-
setDefaultLanguage
-
defaultCountryCode
The default country code for this organization. Example: 'US' -
getDefaultCountryCode
-
setDefaultCountryCode
-
getThirdPartyOrgName
-
thirdPartyURI
-
getThirdPartyURI
-
setThirdPartyURI
-
domain
-
getDomain
-
setDomain
-
getFeatures
-
version
The current version of the organization. -
getVersion
-
setVersion
-
state
The current state. Examples are active, inactive, deleted. -
getState
-
setState
-
defaultSiteId
-
getDefaultSiteId
-
setDefaultSiteId
-
supportURI
Email address where support tickets are sent to. -
getSupportURI
-
setSupportURI
-
voicemailEnabled
-
getVoicemailEnabled
-
setVoicemailEnabled
-
getProductPlatform
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-