public static class ListDomainChildrenOptions.Builder extends Object
Constructor and Description |
---|
ListDomainChildrenOptions.Builder() |
Modifier and Type | Method and 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(long parentDomainId) |
public static ListDomainChildrenOptions parentDomainId(long parentDomainId)
public static ListDomainChildrenOptions isRecursive(boolean isRecursive)
public static ListDomainChildrenOptions keyword(String keyword)
public static ListDomainChildrenOptions name(String name)
public static ListDomainChildrenOptions page(long page)
ListDomainChildrenOptions.page(long)
public static ListDomainChildrenOptions pageSize(long pageSize)
Copyright © 2009-2012 jclouds. All Rights Reserved.