Interface DomainContact.DefinitionStages.WithAddressLine1<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.WithAddressLine1<ParentT>The stage of contact definition allowing 1st line of address to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainContact.DefinitionStages.WithAddressLine2<ParentT>withAddressLine1(String addressLine1)Specifies the 1st line of the address.
-
-
-
Method Detail
-
withAddressLine1
DomainContact.DefinitionStages.WithAddressLine2<ParentT> withAddressLine1(String addressLine1)
Specifies the 1st line of the address.- Parameters:
addressLine1- the 1st line of the address- Returns:
- the next stage of the definition
-
-