public class VoiceCallFlowList extends Object implements Serializable
| Constructor and Description |
|---|
VoiceCallFlowList(List<VoiceCallFlow> data) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCurrentPage() |
List<VoiceCallFlow> |
getItems() |
Integer |
getPageCount() |
Integer |
getPerPage() |
Integer |
getTotalCount() |
void |
setItems(List<VoiceCallFlow> items) |
void |
setPagination(Pagination pagination) |
String |
toString() |
public VoiceCallFlowList(List<VoiceCallFlow> data)
public void setPagination(Pagination pagination)
public Integer getTotalCount()
public Integer getPageCount()
public Integer getCurrentPage()
public Integer getPerPage()
public List<VoiceCallFlow> getItems()
public void setItems(List<VoiceCallFlow> items)
Copyright © 2024. All rights reserved.