public static enum FileLibraryEvent.Type extends Enum<FileLibraryEvent.Type> implements SocialEvent.SocialActions
| Enum Constant and Description |
|---|
FileAdded
The event fired upon a post being added.
|
FileDeleted |
FileUpdated |
FolderAdded
The event fired upon a folder being added.
|
FolderDeleted |
FolderUpdated |
| Modifier and Type | Method and Description |
|---|---|
String |
getVerb()
Get the
Verbs |
static FileLibraryEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileLibraryEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileLibraryEvent.Type FolderAdded
public static final FileLibraryEvent.Type FileAdded
public static final FileLibraryEvent.Type FolderUpdated
public static final FileLibraryEvent.Type FileUpdated
public static final FileLibraryEvent.Type FolderDeleted
public static final FileLibraryEvent.Type FileDeleted
public static FileLibraryEvent.Type[] values()
for (FileLibraryEvent.Type c : FileLibraryEvent.Type.values()) System.out.println(c);
public static FileLibraryEvent.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getVerb()
SocialEvent.SocialActionsVerbsgetVerb in interface SocialEvent.SocialActions"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"