ar.com.jmfsg.documentation.model
Class Request

java.lang.Object
  extended by ar.com.jmfsg.documentation.model.Request

public class Request
extends Object


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

paginable

public Boolean paginable
Whether the method is paginable, if true, it will automatically add the required fields.


sortable

public Sortable sortable
Whether it is sortable or not and by which fields it can be sorted.


parameters

public List<Field> parameters
Method request parameters.


options

public List<Field> options
Options that modify the response.


filters

public List<Field> filters
Service filters


facets

public 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.

Constructor Detail

Request

public Request()
Method Detail

getSortable

public Sortable getSortable()

getParameters

public List<Field> getParameters()

getOptions

public List<Field> getOptions()

getFilters

public List<Field> getFilters()

getFacets

public List<Field> getFacets()

getPaginable

public Boolean getPaginable()


Copyright © 2013. All Rights Reserved.