ParentT
- the stage of the parent definition to return to after attachingpublic static interface DomainContact.DefinitionStages.WithAddressLine2<ParentT> extends DomainContact.DefinitionStages.WithCity<ParentT>
Modifier and Type | Method and Description |
---|---|
DomainContact.DefinitionStages.WithCity<ParentT> |
withAddressLine2(String addressLine2)
Specifies the 2nd line of the address.
|
withCity
DomainContact.DefinitionStages.WithCity<ParentT> withAddressLine2(String addressLine2)
addressLine2
- the 2nd line of the addressCopyright © 2019. All rights reserved.