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