ApiContract.DefinitionStages.WithServiceUrl Interface

public static interface ApiContract.DefinitionStages.WithServiceUrl

The stage of the ApiContract definition allowing to specify serviceUrl.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withServiceUrl(String serviceUrl)

Specifies the serviceUrl property: Absolute URL of the backend service implementing this API.

Method Details

withServiceUrl

public abstract ApiContract.DefinitionStages.WithCreate withServiceUrl(String serviceUrl)

Specifies the serviceUrl property: Absolute URL of the backend service implementing this API. Cannot be more than 2000 characters long..

Parameters:

serviceUrl - Absolute URL of the backend service implementing this API. Cannot be more than 2000 characters long.

Returns:

the next definition stage.

Applies to