public static enum CifsShareACLUpdateParams.SharePermission extends java.lang.Enum<CifsShareACLUpdateParams.SharePermission>
| Enum Constant and Description |
|---|
CHANGE |
FULLCONTROL |
READ |
| Modifier and Type | Method and Description |
|---|---|
static CifsShareACLUpdateParams.SharePermission |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CifsShareACLUpdateParams.SharePermission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CifsShareACLUpdateParams.SharePermission READ
public static final CifsShareACLUpdateParams.SharePermission CHANGE
public static final CifsShareACLUpdateParams.SharePermission FULLCONTROL
public static CifsShareACLUpdateParams.SharePermission[] values()
for (CifsShareACLUpdateParams.SharePermission c : CifsShareACLUpdateParams.SharePermission.values()) System.out.println(c);
public static CifsShareACLUpdateParams.SharePermission 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 namejava.lang.NullPointerException - if the argument is null