Class Email
- java.lang.Object
-
- com.ellucian.generated.eedm.organizations.v6_0.Email
-
@Generated("jsonschema2pojo") public class Email extends Object
-
-
Constructor Summary
Constructors Constructor Description Email()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetAddress()Email AddressObjectgetPreference()Preferred EmailType__2getType()TypeinthashCode()voidsetAddress(String address)Email AddressvoidsetPreference(Object preference)Preferred EmailvoidsetType(Type__2 type)TypeStringtoString()EmailwithAddress(String address)EmailwithPreference(Object preference)EmailwithType(Type__2 type)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("A type of email for the organization. Includes a standard type (e.g. \'general\', \'hr\') and an optional, custom type to further identify the type of email.") private Type__2 typeTypeA type of email for the organization. Includes a standard type (e.g. 'general', 'hr') and an optional, custom type to further identify the type of email. (Required)
-
preference
@JsonPropertyDescription("Specifies if the email is preferred over others of the same type or overall") private Object preferencePreferred EmailSpecifies if the email is preferred over others of the same type or overall
-
address
@JsonPropertyDescription("An email address for the organization") private String addressEmail AddressAn email address for the organization (Required)
-
-
Method Detail
-
getType
public Type__2 getType()
TypeA type of email for the organization. Includes a standard type (e.g. 'general', 'hr') and an optional, custom type to further identify the type of email. (Required)
-
setType
public void setType(Type__2 type)
TypeA type of email for the organization. Includes a standard type (e.g. 'general', 'hr') and an optional, custom type to further identify the type of email. (Required)
-
getPreference
public Object getPreference()
Preferred EmailSpecifies if the email is preferred over others of the same type or overall
-
setPreference
public void setPreference(Object preference)
Preferred EmailSpecifies if the email is preferred over others of the same type or overall
-
getAddress
public String getAddress()
Email AddressAn email address for the organization (Required)
-
setAddress
public void setAddress(String address)
Email AddressAn email address for the organization (Required)
-
-