public class EntityExportRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
properties |
protected EntityQuery |
query |
| Constructor and Description |
|---|
EntityExportRequest() |
| Modifier and Type | Method and Description |
|---|---|
EntityExportRequest |
addPropertiesItem(String propertiesItem) |
boolean |
equals(Object o) |
List<String> |
getProperties()
The properties is a list of property paths which should be exported.
|
EntityQuery |
getQuery()
The query limits the returned entries.
|
int |
hashCode() |
EntityExportRequest |
properties(List<String> properties) |
EntityExportRequest |
query(EntityQuery query) |
void |
setProperties(List<String> properties) |
void |
setQuery(EntityQuery query) |
String |
toString() |
protected EntityQuery query
public EntityExportRequest properties(List<String> properties)
public EntityExportRequest addPropertiesItem(String propertiesItem)
public List<String> getProperties()
public EntityExportRequest query(EntityQuery query)
public EntityQuery getQuery()
public void setQuery(EntityQuery query)
Copyright © 2023. All rights reserved.