Uses of Enum Class
me.desair.tus.server.upload.UploadType
-
Uses of UploadType in me.desair.tus.server.upload
Modifier and TypeMethodDescriptionUploadInfo.getUploadType()
Return the type of this upload.static UploadType
Returns the enum constant of this class with the specified name.static UploadType[]
UploadType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
UploadInfo.setUploadType
(UploadType uploadType) Set the type of this upload.