public final class DefaultValues extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
UNSPECIFIED
A string constant defining unspecified values from users.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getSpecifiedValue(String value)
Returns the specified value if it is specified by a user.
|
static boolean |
isSpecified(String value)
Returns whether the specified value is specified by a user.
|
static boolean |
isUnspecified(String value)
Returns whether the specified value is not specified by a user.
|
public static final String UNSPECIFIED
Default.value(),
Constant Field ValuesCopyright © 2020 LeanCloud. All rights reserved.