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
Modifier and TypeMethodDescriptionwithAddressLine1
(String addressLine1) Specifies the 1st line of the address.
-
Method Details
-
withAddressLine1
Specifies the 1st line of the address.- Parameters:
addressLine1
- the 1st line of the address- Returns:
- the next stage of the definition
-