public static enum AssetVersion.Visibility extends Enum<AssetVersion.Visibility>
Modifier and Type | Method and Description |
---|---|
static AssetVersion.Visibility |
forValue(String value)
Generate a Visibility from a string.
|
String |
toString() |
static AssetVersion.Visibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetVersion.Visibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetVersion.Visibility PUBLIC
public static final AssetVersion.Visibility PRIVATE
public static final AssetVersion.Visibility PROTECTED
public static AssetVersion.Visibility[] values()
for (AssetVersion.Visibility c : AssetVersion.Visibility.values()) System.out.println(c);
public static AssetVersion.Visibility 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 toString()
toString
in class Enum<AssetVersion.Visibility>
public static AssetVersion.Visibility forValue(String value)
value
- string valueCopyright © 2019 Twilio, Inc. All Rights Reserved.