public class Container extends CDMIObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Container.Builder<B extends Container.Builder<B>> |
| Modifier | Constructor and Description |
|---|---|
protected |
Container(Container.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static Container.Builder<?> |
builder() |
boolean |
equals(Object o) |
Set<String> |
getChildren()
Names of the children objects in the container object.
|
int |
hashCode() |
com.google.common.base.Objects.ToStringHelper |
string() |
Container.Builder<?> |
toBuilder() |
clone, getACLMetadata, getMetadata, getObjectID, getObjectName, getObjectType, getParentURI, getSystemMetadata, getUserMetadata, toStringprotected Container(Container.Builder<?> builder)
public static Container.Builder<?> builder()
public Container.Builder<?> toBuilder()
toBuilder in class CDMIObjectpublic Set<String> getChildren()
public boolean equals(Object o)
equals in class CDMIObjectpublic int hashCode()
hashCode in class CDMIObjectpublic com.google.common.base.Objects.ToStringHelper string()
string in class CDMIObjectCopyright © 2009-2013 jclouds. All Rights Reserved.