public static enum DomainResourceReferences.DestinationPredefinedAcl extends Enum<DomainResourceReferences.DestinationPredefinedAcl>
Enum Constant and Description |
---|
AUTHENTICATED_READ |
BUCKET_OWNER_FULLCONTROL |
BUCKET_OWNER_READ |
PRIVATE |
PROJECT_PRIVATE |
PUBLIC_READ |
Modifier and Type | Method and Description |
---|---|
static DomainResourceReferences.DestinationPredefinedAcl |
fromValue(String destinationPredefinedAcl) |
String |
toString() |
String |
value() |
static DomainResourceReferences.DestinationPredefinedAcl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainResourceReferences.DestinationPredefinedAcl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainResourceReferences.DestinationPredefinedAcl AUTHENTICATED_READ
public static final DomainResourceReferences.DestinationPredefinedAcl BUCKET_OWNER_FULLCONTROL
public static final DomainResourceReferences.DestinationPredefinedAcl BUCKET_OWNER_READ
public static final DomainResourceReferences.DestinationPredefinedAcl PRIVATE
public static final DomainResourceReferences.DestinationPredefinedAcl PROJECT_PRIVATE
public static final DomainResourceReferences.DestinationPredefinedAcl PUBLIC_READ
public static DomainResourceReferences.DestinationPredefinedAcl[] values()
for (DomainResourceReferences.DestinationPredefinedAcl c : DomainResourceReferences.DestinationPredefinedAcl.values()) System.out.println(c);
public static DomainResourceReferences.DestinationPredefinedAcl 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 value()
public String toString()
toString
in class Enum<DomainResourceReferences.DestinationPredefinedAcl>
public static DomainResourceReferences.DestinationPredefinedAcl fromValue(String destinationPredefinedAcl)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.