BackendContract.UpdateStages.WithDescription Interface

public static interface BackendContract.UpdateStages.WithDescription

The stage of the backendcontract update allowing to specify Description.

Method Summary

Modifier and Type Method and Description
abstract Update withDescription(String description)

Specifies description.

Method Details

withDescription

public abstract BackendContract.Update withDescription(String description)

Specifies description.

Parameters:

description - Backend Description

Returns:

the next update stage

Applies to