public enum WorkspaceNotificationType extends Enum<WorkspaceNotificationType>
| Enum Constant and Description |
|---|
FOLDER_SHARE
use to notify a user he got a workspace folder shared
|
FOLDER_UNSHARE
use to notify a user he got a workspace folder Unshared
|
ITEM_NEW
use to notify a user she got a workspace item new in some of her workspace shared folder
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends WorkspaceNotification> |
getNotificationClass() |
static WorkspaceNotificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkspaceNotificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkspaceNotificationType ITEM_NEW
public static final WorkspaceNotificationType FOLDER_SHARE
public static final WorkspaceNotificationType FOLDER_UNSHARE
public static WorkspaceNotificationType[] values()
for (WorkspaceNotificationType c : WorkspaceNotificationType.values()) System.out.println(c);
public static WorkspaceNotificationType 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 Class<? extends WorkspaceNotification> getNotificationClass()
Copyright © 2022. All rights reserved.