Interface ApiContract.DefinitionStages.WithSourceApiId

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

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

    • withSourceApiId

      ApiContract.DefinitionStages.WithCreate withSourceApiId(String sourceApiId)
      Specifies the sourceApiId property: API identifier of the source API..
      Parameters:
      sourceApiId - API identifier of the source API.
      Returns:
      the next definition stage.