public static enum CreatePreauthenticatedRequestDetails.AccessType extends Enum<CreatePreauthenticatedRequestDetails.AccessType>
The operation that can be performed on this resource.
Enum Constant and Description |
---|
AnyObjectWrite |
ObjectRead |
ObjectReadWrite |
ObjectWrite |
Modifier and Type | Method and Description |
---|---|
static CreatePreauthenticatedRequestDetails.AccessType |
create(String key) |
String |
getValue() |
static CreatePreauthenticatedRequestDetails.AccessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreatePreauthenticatedRequestDetails.AccessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreatePreauthenticatedRequestDetails.AccessType ObjectRead
public static final CreatePreauthenticatedRequestDetails.AccessType ObjectWrite
public static final CreatePreauthenticatedRequestDetails.AccessType ObjectReadWrite
public static final CreatePreauthenticatedRequestDetails.AccessType AnyObjectWrite
public static CreatePreauthenticatedRequestDetails.AccessType[] values()
for (CreatePreauthenticatedRequestDetails.AccessType c : CreatePreauthenticatedRequestDetails.AccessType.values()) System.out.println(c);
public static CreatePreauthenticatedRequestDetails.AccessType 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 static CreatePreauthenticatedRequestDetails.AccessType create(String key)
Copyright © 2016–2021. All rights reserved.