Interface ApiContract.UpdateStages.WithDisplayName

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

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

    Modifier and Type
    Method
    Description
    withDisplayName(String displayName)
    Specifies the displayName property: API name..
  • Method Details

    • withDisplayName

      ApiContract.Update withDisplayName(String displayName)
      Specifies the displayName property: API name..
      Parameters:
      displayName - API name.
      Returns:
      the next definition stage.