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
Modifier and TypeMethodDescriptionwithCountry
(CountryIsoCode country) Specifies the country of the address.
-
Method Details
-
withCountry
Specifies the country of the address.- Parameters:
country
- the country of the address- Returns:
- the next stage of the definition
-