Class SocialMedium
- java.lang.Object
-
- com.ellucian.generated.eedm.persons.v12_2_0.SocialMedium
-
@Generated("jsonschema2pojo") public class SocialMedium extends Object
-
-
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 MediaType__4getType()Social MediainthashCode()voidsetAddress(String address)AddressvoidsetPreference(Object preference)Preferred Social MediavoidsetType(Type__4 type)Social MediaStringtoString()SocialMediumwithAddress(String address)SocialMediumwithPreference(Object preference)SocialMediumwithType(Type__4 type)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("A type of social media account for a person. Includes a standard type (e.g. \'skype\', \'facebook\') and an optional, custom type to further identify the type of social media account.") private Type__4 typeSocial MediaA type of social media account for a person. Includes a standard type (e.g. 'skype', 'facebook') and an optional, custom type to further identify the type of social media account. (Required)
-
preference
@JsonPropertyDescription("Specifies if the social media account is preferred over others of the same type. Only one social media should be set to primary for a person.") private Object preferencePreferred Social MediaSpecifies if the social media account is preferred over others of the same type. Only one social media should be set to primary for a person.
-
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)
-
-
Method Detail
-
getType
public Type__4 getType()
Social MediaA type of social media account for a person. 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__4 type)
Social MediaA type of social media account for a person. 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__4 type)
-
getPreference
public Object getPreference()
Preferred Social MediaSpecifies if the social media account is preferred over others of the same type. Only one social media should be set to primary for a person.
-
setPreference
public void setPreference(Object preference)
Preferred Social MediaSpecifies if the social media account is preferred over others of the same type. Only one social media should be set to primary for a person.
-
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)
-
-