Uses of Class
edu.wisc.library.ocfl.api.model.FileChangeType
-
Packages that use FileChangeType Package Description edu.wisc.library.ocfl.api.model -
-
Uses of FileChangeType in edu.wisc.library.ocfl.api.model
Methods in edu.wisc.library.ocfl.api.model that return FileChangeType Modifier and Type Method Description FileChangeTypeFileChange. getChangeType()The type of change that occurred, UPDATE/REMOVE.static FileChangeTypeFileChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileChangeType[]FileChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.wisc.library.ocfl.api.model with parameters of type FileChangeType Modifier and Type Method Description FileChangeFileChange. setChangeType(FileChangeType changeType)
-