Class Email
- java.lang.Object
-
- com.ellucian.generated.eedm.educational_institution_units.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 boolean
equals(Object other)
String
getAddress()
Email AddressObject
getPreference()
Preferred EmailType__2
getType()
Typeint
hashCode()
void
setAddress(String address)
Email Addressvoid
setPreference(Object preference)
Preferred Emailvoid
setType(Type__2 type)
TypeString
toString()
Email
withAddress(String address)
Email
withPreference(Object preference)
Email
withType(Type__2 type)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("A type of email for the unit. Includes a standard type (e.g. \'general\', \'hr\') and an optional, custom type to further identify the type of email.") private Type__2 type
TypeA type of email for the unit. 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 preference
Preferred EmailSpecifies if the email is preferred over others of the same type or overall
-
address
@JsonPropertyDescription("An email address for the unit") private String address
Email AddressAn email address for the unit (Required)
-
-
Method Detail
-
getType
public Type__2 getType()
TypeA type of email for the unit. 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 unit. 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 unit (Required)
-
setAddress
public void setAddress(String address)
Email AddressAn email address for the unit (Required)
-
-