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 Detail

      • 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.