Interface Schedule.UpdateStages.WithTop

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

public static interface Schedule.UpdateStages.WithTop
The stage of the Schedule update allowing to specify top.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the top property: The maximum number of resources to return from the operation.
  • Method Details

    • withTop

      Schedule.Update withTop(Integer top)
      Specifies the top property: The maximum number of resources to return from the operation. Example: '$top=10'..
      Parameters:
      top - The maximum number of resources to return from the operation. Example: '$top=10'.
      Returns:
      the next definition stage.