public enum ApiObjectAttributes extends Enum<ApiObjectAttributes>
| Enum Constant and Description |
|---|
CHECKSUM |
E_TAG |
OBJECT_PARTS |
OBJECT_SIZE |
STORAGE_CLASS |
| Modifier and Type | Method and Description |
|---|---|
static ApiObjectAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiObjectAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiObjectAttributes E_TAG
public static final ApiObjectAttributes CHECKSUM
public static final ApiObjectAttributes OBJECT_PARTS
public static final ApiObjectAttributes STORAGE_CLASS
public static final ApiObjectAttributes OBJECT_SIZE
public static ApiObjectAttributes[] values()
for (ApiObjectAttributes c : ApiObjectAttributes.values()) System.out.println(c);
public static ApiObjectAttributes 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 nullCopyright © 2025 MuleSoft, Inc.. All rights reserved.