Interface DomainContact.DefinitionStages.WithJobTitle<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching
- All Known Subinterfaces:
DomainContact.Definition<ParentT>,DomainContact.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- DomainContact.DefinitionStages
public static interface DomainContact.DefinitionStages.WithJobTitle<ParentT>The stage of contact definition allowing job title to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainContact.DefinitionStages.WithAttach<ParentT>withJobTitle(String jobTitle)Specifies the job title.
-
-
-
Method Detail
-
withJobTitle
DomainContact.DefinitionStages.WithAttach<ParentT> withJobTitle(String jobTitle)
Specifies the job title.- Parameters:
jobTitle- the job title- Returns:
- the next stage of the definition
-
-