OperationContract.UpdateStages.WithMethod Interface

public static interface OperationContract.UpdateStages.WithMethod

The stage of the OperationContract update allowing to specify method.

Method Summary

Modifier and Type Method and Description
abstract Update withMethod(String method)

Specifies the method property: A Valid HTTP Operation Method.

Method Details

withMethod

public abstract OperationContract.Update withMethod(String method)

Specifies the method property: A Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them..

Parameters:

method - A Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them.

Returns:

the next definition stage.

Applies to