public final class PHCollectionEditOperation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AddContent
Add things from other collection
|
static long |
CreateContent
Create new things, or duplicate them from others in the same container
|
static long |
Delete
Deleting of the container, not the content
|
static long |
DeleteContent
Delete things it contains
|
static long |
RearrangeContent
Change the order of things
|
static long |
RemoveContent
Remove things it contains, they're not deleted from the library
|
static long |
Rename
Renaming of the container, not the content
|
public static final long DeleteContent
public static final long RemoveContent
public static final long AddContent
public static final long CreateContent
public static final long RearrangeContent
public static final long Delete
public static final long Rename