com.google.appengine.api.images
Class ServingUrlOptions.Builder

java.lang.Object
  extended by com.google.appengine.api.images.ServingUrlOptions.Builder
Enclosing class:
ServingUrlOptions

public static final class ServingUrlOptions.Builder
extends java.lang.Object

Contains static creation methods for ServingUrlOptions.


Method Summary
static ServingUrlOptions withBlobKey(BlobKey blobKey)
          Returns default ServingUrlOptions and calls ServingUrlOptions.blobKey(BlobKey).
static ServingUrlOptions withGoogleStorageFileName(java.lang.String googleStorageFileName)
          Returns default ServingUrlOptions and calls ServingUrlOptions.googleStorageFileName(String).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

withBlobKey

public static ServingUrlOptions withBlobKey(BlobKey blobKey)
Returns default ServingUrlOptions and calls ServingUrlOptions.blobKey(BlobKey).


withGoogleStorageFileName

public static ServingUrlOptions withGoogleStorageFileName(java.lang.String googleStorageFileName)
Returns default ServingUrlOptions and calls ServingUrlOptions.googleStorageFileName(String).