OperationContract.UpdateStages.WithResponses Interface

public static interface OperationContract.UpdateStages.WithResponses

The stage of the OperationContract update allowing to specify responses.

Method Summary

Modifier and Type Method and Description
abstract Update withResponses(List<ResponseContract> responses)

Specifies the responses property: Array of Operation responses..

Method Details

withResponses

public abstract OperationContract.Update withResponses(List responses)

Specifies the responses property: Array of Operation responses..

Parameters:

responses - Array of Operation responses.

Returns:

the next definition stage.

Applies to