public final class ListEntitiesOptions extends Object
listEntities family of methods.| Constructor and Description |
|---|
ListEntitiesOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Gets the value of the `filter` OData query option which filters the set of returned entities, excluding those
that do not match the filter expression.
|
List<String> |
getSelect()
Gets a list of properties to select on each entity.
|
Integer |
getTop()
Gets the value of the `top` OData query option which limits the number of returned entities.
|
ListEntitiesOptions |
setFilter(String filter)
Sets the value of the `filter` OData query option which filters the set of returned entities, excluding those
that do not match the filter expression.
|
ListEntitiesOptions |
setSelect(List<String> select)
Sets a list of properties to select on each entity.
|
ListEntitiesOptions |
setTop(Integer top)
Sets the value of the `top` OData query option which limits the number of returned entities.
|
public Integer getTop()
public ListEntitiesOptions setTop(Integer top)
top - The value of the `top` OData query option.ListEntitiesOptions.public List<String> getSelect()
public ListEntitiesOptions setSelect(List<String> select)
select - The list of properties to select on each entity.ListEntitiesOptions.public String getFilter()
public ListEntitiesOptions setFilter(String filter)
filter - The value of the `filter` OData query option.ListEntitiesOptions.Copyright © 2021 Microsoft Corporation. All rights reserved.