BackendContract.UpdateStages.WithProxy Interface

public static interface BackendContract.UpdateStages.WithProxy

The stage of the backendcontract update allowing to specify Proxy.

Method Summary

Modifier and Type Method and Description
abstract Update withProxy(BackendProxyContract proxy)

Specifies proxy.

Method Details

withProxy

public abstract BackendContract.Update withProxy(BackendProxyContract proxy)

Specifies proxy.

Parameters:

proxy - Backend Proxy Contract Properties

Returns:

the next update stage

Applies to