Package org.jclouds.cloudstack.options
Class ListDomainChildrenOptions.Builder
- java.lang.Object
-
- org.jclouds.cloudstack.options.ListDomainChildrenOptions.Builder
-
- Enclosing class:
- ListDomainChildrenOptions
public static class ListDomainChildrenOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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(String parentDomainId)
-
-
-
Method Detail
-
parentDomainId
public static ListDomainChildrenOptions parentDomainId(String parentDomainId)
-
isRecursive
public static ListDomainChildrenOptions isRecursive(boolean isRecursive)
-
keyword
public static ListDomainChildrenOptions keyword(String keyword)
-
name
public static ListDomainChildrenOptions name(String name)
-
page
public static ListDomainChildrenOptions page(long page)
- See Also:
ListDomainChildrenOptions.page(long)
-
pageSize
public static ListDomainChildrenOptions pageSize(long pageSize)
- See Also:
ListDomainChildrenOptions.pageSize(long)
-
-