Uses of Enum Class
me.desair.tus.server.upload.UploadType
Packages that use UploadType
-
Uses of UploadType in me.desair.tus.server.upload
Methods in me.desair.tus.server.upload that return UploadTypeModifier 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.Methods in me.desair.tus.server.upload with parameters of type UploadTypeModifier and TypeMethodDescriptionvoid
UploadInfo.setUploadType
(UploadType uploadType) Set the type of this upload.