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 String
address
Addressprivate Object
preference
Preferred Social Mediaprivate Object
status
Statusprivate Type__6
type
Social Mediaprivate String
webSiteURL
Web Site URL
-
Constructor Summary
Constructors Constructor Description SocialMedium()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getAddress()
AddressObject
getPreference()
Preferred Social MediaObject
getStatus()
StatusType__6
getType()
Social MediaString
getWebSiteURL()
Web Site URLint
hashCode()
void
setAddress(String address)
Addressvoid
setPreference(Object preference)
Preferred Social Mediavoid
setStatus(Object status)
Statusvoid
setType(Type__6 type)
Social Mediavoid
setWebSiteURL(String webSiteURL)
Web Site URLString
toString()
SocialMedium
withAddress(String address)
SocialMedium
withPreference(Object preference)
SocialMedium
withStatus(Object status)
SocialMedium
withType(Type__6 type)
SocialMedium
withWebSiteURL(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 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)
-
status
@JsonPropertyDescription("The status of a social media account information for the organization") private Object status
StatusThe 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 preference
Preferred 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 address
AddressThe username, handle or other address of the social media account. (Required)
-
webSiteURL
@JsonPropertyDescription("The URL used to access the social media account.") private String webSiteURL
Web 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)
-
-