public class RecordsResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
RecordsResponse() |
Modifier and Type | Method and Description |
---|---|
PageLink |
getFirst()
Gets the first.
|
PageLink |
getLast()
Gets the last.
|
Long |
getLimit()
Gets the limit.
|
PageLink |
getNext()
Gets the next.
|
Long |
getOffset()
Gets the offset.
|
PageLink |
getPrevious()
Gets the previous.
|
List<Record> |
getRecords()
Gets the records.
|
Long |
getTotalCount()
Gets the totalCount.
|
public PageLink getFirst()
public PageLink getLast()
public PageLink getPrevious()
public PageLink getNext()
public Long getOffset()
public Long getLimit()
public List<Record> getRecords()
public Long getTotalCount()
Copyright © 2021 IBM Cloud. All rights reserved.