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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainContact.DefinitionStages.WithCountry<ParentT>withStateOrProvince(String stateOrProvince)Specifies the state or province of the address.
-
-
-
Method Detail
-
withStateOrProvince
DomainContact.DefinitionStages.WithCountry<ParentT> withStateOrProvince(String stateOrProvince)
Specifies the state or province of the address.- Parameters:
stateOrProvince- the state or province of the address- Returns:
- the next stage of the definition
-
-