|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectar.com.jmfsg.documentation.model.Request
public class Request
| Field Summary | |
|---|---|
List<Field> |
facets
Service Facets. A Facet is like a filter, but they are returned with the service with a count that represents the amount of items that will be returned once the facet is applied. |
List<Field> |
filters
Service filters |
List<Field> |
options
Options that modify the response. |
Boolean |
paginable
Whether the method is paginable, if true, it will automatically add the required fields. |
List<Field> |
parameters
Method request parameters. |
Sortable |
sortable
Whether it is sortable or not and by which fields it can be sorted. |
| Constructor Summary | |
|---|---|
Request()
|
|
| Method Summary | |
|---|---|
List<Field> |
getFacets()
|
List<Field> |
getFilters()
|
List<Field> |
getOptions()
|
Boolean |
getPaginable()
|
List<Field> |
getParameters()
|
Sortable |
getSortable()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Boolean paginable
public Sortable sortable
public List<Field> parameters
public List<Field> options
public List<Field> filters
public List<Field> facets
| Constructor Detail |
|---|
public Request()
| Method Detail |
|---|
public Sortable getSortable()
public List<Field> getParameters()
public List<Field> getOptions()
public List<Field> getFilters()
public List<Field> getFacets()
public Boolean getPaginable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||