public static enum PostPolicyV4.ConditionV4Type extends Enum<PostPolicyV4.ConditionV4Type>
| Enum Constant and Description |
|---|
CONTENT_LENGTH_RANGE |
MATCHES |
STARTS_WITH |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PostPolicyV4.ConditionV4Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostPolicyV4.ConditionV4Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PostPolicyV4.ConditionV4Type MATCHES
public static final PostPolicyV4.ConditionV4Type STARTS_WITH
public static final PostPolicyV4.ConditionV4Type CONTENT_LENGTH_RANGE
public static PostPolicyV4.ConditionV4Type[] values()
for (PostPolicyV4.ConditionV4Type c : PostPolicyV4.ConditionV4Type.values()) System.out.println(c);
public static PostPolicyV4.ConditionV4Type 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<PostPolicyV4.ConditionV4Type>Copyright © 2020 Google LLC. All rights reserved.