Class PostPolicyV4.ConditionV4 (2.39.0)

public static final class PostPolicyV4.ConditionV4

Class for a specific POST policy document condition. See Also: Policy document

Inheritance

Object > PostPolicyV4.ConditionV4

Fields

operand1

public final String operand1
Field Value
Type Description
String

operand2

public final String operand2
Field Value
Type Description
String

type

public final PostPolicyV4.ConditionV4Type type
Field Value
Type Description
PostPolicyV4.ConditionV4Type

Methods

equals(Object other)

public boolean equals(Object other)
Parameter
Name Description
other Object
Returns
Type Description
boolean
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toString()

public String toString()

Examples of returned strings: ["eq", "$key", "test-object"], ["starts-with", "$acl", "public"], ["content-length-range", 246, 266].

Returns
Type Description
String
Overrides