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
Modifier and TypeMethodDescriptionwithContact(ApiContactInformation contact) Specifies the contact property: Contact information for the API..
-
Method Details
-
withContact
Specifies the contact property: Contact information for the API..- Parameters:
contact- Contact information for the API.- Returns:
- the next definition stage.
-