public class ConstructListResponse extends GenericResponse
| Constructor and Description |
|---|
ConstructListResponse()
Create an empty instance
|
ConstructListResponse(Message message,
ResponseInfo responseInfo)
Create instance with message and responseinfo
|
| Modifier and Type | Method and Description |
|---|---|
List<Construct> |
getConstructs()
Get the constructs
|
Integer |
getNumItems()
Get total number of items present
|
Boolean |
isHasMoreItems()
True if more items are available (paging)
|
void |
setConstructs(List<Construct> constructs)
Set the constructs
|
void |
setHasMoreItems(Boolean hasMoreItems)
Set true when more items are available
|
void |
setNumItems(Integer numItems)
Set the total number of items present
|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfopublic ConstructListResponse()
public ConstructListResponse(Message message, ResponseInfo responseInfo)
message - messageresponseInfo - responseinfopublic Boolean isHasMoreItems()
public Integer getNumItems()
public void setConstructs(List<Construct> constructs)
constructs - conspublic void setHasMoreItems(Boolean hasMoreItems)
hasMoreItems - true if more items are availablepublic void setNumItems(Integer numItems)
numItems - total number of items presentCopyright © 2024 Gentics Software. All rights reserved.