public enum PushNotificationsType extends Enum<PushNotificationsType>
Modifier and Type | Method and Description |
---|---|
static PushNotificationsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PushNotificationsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PushNotificationsType COMMENTS_MENTIONED
public static final PushNotificationsType COMMENTS_REPLIED
public static final PushNotificationsType SHARED_WORKSPACE
public static final PushNotificationsType SHARED_FOLDER
public static final PushNotificationsType RECEIVED_FILE
public static final PushNotificationsType SHARED_ANNOTATIONS
public static final PushNotificationsType READ_CONFIRMATION
public static final PushNotificationsType READ_CONFIRMATION_MULTI
public static final PushNotificationsType RECEIVED_FILE_MULTI
public static final PushNotificationsType SHARED_FILE
public static final PushNotificationsType SHARED_FILE_MULTI
public static final PushNotificationsType SEND_WORKSPACE_MESSAGE
public static final PushNotificationsType SEND_DOCUMENT_MESSAGE
public static final PushNotificationsType SEND_FOLDER_MESSAGE
public static final PushNotificationsType UNLOCKED_DOCUMENT_BY_TIMEOUT
public static final PushNotificationsType UNLOCKED_DOCUMENT_BY_ANOTHER_USER
public static final PushNotificationsType SHARED_FILE_WITH_READ_CONFIRMATION
public static final PushNotificationsType SHARED_FILE_MULTI_WITH_READ_CONFIRMATION
public static final PushNotificationsType UPDATE_FILE
public static final PushNotificationsType UPDATE_FILE_WITH_READ_CONFIRMATION
public static final PushNotificationsType RECEIVED_FILE_WITH_READ_CONFIRMATION
public static final PushNotificationsType RECEIVED_FILE_MULTI_WITH_READ_CONFIRMATION
public static final PushNotificationsType COMMENT_PERMISSION_REQUEST
public static final PushNotificationsType EXTENSION_PERMISSION_REQUEST
public static final PushNotificationsType VIEW_PERMISSION_REQUEST
public static final PushNotificationsType PERMISSION_RESPONSE_APPROVED
public static final PushNotificationsType PERMISSION_RESPONSE_DENIED
public static PushNotificationsType[] values()
for (PushNotificationsType c : PushNotificationsType.values()) System.out.println(c);
public static PushNotificationsType 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 nullCopyright © 2019. All rights reserved.