org.jclouds.cloudstack.options
Class ListDomainsOptions

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

public class ListDomainsOptions
extends BaseHttpRequestOptions

Options used to control what domains are returned

Author:
Andrei Savu
See Also:

Nested Class Summary
static class ListDomainsOptions.Builder
           
 
Field Summary
static ListDomainsOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
ListDomainsOptions()
           
 
Method Summary
 ListDomainsOptions id(long id)
           
 ListDomainsOptions keyword(String keyword)
           
 ListDomainsOptions level(long level)
           
 ListDomainsOptions name(String name)
           
 ListDomainsOptions page(long page)
           
 ListDomainsOptions pageSize(long pageSize)
           
 
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
 

Field Detail

NONE

public static final ListDomainsOptions NONE
Constructor Detail

ListDomainsOptions

public ListDomainsOptions()
Method Detail

id

public ListDomainsOptions id(long id)
Parameters:
id - firewall rule ID

keyword

public ListDomainsOptions keyword(String keyword)
Parameters:
keyword - list by keyword

level

public ListDomainsOptions level(long level)
Parameters:
level - list by domain level

name

public ListDomainsOptions name(String name)
Parameters:
name - list by domain name

page

public ListDomainsOptions page(long page)

pageSize

public ListDomainsOptions pageSize(long pageSize)


Copyright © 2009-2012 jclouds. All Rights Reserved.