Interface ApiContract.UpdateStages.WithApiType

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

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

    Modifier and Type
    Method
    Description
    Specifies the apiType property: Type of API..
  • Method Details

    • withApiType

      ApiContract.Update withApiType(ApiType apiType)
      Specifies the apiType property: Type of API..
      Parameters:
      apiType - Type of API.
      Returns:
      the next definition stage.