Interface ApiContract.DefinitionStages.WithApiRevision

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

public static interface ApiContract.DefinitionStages.WithApiRevision
The stage of the ApiContract definition allowing to specify apiRevision.
  • Method Details

    • withApiRevision

      ApiContract.DefinitionStages.WithCreate withApiRevision(String apiRevision)
      Specifies the apiRevision property: Describes the revision of the API. If no value is provided, default revision 1 is created.
      Parameters:
      apiRevision - Describes the revision of the API. If no value is provided, default revision 1 is created.
      Returns:
      the next definition stage.