-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum FileCallback.ConflictResolution extends Enum<FileCallback.ConflictResolution>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SKIPCancel copy/move.
CREATE_NEWIf a file named
ABC.zipalready exist, then create a new one namedABC (1).zip
REPLACEDelete the file in destination if existed, then start copy/move.
-
Method Summary
Modifier and Type Method Description final CreateModetoCreateMode(Boolean allowReuseFile)final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
toCreateMode
@RestrictTo(value = {RestrictTo.Scope.LIBRARY}) final CreateMode toCreateMode(Boolean allowReuseFile)
-
getOrdinal
final Integer getOrdinal()
-
-
-
-