org.jclouds.cloudstack.options
Class ListDomainChildrenOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.options.ListDomainChildrenOptions.Builder
Enclosing class:
ListDomainChildrenOptions

public static class ListDomainChildrenOptions.Builder
extends Object


Constructor Summary
ListDomainChildrenOptions.Builder()
           
 
Method Summary
static ListDomainChildrenOptions isRecursive(boolean isRecursive)
           
static ListDomainChildrenOptions keyword(String keyword)
           
static ListDomainChildrenOptions name(String name)
           
static ListDomainChildrenOptions page(long page)
           
static ListDomainChildrenOptions pageSize(long pageSize)
           
static ListDomainChildrenOptions parentDomainId(long parentDomainId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDomainChildrenOptions.Builder

public ListDomainChildrenOptions.Builder()
Method Detail

parentDomainId

public static ListDomainChildrenOptions parentDomainId(long parentDomainId)
See Also:
ListDomainChildrenOptions.parentDomainId(long)

isRecursive

public static ListDomainChildrenOptions isRecursive(boolean isRecursive)
See Also:
ListDomainChildrenOptions.isRecursive(boolean)

keyword

public static ListDomainChildrenOptions keyword(String keyword)
See Also:
ListDomainChildrenOptions.keyword(java.lang.String)

name

public static ListDomainChildrenOptions name(String name)
See Also:
ListDomainChildrenOptions.name(java.lang.String)

page

public static ListDomainChildrenOptions page(long page)
See Also:
ListDomainChildrenOptions.page(long)

pageSize

public static ListDomainChildrenOptions pageSize(long pageSize)
See Also:
ListDomainChildrenOptions.pageSize(long)


Copyright © 2009-2012 jclouds. All Rights Reserved.