Package com.google.appengine.api.images
Class ServingUrlOptions.Builder
- java.lang.Object
-
- com.google.appengine.api.images.ServingUrlOptions.Builder
-
- Enclosing class:
- ServingUrlOptions
public static final class ServingUrlOptions.Builder extends Object
Contains static creation methods forServingUrlOptions.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ServingUrlOptionswithBlobKey(BlobKey blobKey)Returns defaultServingUrlOptionsand callsServingUrlOptions.blobKey(BlobKey).static ServingUrlOptionswithGoogleStorageFileName(String googleStorageFileName)Returns defaultServingUrlOptionsand callsServingUrlOptions.googleStorageFileName(String).
-
-
-
Method Detail
-
withBlobKey
public static ServingUrlOptions withBlobKey(BlobKey blobKey)
Returns defaultServingUrlOptionsand callsServingUrlOptions.blobKey(BlobKey).
-
withGoogleStorageFileName
public static ServingUrlOptions withGoogleStorageFileName(String googleStorageFileName)
Returns defaultServingUrlOptionsand callsServingUrlOptions.googleStorageFileName(String).
-
-