-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum FolderCallback.ConflictResolution extends Enum<FolderCallback.ConflictResolution>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SKIPCancel copy/move.
CREATE_NEWIf a folder named
ABCalready exist, then create a new one namedABC (1)If the folder is empty, just use it.
MERGESkip duplicate files inside the folder.
REPLACEDelete the folder in destination if existed, then start copy/move.
-
Method Summary
Modifier and Type Method Description final CreateModetoCreateMode()final FileCallback.ConflictResolutiontoFileConflictResolution()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
toCreateMode
@RestrictTo(value = {RestrictTo.Scope.LIBRARY}) final CreateMode toCreateMode()
-
toFileConflictResolution
@RestrictTo(value = {RestrictTo.Scope.LIBRARY}) final FileCallback.ConflictResolution toFileConflictResolution()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-