Package com.flagright.api.types
Interface ConsumerName.FirstNameStage
-
- All Known Implementing Classes:
ConsumerName.Builder
- Enclosing class:
- ConsumerName
public static interface ConsumerName.FirstNameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConsumerName._FinalStagefirstName(java.lang.String firstName)ConsumerName.Builderfrom(ConsumerName other)
-
-
-
Method Detail
-
firstName
ConsumerName._FinalStage firstName(@NotNull java.lang.String firstName)
-
from
ConsumerName.Builder from(ConsumerName other)
-
-