public class ConnObjectTOQuery extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ConnObjectTOQuery.Builder |
Constructor and Description |
---|
ConnObjectTOQuery() |
Modifier and Type | Method and Description |
---|---|
String |
getFiql() |
Set<String> |
getMoreAttrsToGet() |
String |
getOrderBy() |
String |
getPagedResultsCookie() |
Integer |
getSize() |
void |
setFiql(String fiql) |
void |
setMoreAttrsToGet(Set<String> moreAttrsToGet) |
void |
setOrderBy(String orderBy) |
void |
setPagedResultsCookie(String pagedResultsCookie) |
void |
setSize(Integer size) |
public Integer getSize()
@Min(value=1L) @Max(value=100L) @QueryParam(value="size") @DefaultValue(value="25") public void setSize(Integer size)
public String getPagedResultsCookie()
@QueryParam(value="connIdPagedResultsCookie") public void setPagedResultsCookie(String pagedResultsCookie)
@QueryParam(value="orderby") public String getOrderBy()
public void setOrderBy(String orderBy)
public String getFiql()
@QueryParam(value="fiql") public void setFiql(String fiql)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.