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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainContact.DefinitionStages.WithStateOrProvince<ParentT>withCity(String city)Specifies the city of the address.
-
-
-
Method Detail
-
withCity
DomainContact.DefinitionStages.WithStateOrProvince<ParentT> withCity(String city)
Specifies the city of the address.- Parameters:
city- the city of the address- Returns:
- the next stage of the definition
-
-