Package io.jmix.rest.impl.service
Class EntitiesControllerManager.SearchEntitiesRequestDTO
java.lang.Object
io.jmix.rest.impl.service.EntitiesControllerManager.SearchEntitiesRequestDTO
- Enclosing class:
- EntitiesControllerManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonElement
com.google.gson.JsonObject
getLimit()
getSort()
void
setDynamicAttributes
(Boolean dynamicAttributes) void
setFetchPlan
(com.google.gson.JsonElement fetchPlan) void
setFilter
(com.google.gson.JsonObject filter) void
void
setModelVersion
(String modelVersion) void
void
setReturnCount
(Boolean returnCount) void
setReturnNulls
(Boolean returnNulls) void
-
Field Details
-
filter
protected com.google.gson.JsonObject filter -
fetchPlan
protected com.google.gson.JsonElement fetchPlan -
limit
-
offset
-
sort
-
returnNulls
-
returnCount
-
dynamicAttributes
-
modelVersion
-
-
Constructor Details
-
SearchEntitiesRequestDTO
public SearchEntitiesRequestDTO()
-
-
Method Details
-
getFilter
public com.google.gson.JsonObject getFilter() -
getFetchPlan
@Nullable public com.google.gson.JsonElement getFetchPlan() -
getLimit
-
getOffset
-
getSort
-
getReturnNulls
-
getReturnCount
-
getDynamicAttributes
-
getModelVersion
-
setFilter
public void setFilter(com.google.gson.JsonObject filter) -
setFetchPlan
public void setFetchPlan(com.google.gson.JsonElement fetchPlan) -
setLimit
-
setOffset
-
setSort
-
setReturnNulls
-
setReturnCount
-
setDynamicAttributes
-
setModelVersion
-