Interface DomainContact.DefinitionStages.WithCountry<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching
- All Known Subinterfaces:
DomainContact.Definition<ParentT>
- Enclosing interface:
- DomainContact.DefinitionStages
public static interface DomainContact.DefinitionStages.WithCountry<ParentT>The stage of contact definition allowing country to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainContact.DefinitionStages.WithPostalCode<ParentT>withCountry(CountryIsoCode country)Specifies the country of the address.
-
-
-
Method Detail
-
withCountry
DomainContact.DefinitionStages.WithPostalCode<ParentT> withCountry(CountryIsoCode country)
Specifies the country of the address.- Parameters:
country- the country of the address- Returns:
- the next stage of the definition
-
-