Package com.google.appengine.api.images
Class ServingUrlOptions
- java.lang.Object
-
- com.google.appengine.api.images.ServingUrlOptions
-
public final class ServingUrlOptions extends Object
Allow users to customize the behavior of creating a image serving URL using theImagesService.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServingUrlOptions.BuilderContains static creation methods forServingUrlOptions.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServingUrlOptionsblobKey(BlobKey blobKey)ServingUrlOptionscrop(boolean crop)booleanequals(@Nullable Object object)ServingUrlOptionsgoogleStorageFileName(String fileName)inthashCode()ServingUrlOptionsimageSize(int imageSize)ServingUrlOptionssecureUrl(boolean secureUrl)StringtoString()
-
-
-
Method Detail
-
blobKey
public ServingUrlOptions blobKey(BlobKey blobKey)
-
googleStorageFileName
public ServingUrlOptions googleStorageFileName(String fileName)
-
secureUrl
public ServingUrlOptions secureUrl(boolean secureUrl)
-
crop
public ServingUrlOptions crop(boolean crop)
-
imageSize
public ServingUrlOptions imageSize(int imageSize)
-
-