public class ConnObjectTOListQuery extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ConnObjectTOListQuery.Builder |
| Constructor and Description |
|---|
ConnObjectTOListQuery() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getOrderBy() |
String |
getPagedResultsCookie() |
Integer |
getSize() |
int |
hashCode() |
void |
setOrderBy(String orderBy) |
void |
setPagedResultsCookie(String pagedResultsCookie) |
void |
setSize(Integer size) |
String |
toString() |
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)
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.