| Package | Description |
|---|---|
| me.desair.tus.server.upload |
| Modifier and Type | Method and Description |
|---|---|
UploadType |
UploadInfo.getUploadType()
Return the type of this upload.
|
static UploadType |
UploadType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UploadType[] |
UploadType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UploadInfo.setUploadType(UploadType uploadType)
Set the type of this upload.
|
Copyright © 2019. All rights reserved.