ApiContract.DefinitionStages.WithTermsOfServiceUrl Interface

public static interface ApiContract.DefinitionStages.WithTermsOfServiceUrl

The stage of the ApiContract definition allowing to specify termsOfServiceUrl.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withTermsOfServiceUrl(String termsOfServiceUrl)

Specifies the termsOfServiceUrl property: A URL to the Terms of Service for the API.

Method Details

withTermsOfServiceUrl

public abstract ApiContract.DefinitionStages.WithCreate withTermsOfServiceUrl(String termsOfServiceUrl)

Specifies the termsOfServiceUrl property: A URL to the Terms of Service for the API. MUST be in the format of a URL..

Parameters:

termsOfServiceUrl - A URL to the Terms of Service for the API. MUST be in the format of a URL.

Returns:

the next definition stage.

Applies to