ListDigitalTwinsEventRoutesOptions Class

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

public final class ListDigitalTwinsEventRoutesOptions

The optional parameters for com.azure.digitaltwins.core.DigitalTwinsClient#listEventRoutes(ListDigitalTwinsEventRoutesOptions, Context) and listEventRoutes(ListDigitalTwinsEventRoutesOptions options)

Constructor Summary

Constructor Description
ListDigitalTwinsEventRoutesOptions()

Method Summary

Modifier and Type Method and Description
Integer getMaxItemsPerPage()

Get the maxItemsPerPage property: The maximum number of items to retrieve per request.

ListDigitalTwinsEventRoutesOptions setMaxItemsPerPage(Integer maxItemsPerPage)

Set the maxItemsPerPage property: The maximum number of items to retrieve per request.

Methods inherited from java.lang.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.

Applies to