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 ListDomainChildrenOptionsisRecursive(boolean isRecursive)static ListDomainChildrenOptionskeyword(String keyword)static ListDomainChildrenOptionsname(String name)static ListDomainChildrenOptionspage(long page)static ListDomainChildrenOptionspageSize(long pageSize)static ListDomainChildrenOptionsparentDomainId(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)
-
-