| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.google.firebase.remoteconfig.PercentConditionOperator | |
Defines supported operators for percent conditions.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PercentConditionOperator | BETWEEN | ||||||||||
| PercentConditionOperator | GREATER_THAN | ||||||||||
| PercentConditionOperator | LESS_OR_EQUAL | ||||||||||
| PercentConditionOperator | UNSPECIFIED | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getOperator()
Gets percent condition operator.
| ||||||||||
| static PercentConditionOperator | valueOf(String name) | ||||||||||
| final static PercentConditionOperator[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Gets percent condition operator.