Interface ApiContract.DefinitionStages.WithContact
-
- All Known Subinterfaces:
ApiContract.Definition
,ApiContract.DefinitionStages.WithCreate
- Enclosing interface:
- ApiContract.DefinitionStages
public static interface ApiContract.DefinitionStages.WithContact
The stage of the ApiContract definition allowing to specify contact.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiContract.DefinitionStages.WithCreate
withContact(ApiContactInformation contact)
Specifies the contact property: Contact information for the API..
-
-
-
Method Detail
-
withContact
ApiContract.DefinitionStages.WithCreate withContact(ApiContactInformation contact)
Specifies the contact property: Contact information for the API..- Parameters:
contact
- Contact information for the API.- Returns:
- the next definition stage.
-
-