OperationContract.UpdateStages.WithRequest Interface

public static interface OperationContract.UpdateStages.WithRequest

The stage of the OperationContract update allowing to specify request.

Method Summary

Modifier and Type Method and Description
abstract Update withRequest(RequestContract request)

Specifies the request property: An entity containing request details..

Method Details

withRequest

public abstract OperationContract.Update withRequest(RequestContract request)

Specifies the request property: An entity containing request details..

Parameters:

request - An entity containing request details.

Returns:

the next definition stage.

Applies to