public enum ShareLinkAccessEnum extends Enum<ShareLinkAccessEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
getAccess() |
static ShareLinkAccessEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareLinkAccessEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShareLinkAccessEnum PUBLIC
public static final ShareLinkAccessEnum COMPANY
public static ShareLinkAccessEnum[] values()
for (ShareLinkAccessEnum c : ShareLinkAccessEnum.values()) System.out.println(c);
public static ShareLinkAccessEnum 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 String getAccess()
Copyright © 2018 YiFangYun. All rights reserved.