|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.services.batch.model.ListJobsRequest
public class ListJobsRequest
Provides options for listing jobs.
The optional query parameters are marker and max keys.
Constructor Summary | |
---|---|
ListJobsRequest()
|
Method Summary | |
---|---|
String |
getMarker()
|
int |
getMaxKeys()
|
void |
setMarker(String marker)
|
void |
setMaxKeys(int maxKeys)
|
ListJobsRequest |
withMarker(String marker)
Configure the marker for the query request. |
ListJobsRequest |
withMaxKeys(int maxKeys)
Configure the max count for each response page. |
ListJobsRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request. |
Methods inherited from class com.baidubce.model.AbstractBceRequest |
---|
getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListJobsRequest()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
public int getMaxKeys()
public void setMaxKeys(int maxKeys)
public ListJobsRequest withMarker(String marker)
marker
- the marker
public ListJobsRequest withMaxKeys(int maxKeys)
maxKeys
- The max count for each response page.
public ListJobsRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials
in class AbstractBceRequest
credentials
- a valid instance of BceCredentials.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |