@Generated(value="org.jsonschema2pojo") public static enum StorageShare_.AccessLatency extends Enum<StorageShare_.AccessLatency>
| Modifier and Type | Method and Description |
|---|---|
static StorageShare_.AccessLatency |
fromValue(String value) |
String |
toString() |
static StorageShare_.AccessLatency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageShare_.AccessLatency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageShare_.AccessLatency NEARLINE
public static final StorageShare_.AccessLatency OFFLINE
public static final StorageShare_.AccessLatency ONLINE
public static StorageShare_.AccessLatency[] values()
for (StorageShare_.AccessLatency c : StorageShare_.AccessLatency.values()) System.out.println(c);
public static StorageShare_.AccessLatency 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<StorageShare_.AccessLatency>public static StorageShare_.AccessLatency fromValue(String value)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.