public class EnumWithCustomOfEventCategoryBuilder extends Object
Constructor and Description |
---|
EnumWithCustomOfEventCategoryBuilder(EnumWithCustomOfEventCategory model) |
Modifier and Type | Method and Description |
---|---|
EnumWithCustomOfEventCategory |
build()
Build EnumWithCustomOfEventCategory instance.
|
EnumWithCustomOfEventCategoryBuilder |
description(String description)
Set EnumWithCustomOfEventCategory.description and return builder.
|
EnumWithCustomOfEventCategoryBuilder |
value(String value)
Set EnumWithCustomOfEventCategory.value and return builder.
|
public EnumWithCustomOfEventCategoryBuilder(EnumWithCustomOfEventCategory model)
public EnumWithCustomOfEventCategory build()
public EnumWithCustomOfEventCategoryBuilder value(String value)
value
- Event category. Enum, available values: Custom, Birthday, Anniversarypublic EnumWithCustomOfEventCategoryBuilder description(String description)
description
- Copyright © 2020. All rights reserved.