Interface OperationContract.DefinitionStages.WithMethod

All Known Subinterfaces:
OperationContract.Definition, OperationContract.DefinitionStages.WithCreate
Enclosing interface:
OperationContract.DefinitionStages

public static interface OperationContract.DefinitionStages.WithMethod
The stage of the OperationContract definition allowing to specify method.
  • Method Details

    • withMethod

      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.