public class ExportsResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
ExportsResponse() |
Modifier and Type | Method and Description |
---|---|
List<ExportResponse> |
getExports()
Gets the exports.
|
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.
|
Long |
getTotalCount()
Gets the totalCount.
|
public PageLink getFirst()
public PageLink getLast()
public PageLink getPrevious()
public PageLink getNext()
public Long getOffset()
public Long getLimit()
public Long getTotalCount()
public List<ExportResponse> getExports()
Copyright © 2021 IBM Cloud. All rights reserved.