Interface OperationContract.UpdateStages.WithMethod

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

public static interface OperationContract.UpdateStages.WithMethod
The stage of the OperationContract update allowing to specify method.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the method property: A Valid HTTP Operation Method.
  • Method Details

    • withMethod

      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.