|
|||||||||
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.Builder
public static final class UploadOptions.Builder
Contains static creation methods for UploadOptions
.
Method Summary | |
---|---|
static UploadOptions |
withDefaults()
Returns default {#link UploadOptions} with default values. |
static UploadOptions |
withMaxUploadSizeBytes(long maxUploadSizeBytes)
Returns default {#link UploadOptions} and calls UploadOptions.maxUploadSizeBytes(long) . |
static UploadOptions |
withMaxUploadSizeBytesPerBlob(long maxUploadSizeBytesPerBlob)
Returns default {#link UploadOptions} and calls maxUploadSizeBytesPerBlob#maxUploadSizeBytes(long) . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static UploadOptions withMaxUploadSizeBytes(long maxUploadSizeBytes)
UploadOptions.maxUploadSizeBytes(long)
.
public static UploadOptions withMaxUploadSizeBytesPerBlob(long maxUploadSizeBytesPerBlob)
maxUploadSizeBytesPerBlob#maxUploadSizeBytes(long)
.
public static UploadOptions withDefaults()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |