org.jclouds.gogrid.options
Class GetImageListOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.gogrid.options.GetImageListOptions
All Implemented Interfaces:
HttpRequestOptions

public class GetImageListOptions
extends BaseHttpRequestOptions

Author:
Oleksiy Yarmula

Nested Class Summary
static class GetImageListOptions.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
GetImageListOptions()
           
 
Method Summary
 GetImageListOptions inDatacenter(String datacenterId)
           
 GetImageListOptions maxItemsNumber(Integer maxNumber)
           
 GetImageListOptions onlyPrivate()
           
 GetImageListOptions onlyPublic()
           
 GetImageListOptions setState(ServerImageState imageState)
           
 GetImageListOptions setType(ServerImageType imageType)
           
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetImageListOptions

public GetImageListOptions()
Method Detail

setType

public GetImageListOptions setType(ServerImageType imageType)

setState

public GetImageListOptions setState(ServerImageState imageState)

onlyPublic

public GetImageListOptions onlyPublic()

onlyPrivate

public GetImageListOptions onlyPrivate()

inDatacenter

public GetImageListOptions inDatacenter(String datacenterId)

maxItemsNumber

public GetImageListOptions maxItemsNumber(Integer maxNumber)


Copyright © 2009-2011 jclouds. All Rights Reserved.