public class ListDomainChildrenOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ListDomainChildrenOptions.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
static ListDomainChildrenOptions | 
NONE  | 
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters| Constructor and Description | 
|---|
ListDomainChildrenOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListDomainChildrenOptions | 
isRecursive(boolean isRecursive)  | 
ListDomainChildrenOptions | 
keyword(String keyword)  | 
ListDomainChildrenOptions | 
name(String name)  | 
ListDomainChildrenOptions | 
page(long page)  | 
ListDomainChildrenOptions | 
pageSize(long pageSize)  | 
ListDomainChildrenOptions | 
parentDomainId(String parentDomainId)  | 
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListDomainChildrenOptions NONE
public ListDomainChildrenOptions parentDomainId(String parentDomainId)
parentDomainId - firewall rule IDpublic ListDomainChildrenOptions isRecursive(boolean isRecursive)
isRecursive - to return the entire tree, use the value "true". To return
    the first level children, use the value "false".public ListDomainChildrenOptions keyword(String keyword)
keyword - list by keywordpublic ListDomainChildrenOptions name(String name)
name - list by domain namepublic ListDomainChildrenOptions page(long page)
public ListDomainChildrenOptions pageSize(long pageSize)
Copyright © 2009-2013 jclouds. All Rights Reserved.