Class SocialMedium
- java.lang.Object
-
- com.ellucian.generated.eedm.constituent_organizations.v12_0.SocialMedium
-
@Generated("jsonschema2pojo") public class SocialMedium extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private StringaddressAddressprivate ObjectpreferencePreferred Social Mediaprivate ObjectstatusStatusprivate Type__6typeSocial Mediaprivate StringwebSiteURLWeb Site URL
-
Constructor Summary
Constructors Constructor Description SocialMedium()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetAddress()AddressObjectgetPreference()Preferred Social MediaObjectgetStatus()StatusType__6getType()Social MediaStringgetWebSiteURL()Web Site URLinthashCode()voidsetAddress(String address)AddressvoidsetPreference(Object preference)Preferred Social MediavoidsetStatus(Object status)StatusvoidsetType(Type__6 type)Social MediavoidsetWebSiteURL(String webSiteURL)Web Site URLStringtoString()SocialMediumwithAddress(String address)SocialMediumwithPreference(Object preference)SocialMediumwithStatus(Object status)SocialMediumwithType(Type__6 type)SocialMediumwithWebSiteURL(String webSiteURL)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("A type of social media account for the organization. Includes a standard type (e.g. \'skype\', \'facebook\') and an optional, custom type to further identify the type of social media account.") private Type__6 typeSocial MediaA type of social media account for the organization. Includes a standard type (e.g. 'skype', 'facebook') and an optional, custom type to further identify the type of social media account. (Required)
-
status
@JsonPropertyDescription("The status of a social media account information for the organization") private Object statusStatusThe status of a social media account information for the organization
-
preference
@JsonPropertyDescription("Specifies if the social media account is preferred over all other social media accounts.") private Object preferencePreferred Social MediaSpecifies if the social media account is preferred over all other social media accounts.
-
address
@JsonPropertyDescription("The username, handle or other address of the social media account.") private String addressAddressThe username, handle or other address of the social media account. (Required)
-
webSiteURL
@JsonPropertyDescription("The URL used to access the social media account.") private String webSiteURLWeb Site URLThe URL used to access the social media account.
-
-
Method Detail
-
getType
public Type__6 getType()
Social MediaA type of social media account for the organization. Includes a standard type (e.g. 'skype', 'facebook') and an optional, custom type to further identify the type of social media account. (Required)
-
setType
public void setType(Type__6 type)
Social MediaA type of social media account for the organization. Includes a standard type (e.g. 'skype', 'facebook') and an optional, custom type to further identify the type of social media account. (Required)
-
withType
public SocialMedium withType(Type__6 type)
-
getStatus
public Object getStatus()
StatusThe status of a social media account information for the organization
-
setStatus
public void setStatus(Object status)
StatusThe status of a social media account information for the organization
-
withStatus
public SocialMedium withStatus(Object status)
-
getPreference
public Object getPreference()
Preferred Social MediaSpecifies if the social media account is preferred over all other social media accounts.
-
setPreference
public void setPreference(Object preference)
Preferred Social MediaSpecifies if the social media account is preferred over all other social media accounts.
-
withPreference
public SocialMedium withPreference(Object preference)
-
getAddress
public String getAddress()
AddressThe username, handle or other address of the social media account. (Required)
-
setAddress
public void setAddress(String address)
AddressThe username, handle or other address of the social media account. (Required)
-
withAddress
public SocialMedium withAddress(String address)
-
getWebSiteURL
public String getWebSiteURL()
Web Site URLThe URL used to access the social media account.
-
setWebSiteURL
public void setWebSiteURL(String webSiteURL)
Web Site URLThe URL used to access the social media account.
-
withWebSiteURL
public SocialMedium withWebSiteURL(String webSiteURL)
-
-