public class EnumWithCustomOfEmailAddressCategory extends Object
Constructor and Description |
---|
EnumWithCustomOfEmailAddressCategory() |
EnumWithCustomOfEmailAddressCategory(String value,
String description)
Initializes a new instance of the EnumWithCustomOfEmailAddressCategory
|
Modifier and Type | Method and Description |
---|---|
EnumWithCustomOfEmailAddressCategory |
description(String description)
Set description and return this.
|
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getValue()
Represents category for an email address.
|
int |
hashCode() |
void |
setDescription(String description)
Set description.
|
void |
setValue(String value)
Set value.
|
String |
toString() |
EnumWithCustomOfEmailAddressCategory |
value(String value)
Set value and return this.
|
public EnumWithCustomOfEmailAddressCategory()
public EnumWithCustomOfEmailAddressCategory(String value, String description)
value
- Represents category for an email address. Enum, available values: Home, Work, Custom, Email1, Email2, Email3description
- public EnumWithCustomOfEmailAddressCategory value(String value)
value
- Represents category for an email address. Enum, available values: Home, Work, Custom, Email1, Email2, Email3public String getValue()
public void setValue(String value)
value
- Represents category for an email address. Enum, available values: Home, Work, Custom, Email1, Email2, Email3public EnumWithCustomOfEmailAddressCategory description(String description)
description
- public String getDescription()
public void setDescription(String description)
description
- Copyright © 2020. All rights reserved.