Uses of Class
com.kaltura.client.enums.UploadErrorCode
-
Packages that use UploadErrorCode Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of UploadErrorCode in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return UploadErrorCode Modifier and Type Method Description static UploadErrorCodeUploadErrorCode. get(Integer value)static UploadErrorCodeUploadErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static UploadErrorCode[]UploadErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UploadErrorCode in com.kaltura.client.types
Methods in com.kaltura.client.types that return UploadErrorCode Modifier and Type Method Description UploadErrorCodeUploadResponse. getErrorCode()Methods in com.kaltura.client.types with parameters of type UploadErrorCode Modifier and Type Method Description voidUploadResponse. setErrorCode(UploadErrorCode errorCode)
-