public class EnumWithCustomOfPostalAddressCategoryBuilder extends Object
Constructor and Description |
---|
EnumWithCustomOfPostalAddressCategoryBuilder(EnumWithCustomOfPostalAddressCategory model) |
Modifier and Type | Method and Description |
---|---|
EnumWithCustomOfPostalAddressCategory |
build()
Build EnumWithCustomOfPostalAddressCategory instance.
|
EnumWithCustomOfPostalAddressCategoryBuilder |
description(String description)
Set EnumWithCustomOfPostalAddressCategory.description and return builder.
|
EnumWithCustomOfPostalAddressCategoryBuilder |
value(String value)
Set EnumWithCustomOfPostalAddressCategory.value and return builder.
|
public EnumWithCustomOfPostalAddressCategoryBuilder(EnumWithCustomOfPostalAddressCategory model)
public EnumWithCustomOfPostalAddressCategory build()
public EnumWithCustomOfPostalAddressCategoryBuilder value(String value)
value
- Address category. Enum, available values: Home, Work, Custompublic EnumWithCustomOfPostalAddressCategoryBuilder description(String description)
description
- Copyright © 2020. All rights reserved.