BackendContract.UpdateStages.WithCredentials Interface

public static interface BackendContract.UpdateStages.WithCredentials

The stage of the backendcontract update allowing to specify Credentials.

Method Summary

Modifier and Type Method and Description
abstract Update withCredentials(BackendCredentialsContract credentials)

Specifies credentials.

Method Details

withCredentials

public abstract BackendContract.Update withCredentials(BackendCredentialsContract credentials)

Specifies credentials.

Parameters:

credentials - Backend Credentials Contract Properties

Returns:

the next update stage

Applies to