Interface DomainContact.DefinitionStages.WithFaxNumber<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.WithFaxNumber<ParentT>The stage of contact definition allowing fax number to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainContact.DefinitionStages.WithAttach<ParentT>withFaxNumber(String faxNumber)Specifies the fax number.
-
-
-
Method Detail
-
withFaxNumber
DomainContact.DefinitionStages.WithAttach<ParentT> withFaxNumber(String faxNumber)
Specifies the fax number.- Parameters:
faxNumber- the fax number- Returns:
- the next stage of the definition
-
-