public static class ContainerQueryParams.Builder extends Object
Constructor and Description |
---|
ContainerQueryParams.Builder() |
Modifier and Type | Method and Description |
---|---|
static ContainerQueryParams |
children() |
static ContainerQueryParams |
children(int from,
int to) |
static ContainerQueryParams |
field(String fieldname) |
static ContainerQueryParams |
metadata() |
static ContainerQueryParams |
metadata(String prefix) |
public static ContainerQueryParams field(String fieldname)
public static ContainerQueryParams metadata()
public static ContainerQueryParams metadata(String prefix)
public static ContainerQueryParams children()
public static ContainerQueryParams children(int from, int to)
Copyright © 2009-2013 jclouds. All Rights Reserved.