Interface OperationContract.UpdateStages.WithResponses

All Known Subinterfaces:
OperationContract.Update
Enclosing interface:
OperationContract.UpdateStages

public static interface OperationContract.UpdateStages.WithResponses
The stage of the OperationContract update allowing to specify responses.
  • Method Details

    • withResponses

      OperationContract.Update withResponses(List<ResponseContract> responses)
      Specifies the responses property: Array of Operation responses..
      Parameters:
      responses - Array of Operation responses.
      Returns:
      the next definition stage.