Interface DomainContact.DefinitionStages.WithStateOrProvince<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.WithStateOrProvince<ParentT>
The stage of contact definition allowing state/province to be set.
-
Method Summary
Modifier and TypeMethodDescriptionwithStateOrProvince
(String stateOrProvince) Specifies the state or province of the address.
-
Method Details
-
withStateOrProvince
Specifies the state or province of the address.- Parameters:
stateOrProvince
- the state or province of the address- Returns:
- the next stage of the definition
-