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