Class QueryOptions

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

public final class QueryOptions extends Object
Parameter group.
  • Constructor Details

    • QueryOptions

      public QueryOptions()
  • 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 QueryOptions 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 QueryOptions object itself.