BackendContract.DefinitionStages.WithUrl Interface

public static interface BackendContract.DefinitionStages.WithUrl

The stage of the backendcontract definition allowing to specify Url.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withUrl(String url)

Specifies url.

Method Details

withUrl

public abstract BackendContract.DefinitionStages.WithCreate withUrl(String url)

Specifies url.

Parameters:

url - Runtime Url of the Backend

Returns:

the next definition stage

Applies to