BackendContract.UpdateStages.WithProperties Interface

public static interface BackendContract.UpdateStages.WithProperties

The stage of the backendcontract update allowing to specify Properties.

Method Summary

Modifier and Type Method and Description
abstract Update withProperties(BackendProperties properties)

Specifies properties.

Method Details

withProperties

public abstract BackendContract.Update withProperties(BackendProperties properties)

Specifies properties.

Parameters:

properties - Backend Properties contract

Returns:

the next update stage

Applies to