public class ChangeBatch extends com.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ChangeBatch.Action  | 
static class  | 
ChangeBatch.ActionOnResourceRecordSet  | 
static class  | 
ChangeBatch.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static ChangeBatch.Builder | 
builder()  | 
static ChangeBatch | 
createAll(Iterable<ResourceRecordSet> toCreate)  | 
protected List<ChangeBatch.ActionOnResourceRecordSet> | 
delegate()  | 
static ChangeBatch | 
deleteAll(Iterable<ResourceRecordSet> toDelete)  | 
boolean | 
equals(Object obj)  | 
com.google.common.base.Optional<String> | 
getComment()
Any comments you want to include about the changes in this change batch. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
add, addAll, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subListadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArraypublic static ChangeBatch createAll(Iterable<ResourceRecordSet> toCreate)
public static ChangeBatch deleteAll(Iterable<ResourceRecordSet> toDelete)
public com.google.common.base.Optional<String> getComment()
protected List<ChangeBatch.ActionOnResourceRecordSet> delegate()
delegate in class com.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>public int hashCode()
hashCode in interface Collection<ChangeBatch.ActionOnResourceRecordSet>hashCode in interface List<ChangeBatch.ActionOnResourceRecordSet>hashCode in class com.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>public boolean equals(Object obj)
equals in interface Collection<ChangeBatch.ActionOnResourceRecordSet>equals in interface List<ChangeBatch.ActionOnResourceRecordSet>equals in class com.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>public String toString()
toString in class com.google.common.collect.ForwardingObjectpublic static ChangeBatch.Builder builder()
Copyright © 2009-2013 jclouds. All Rights Reserved.