com.facebook.internal
Class CacheableRequestBatch

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<Request>
          extended by com.facebook.RequestBatch
              extended by com.facebook.internal.CacheableRequestBatch
All Implemented Interfaces:
Iterable<Request>, Collection<Request>, List<Request>

public class CacheableRequestBatch
extends RequestBatch

com.facebook.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.facebook.RequestBatch
RequestBatch.Callback
 
Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
CacheableRequestBatch()
           
CacheableRequestBatch(Request... requests)
           
 
Method Summary
 String getCacheKeyOverride()
           
 boolean getForceRoundTrip()
           
 void setCacheKeyOverride(String cacheKey)
           
 void setForceRoundTrip(boolean forceRoundTrip)
           
 
Methods inherited from class com.facebook.RequestBatch
add, add, addCallback, clear, executeAndWait, executeAsync, get, getTimeout, remove, removeCallback, set, setTimeout, size
 
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

CacheableRequestBatch

public CacheableRequestBatch()

CacheableRequestBatch

public CacheableRequestBatch(Request... requests)
Method Detail

getCacheKeyOverride

public final String getCacheKeyOverride()

setCacheKeyOverride

public final void setCacheKeyOverride(String cacheKey)

getForceRoundTrip

public final boolean getForceRoundTrip()

setForceRoundTrip

public final void setForceRoundTrip(boolean forceRoundTrip)