org.jclouds.vcloud.director.v1_5.domain.org
Class OrgList

java.lang.Object
  extended by com.google.common.collect.ForwardingObject
      extended by com.google.common.collect.ForwardingCollection<E>
          extended by com.google.common.collect.ForwardingSet<Reference>
              extended by org.jclouds.vcloud.director.v1_5.domain.org.OrgList
All Implemented Interfaces:
Iterable<Reference>, Collection<Reference>, Set<Reference>

public class OrgList
extends com.google.common.collect.ForwardingSet<Reference>

A list of organizations.

Author:
Adrian Cole

Nested Class Summary
static class OrgList.Builder
           
 
Field Summary
static String MEDIA_TYPE
           
 
Method Summary
static OrgList.Builder builder()
           
protected  Set<Reference> delegate()
           
 OrgList.Builder toBuilder()
           
 
Methods inherited from class com.google.common.collect.ForwardingSet
equals, hashCode, standardEquals, standardHashCode, standardRemoveAll
 
Methods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
 
Methods inherited from class com.google.common.collect.ForwardingObject
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Field Detail

MEDIA_TYPE

public static final String MEDIA_TYPE
See Also:
Constant Field Values
Method Detail

builder

public static OrgList.Builder builder()

toBuilder

public OrgList.Builder toBuilder()

delegate

protected Set<Reference> delegate()
Overrides:
delegate in class com.google.common.collect.ForwardingSet<Reference>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.