|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<OperationType>
com.google.wave.api.OperationType
public enum OperationType
The Operation types supported by Robots.
| Method Summary | |
|---|---|
static OperationType |
fromMethodName(java.lang.String methodName)
Returns an OperationType enumeration that has the given method
name. |
java.lang.String |
method()
Returns the method name of an operation type. |
static OperationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OperationType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OperationType UNKNOWN
public static final OperationType WAVELET_APPEND_BLIP
public static final OperationType WAVELET_CREATE
public static final OperationType WAVELET_REMOVE_SELF
public static final OperationType WAVELET_SET_TITLE
public static final OperationType WAVELET_ADD_PARTICIPANT_NEWSYNTAX
public static final OperationType WAVELET_REMOVE_PARTICIPANT_NEWSYNTAX
public static final OperationType WAVELET_APPEND_DATADOC
public static final OperationType WAVELET_SET_DATADOC
public static final OperationType WAVELET_MODIFY_TAG
public static final OperationType WAVELET_MODIFY_PARTICIPANT_ROLE
public static final OperationType BLIP_CONTINUE_THREAD
public static final OperationType BLIP_CREATE_CHILD
public static final OperationType BLIP_DELETE
public static final OperationType BLIP_SET_AUTHOR
public static final OperationType BLIP_SET_CREATION_TIME
public static final OperationType DOCUMENT_DELETE_ANNOTATION
public static final OperationType DOCUMENT_SET_ANNOTATION
public static final OperationType DOCUMENT_SET_ANNOTATION_NORANGE
public static final OperationType DOCUMENT_APPEND
public static final OperationType DOCUMENT_APPEND_MARKUP
public static final OperationType DOCUMENT_APPEND_STYLED_TEXT
public static final OperationType DOCUMENT_DELETE
public static final OperationType DOCUMENT_INSERT
public static final OperationType DOCUMENT_MODIFY
public static final OperationType DOCUMENT_REPLACE
public static final OperationType DOCUMENT_APPEND_ELEMENT
public static final OperationType DOCUMENT_DELETE_ELEMENT
public static final OperationType DOCUMENT_INSERT_ELEMENT
public static final OperationType DOCUMENT_INSERT_ELEMENT_AFTER
public static final OperationType DOCUMENT_INSERT_ELEMENT_BEFORE
public static final OperationType DOCUMENT_MODIFY_ELEMENT_ATTRS
public static final OperationType DOCUMENT_REPLACE_ELEMENT
public static final OperationType DOCUMENT_APPEND_INLINE_BLIP
public static final OperationType DOCUMENT_INSERT_INLINE_BLIP
public static final OperationType DOCUMENT_INSERT_INLINE_BLIP_AFTER_ELEMENT
public static final OperationType ROBOT_FOLDER_ACTION
public static final OperationType ROBOT_CREATE_WAVELET
public static final OperationType ROBOT_FETCH_MY_PROFILE
public static final OperationType ROBOT_FETCH_PROFILES
public static final OperationType ROBOT_FETCH_WAVE
public static final OperationType ROBOT_NOTIFY
public static final OperationType ROBOT_SEARCH
@Deprecated public static final OperationType WAVELET_ADD_PARTICIPANT
@Deprecated public static final OperationType WAVELET_REMOVE_PARTICIPANT
@Deprecated public static final OperationType WAVELET_DATADOC_APPEND
@Deprecated public static final OperationType WAVELET_DATADOC_SET
@Deprecated public static final OperationType DOCUMENT_ANNOTATION_DELETE
@Deprecated public static final OperationType DOCUMENT_ANNOTATION_SET
@Deprecated public static final OperationType DOCUMENT_ANNOTATION_SET_NORANGE
@Deprecated public static final OperationType DOCUMENT_ELEMENT_APPEND
@Deprecated public static final OperationType DOCUMENT_ELEMENT_DELETE
@Deprecated public static final OperationType DOCUMENT_ELEMENT_INSERT
@Deprecated public static final OperationType DOCUMENT_ELEMENT_INSERT_AFTER
@Deprecated public static final OperationType DOCUMENT_ELEMENT_INSERT_BEFORE
@Deprecated public static final OperationType DOCUMENT_ELEMENT_MODIFY_ATTRS
@Deprecated public static final OperationType DOCUMENT_ELEMENT_REPLACE
@Deprecated public static final OperationType DOCUMENT_INLINE_BLIP_APPEND
@Deprecated public static final OperationType DOCUMENT_INLINE_BLIP_INSERT
@Deprecated public static final OperationType DOCUMENT_INLINE_BLIP_INSERT_AFTER_ELEMENT
@Deprecated public static final OperationType ROBOT_NOTIFY_CAPABILITIES_HASH
| Method Detail |
|---|
public static OperationType[] values()
for (OperationType c : OperationType.values()) System.out.println(c);
public static OperationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String method()
public static OperationType fromMethodName(java.lang.String methodName)
OperationType enumeration that has the given method
name. If no match is found, UNKNOWN is returned.
methodName - The method name of an operation.
OperationType that has the given method name.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||