public class StorageService extends ExpandableStringEnum<StorageService>
Modifier and Type | Field and Description |
---|---|
static StorageService |
BLOB
Static value Blob for StorageService.
|
static StorageService |
FILE
Static value File for StorageService.
|
static StorageService |
QUEUE
Static value Queue for StorageService.
|
static StorageService |
TABLE
Static value Table for StorageService.
|
Constructor and Description |
---|
StorageService() |
Modifier and Type | Method and Description |
---|---|
static StorageService |
fromString(String name)
Creates or finds a service service type based on its name.
|
static Collection<StorageService> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final StorageService BLOB
public static final StorageService TABLE
public static final StorageService QUEUE
public static final StorageService FILE
public static StorageService fromString(String name)
name
- a name to look forpublic static Collection<StorageService> values()
Copyright © 2019. All rights reserved.