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) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getValue()
Represents category for an email address.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setValue(String value) |
String |
toString() |
EnumWithCustomOfEmailAddressCategory |
value(String value) |
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)
public String getValue()
public void setValue(String value)
public EnumWithCustomOfEmailAddressCategory description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2020. All rights reserved.