Interface DomainContact.DefinitionStages.WithLastName<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching
- All Known Subinterfaces:
DomainContact.Definition<ParentT>,DomainContact.DefinitionStages.WithMiddleName<ParentT>
- Enclosing interface:
- DomainContact.DefinitionStages
public static interface DomainContact.DefinitionStages.WithLastName<ParentT>The stage of contact definition allowing last name to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainContact.DefinitionStages.WithEmail<ParentT>withLastName(String lastName)Specifies the last name.
-
-
-
Method Detail
-
withLastName
DomainContact.DefinitionStages.WithEmail<ParentT> withLastName(String lastName)
Specifies the last name.- Parameters:
lastName- the last name- Returns:
- the next stage of the definition
-
-