Class ListDigitalTwinsEventRoutesOptions

java.lang.Object
com.azure.digitaltwins.core.models.ListDigitalTwinsEventRoutesOptions

public final class ListDigitalTwinsEventRoutesOptions extends Object
  • Constructor Details

    • ListDigitalTwinsEventRoutesOptions

      public ListDigitalTwinsEventRoutesOptions()
  • Method Details

    • getMaxItemsPerPage

      public Integer getMaxItemsPerPage()
      Get the maxItemsPerPage property: The maximum number of items to retrieve per request. The server may choose to return less than the requested number.
      Returns:
      the maxItemsPerPage value.
    • setMaxItemsPerPage

      public ListDigitalTwinsEventRoutesOptions setMaxItemsPerPage(Integer maxItemsPerPage)
      Set the maxItemsPerPage property: The maximum number of items to retrieve per request. The server may choose to return less than the requested number.
      Parameters:
      maxItemsPerPage - the maxItemsPerPage value to set.
      Returns:
      the ListEventRoutesOptions object itself.