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