|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.ConstructListResponse
public class ConstructListResponse
Response containing a list of constructs
Constructor Summary | |
---|---|
ConstructListResponse()
Create an empty instance |
|
ConstructListResponse(Message message,
ResponseInfo responseInfo)
Create instance with message and responseinfo |
Method Summary | |
---|---|
java.util.List<Construct> |
getConstructs()
Get the constructs |
java.lang.Integer |
getNumItems()
Get total number of items present |
java.lang.Boolean |
isHasMoreItems()
Get true if more items are present |
void |
setConstructs(java.util.List<Construct> constructs)
Set the constructs |
void |
setHasMoreItems(java.lang.Boolean hasMoreItems)
Set true when more items are available |
void |
setNumItems(java.lang.Integer numItems)
Set the total number of items present |
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse |
---|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstructListResponse()
public ConstructListResponse(Message message, ResponseInfo responseInfo)
message
- messageresponseInfo
- responseinfoMethod Detail |
---|
public java.util.List<Construct> getConstructs()
public java.lang.Boolean isHasMoreItems()
public java.lang.Integer getNumItems()
public void setConstructs(java.util.List<Construct> constructs)
constructs
- conspublic void setHasMoreItems(java.lang.Boolean hasMoreItems)
hasMoreItems
- true if more items are availablepublic void setNumItems(java.lang.Integer numItems)
numItems
- total number of items present
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |