Interface ApiContract.DefinitionStages.WithServiceUrl

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

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

    • withServiceUrl

      ApiContract.DefinitionStages.WithCreate withServiceUrl(String serviceUrl)
      Specifies the serviceUrl property: Absolute URL of the backend service implementing this API. Cannot be more than 2000 characters long..
      Parameters:
      serviceUrl - Absolute URL of the backend service implementing this API. Cannot be more than 2000 characters long.
      Returns:
      the next definition stage.