|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.model.ListRequest
com.baidubce.services.bcc.model.image.ListImagesRequest
public class ListImagesRequest
The request for listing the images.
Constructor Summary | |
---|---|
ListImagesRequest()
|
Method Summary | |
---|---|
String |
getImageType()
|
void |
setImageType(String imageType)
|
ListImagesRequest |
withImageType(String imageType)
Configure the request with specified imageType. |
ListImagesRequest |
withMarker(String marker)
Configure the request with specified marker. |
ListImagesRequest |
withMaxKeys(int maxKeys)
Configure the request with specified maxKeys. |
ListImagesRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request. |
Methods inherited from class com.baidubce.model.ListRequest |
---|
getMarker, getMaxKeys, setMarker, setMaxKeys |
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 ListImagesRequest()
Method Detail |
---|
public String getImageType()
public void setImageType(String imageType)
public ListImagesRequest withImageType(String imageType)
imageType
- The optional parameter to filter image to list, see more detail on
BCE API doc
public ListImagesRequest withMarker(String marker)
withMarker
in class ListRequest
marker
- The optional parameter marker specified in the original request to specify
where in the results to begin listing.
public ListImagesRequest withMaxKeys(int maxKeys)
withMaxKeys
in class ListRequest
maxKeys
- The optional parameter to specifies the max number of list result to return.
The default value is 1000.
public ListImagesRequest 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 |