public class EnumWithCustomOfEmailAddressCategoryBuilder extends Object
Constructor and Description |
---|
EnumWithCustomOfEmailAddressCategoryBuilder(EnumWithCustomOfEmailAddressCategory model) |
Modifier and Type | Method and Description |
---|---|
EnumWithCustomOfEmailAddressCategory |
build()
Build EnumWithCustomOfEmailAddressCategory instance.
|
EnumWithCustomOfEmailAddressCategoryBuilder |
description(String description)
Set EnumWithCustomOfEmailAddressCategory.description and return builder.
|
EnumWithCustomOfEmailAddressCategoryBuilder |
value(String value)
Set EnumWithCustomOfEmailAddressCategory.value and return builder.
|
public EnumWithCustomOfEmailAddressCategoryBuilder(EnumWithCustomOfEmailAddressCategory model)
public EnumWithCustomOfEmailAddressCategory build()
public EnumWithCustomOfEmailAddressCategoryBuilder value(String value)
value
- Represents category for an email address. Enum, available values: Home, Work, Custom, Email1, Email2, Email3public EnumWithCustomOfEmailAddressCategoryBuilder description(String description)
description
- Copyright © 2020. All rights reserved.