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 Summary
Modifier and TypeMethodDescriptionwithResponses(List<ResponseContract> responses) Specifies the responses property: Array of Operation responses..
-
Method Details
-
withResponses
Specifies the responses property: Array of Operation responses..- Parameters:
responses- Array of Operation responses.- Returns:
- the next definition stage.
-