public enum SourceStorageFilter extends Enum<SourceStorageFilter>
| Modifier and Type | Class and Description |
|---|---|
static class |
SourceStorageFilter.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static SourceStorageFilter |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static SourceStorageFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceStorageFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="OZONE") public static final SourceStorageFilter OZONE
@SerializedName(value="S3") public static final SourceStorageFilter S3
@SerializedName(value="HDFS") public static final SourceStorageFilter HDFS
public static SourceStorageFilter[] values()
for (SourceStorageFilter c : SourceStorageFilter.values()) System.out.println(c);
public static SourceStorageFilter 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 getValue()
public String toString()
toString in class Enum<SourceStorageFilter>public static SourceStorageFilter fromValue(String input)
Copyright © 2026. All rights reserved.