Interface ApiContract.UpdateStages.WithServiceUrl

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

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

    Modifier and Type
    Method
    Description
    withServiceUrl(String serviceUrl)
    Specifies the serviceUrl property: Absolute URL of the backend service implementing this API..
  • Method Details

    • withServiceUrl

      ApiContract.Update withServiceUrl(String serviceUrl)
      Specifies the serviceUrl property: Absolute URL of the backend service implementing this API..
      Parameters:
      serviceUrl - Absolute URL of the backend service implementing this API.
      Returns:
      the next definition stage.