Uses of Class
io.ocfl.api.model.FileChangeType
-
Packages that use FileChangeType Package Description io.ocfl.api.model -
-
Uses of FileChangeType in io.ocfl.api.model
Methods in io.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 io.ocfl.api.model with parameters of type FileChangeType Modifier and Type Method Description FileChangeFileChange. setChangeType(FileChangeType changeType)
-