Class ConnObjectTOQuery
- java.lang.Object
- 
- org.apache.syncope.common.rest.api.beans.ConnObjectTOQuery
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ConnObjectTOQuery extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classConnObjectTOQuery.Builder
 - 
Constructor SummaryConstructors Constructor Description ConnObjectTOQuery()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFiql()Set<String>getMoreAttrsToGet()StringgetOrderBy()StringgetPagedResultsCookie()IntegergetSize()voidsetFiql(String fiql)voidsetMoreAttrsToGet(Set<String> moreAttrsToGet)voidsetOrderBy(String orderBy)voidsetPagedResultsCookie(String pagedResultsCookie)voidsetSize(Integer size)
 
- 
- 
- 
Method Detail- 
getSizepublic Integer getSize() 
 - 
setSize@Min(1L) @Max(100L) @QueryParam("size") @DefaultValue("25") public void setSize(Integer size)
 - 
getPagedResultsCookiepublic String getPagedResultsCookie() 
 - 
setPagedResultsCookie@QueryParam("connIdPagedResultsCookie") public void setPagedResultsCookie(String pagedResultsCookie)
 - 
getOrderBy@QueryParam("orderby") public String getOrderBy()
 - 
setOrderBypublic void setOrderBy(String orderBy) 
 - 
getFiqlpublic String getFiql() 
 - 
setFiql@QueryParam("fiql") public void setFiql(String fiql)
 
- 
 
-