Interface ApiContract.UpdateStages.WithProtocols

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

public static interface ApiContract.UpdateStages.WithProtocols
The stage of the ApiContract update allowing to specify protocols.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the protocols property: Describes on which protocols the operations in this API can be invoked..
  • Method Details

    • withProtocols

      ApiContract.Update withProtocols(List<Protocol> protocols)
      Specifies the protocols property: Describes on which protocols the operations in this API can be invoked..
      Parameters:
      protocols - Describes on which protocols the operations in this API can be invoked.
      Returns:
      the next definition stage.