|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FolderPermissionLevel>
microsoft.exchange.webservices.data.FolderPermissionLevel
public enum FolderPermissionLevel
Defines permission levels for calendar folders.
Enum Constant Summary | |
---|---|
Author
The Author. |
|
Contributor
The Contributor. |
|
Custom
The Custom. |
|
Editor
The Editor. |
|
FreeBusyTimeAndSubjectAndLocation
The Free busy time and subject and location. |
|
FreeBusyTimeOnly
The Free busy time only. |
|
None
The None. |
|
NoneditingAuthor
The Nonediting author. |
|
Owner
The Owner. |
|
PublishingAuthor
The Publishing author. |
|
PublishingEditor
The Publishing editor. |
|
Reviewer
The Reviewer. |
Method Summary | |
---|---|
static FolderPermissionLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FolderPermissionLevel[] |
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 FolderPermissionLevel None
public static final FolderPermissionLevel Owner
public static final FolderPermissionLevel PublishingEditor
public static final FolderPermissionLevel Editor
public static final FolderPermissionLevel PublishingAuthor
public static final FolderPermissionLevel Author
public static final FolderPermissionLevel NoneditingAuthor
public static final FolderPermissionLevel Reviewer
public static final FolderPermissionLevel Contributor
public static final FolderPermissionLevel FreeBusyTimeOnly
public static final FolderPermissionLevel FreeBusyTimeAndSubjectAndLocation
public static final FolderPermissionLevel Custom
Method Detail |
---|
public static FolderPermissionLevel[] values()
for (FolderPermissionLevel c : FolderPermissionLevel.values()) System.out.println(c);
public static FolderPermissionLevel 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 null
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |