BackendContract.UpdateStages.WithTitle Interface

public static interface BackendContract.UpdateStages.WithTitle

The stage of the backendcontract update allowing to specify Title.

Method Summary

Modifier and Type Method and Description
abstract Update withTitle(String title)

Specifies title.

Method Details

withTitle

public abstract BackendContract.Update withTitle(String title)

Specifies title.

Parameters:

title - Backend Title

Returns:

the next update stage

Applies to