Package com.flagright.api.types
Interface PlaceOfBirth.CountryStage
-
- All Known Implementing Classes:
PlaceOfBirth.Builder
- Enclosing class:
- PlaceOfBirth
public static interface PlaceOfBirth.CountryStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlaceOfBirth._FinalStagecountry(CountryCode country)PlaceOfBirth.Builderfrom(PlaceOfBirth other)
-
-
-
Method Detail
-
country
PlaceOfBirth._FinalStage country(@NotNull CountryCode country)
-
from
PlaceOfBirth.Builder from(PlaceOfBirth other)
-
-