public class JobsResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
JobsResponse() |
Modifier and Type | Method and Description |
---|---|
PageLink |
getFirst()
Gets the first.
|
List<JobResponse> |
getJobs()
Gets the jobs.
|
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<JobResponse> getJobs()
Copyright © 2021 IBM Cloud. All rights reserved.