public final class ServingUrlOptionsAllow users to customize the behavior of creating a image serving URL using the ImagesService.
Methods
blobKey(BlobKey blobKey)
public ServingUrlOptions blobKey(BlobKey blobKey)| Parameter | |
|---|---|
| Name | Description |
blobKey |
BlobKey |
| Returns | |
|---|---|
| Type | Description |
ServingUrlOptions |
|
crop(boolean crop)
public ServingUrlOptions crop(boolean crop)| Parameter | |
|---|---|
| Name | Description |
crop |
boolean |
| Returns | |
|---|---|
| Type | Description |
ServingUrlOptions |
|
equals(@Nullable Object object)
public boolean equals(@Nullable Object object)| Parameter | |
|---|---|
| Name | Description |
object |
Nullable Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
googleStorageFileName(String fileName)
public ServingUrlOptions googleStorageFileName(String fileName)| Parameter | |
|---|---|
| Name | Description |
fileName |
String |
| Returns | |
|---|---|
| Type | Description |
ServingUrlOptions |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
imageSize(int imageSize)
public ServingUrlOptions imageSize(int imageSize)| Parameter | |
|---|---|
| Name | Description |
imageSize |
int |
| Returns | |
|---|---|
| Type | Description |
ServingUrlOptions |
|
secureUrl(boolean secureUrl)
public ServingUrlOptions secureUrl(boolean secureUrl)| Parameter | |
|---|---|
| Name | Description |
secureUrl |
boolean |
| Returns | |
|---|---|
| Type | Description |
ServingUrlOptions |
|
toString()
public String toString()| Returns | |
|---|---|
| Type | Description |
String |
|