Package apple.photos.enums
Class PHCollectionEditOperation
- java.lang.Object
-
- apple.photos.enums.PHCollectionEditOperation
-
public final class PHCollectionEditOperation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAddContentAdd things from other collectionstatic longCreateContentCreate new things, or duplicate them from others in the same containerstatic longDeleteDeleting of the container, not the contentstatic longDeleteContentDelete things it containsstatic longRearrangeContentChange the order of thingsstatic longRemoveContentRemove things it contains, they're not deleted from the librarystatic longRenameRenaming of the container, not the content
-
-
-
Field Detail
-
DeleteContent
public static final long DeleteContent
Delete things it contains- See Also:
- Constant Field Values
-
RemoveContent
public static final long RemoveContent
Remove things it contains, they're not deleted from the library- See Also:
- Constant Field Values
-
AddContent
public static final long AddContent
Add things from other collection- See Also:
- Constant Field Values
-
CreateContent
public static final long CreateContent
Create new things, or duplicate them from others in the same container- See Also:
- Constant Field Values
-
RearrangeContent
public static final long RearrangeContent
Change the order of things- See Also:
- Constant Field Values
-
Delete
public static final long Delete
Deleting of the container, not the content- See Also:
- Constant Field Values
-
Rename
public static final long Rename
Renaming of the container, not the content- See Also:
- Constant Field Values
-
-