Interface DomainContact.DefinitionStages.WithCity<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching
- All Known Subinterfaces:
DomainContact.Definition<ParentT>
,DomainContact.DefinitionStages.WithAddressLine2<ParentT>
- Enclosing interface:
- DomainContact.DefinitionStages
public static interface DomainContact.DefinitionStages.WithCity<ParentT>
The stage of contact definition allowing city to be set.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the city of the address.
-
Method Details
-
withCity
Specifies the city of the address.- Parameters:
city
- the city of the address- Returns:
- the next stage of the definition
-