ApiContract.DefinitionStages.WithContact Interface

public static interface ApiContract.DefinitionStages.WithContact

The stage of the ApiContract definition allowing to specify contact.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withContact(ApiContactInformation contact)

Specifies the contact property: Contact information for the API..

Method Details

withContact

public abstract 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.

Applies to