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