@Generated(value="com.ibm.cos.v2:codegen") public enum TransitionDefaultMinimumObjectSize extends Enum<TransitionDefaultMinimumObjectSize>
| Enum Constant and Description |
|---|
ALL_STORAGE_CLASSES_128_K |
UNKNOWN_TO_SDK_VERSION |
VARIES_BY_STORAGE_CLASS |
| Modifier and Type | Method and Description |
|---|---|
static TransitionDefaultMinimumObjectSize |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<TransitionDefaultMinimumObjectSize> |
knownValues()
|
String |
toString() |
static TransitionDefaultMinimumObjectSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitionDefaultMinimumObjectSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransitionDefaultMinimumObjectSize VARIES_BY_STORAGE_CLASS
public static final TransitionDefaultMinimumObjectSize ALL_STORAGE_CLASSES_128_K
public static final TransitionDefaultMinimumObjectSize UNKNOWN_TO_SDK_VERSION
public static TransitionDefaultMinimumObjectSize[] values()
for (TransitionDefaultMinimumObjectSize c : TransitionDefaultMinimumObjectSize.values()) System.out.println(c);
public static TransitionDefaultMinimumObjectSize 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<TransitionDefaultMinimumObjectSize>public static TransitionDefaultMinimumObjectSize fromValue(String value)
value - real valuepublic static Set<TransitionDefaultMinimumObjectSize> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known TransitionDefaultMinimumObjectSizesCopyright © 2026. All rights reserved.