public class VootEmail extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VootEmail.MailTypes
Enum to represnet email types, as supported by VOOT protocol.
|
| Constructor and Description |
|---|
VootEmail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherVootEmail)
Method to check if an object is equal to the current object.
|
String |
getType()
Type of email.
|
String |
getValue()
Value of email e.g.
|
void |
setType(String type1)
Type of email.
|
void |
setValue(String value1)
Value of email e.g.
|
public boolean equals(Object otherVootEmail)
public String getType()
public void setType(String type1)
type1 - the tile of the email.public String getValue()
public void setValue(String value1)
value1 - the email address.Copyright © 2016 Internet2. All rights reserved.