public class PaginatedResponse<T extends SupportedVersion> extends Object
PaginatedResponse()
List<T>
getData()
Integer
getTotal()
void
setData(List<T> data)
setTotal(Integer total)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PaginatedResponse()
public List<T> getData()
public void setData(List<T> data)
public Integer getTotal()
public void setTotal(Integer total)
Copyright © 2018 MuleSoft Inc. All rights reserved.