|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.blobstore.UploadOptions
public final class UploadOptions
Allows users to customize the behavior of a single upload to the
BlobstoreService
.
Nested Class Summary | |
---|---|
static class |
UploadOptions.Builder
Contains static creation methods for UploadOptions . |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
int |
hashCode()
|
UploadOptions |
maxUploadSizeBytes(long maxUploadSizeBytes)
Sets the maximum size in bytes that for the total upload. |
UploadOptions |
maxUploadSizeBytesPerBlob(long maxUploadSizeBytesPerBlob)
Sets the maximum size in bytes for any one blob in the upload. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public UploadOptions maxUploadSizeBytesPerBlob(long maxUploadSizeBytesPerBlob)
maxUploadSizeBytesPerBlob
- The maximum size in bytes that any one
blob in the upload can be.
this
(for chaining)public UploadOptions maxUploadSizeBytes(long maxUploadSizeBytes)
maxUploadSizeBytes
- The maximum size in bytes for the upload.
this
(for chaining)public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |