ParseApiRQ enum
Used to define the API calls made in ParseObject logs
Values
- healthCheck → const ParseApiRQ
- get → const ParseApiRQ
- getAll → const ParseApiRQ
- unset → const ParseApiRQ
- create → const ParseApiRQ
- save → const ParseApiRQ
- query → const ParseApiRQ
- delete → const ParseApiRQ
- currentUser → const ParseApiRQ
- signUp → const ParseApiRQ
- login → const ParseApiRQ
- logout → const ParseApiRQ
- loginAnonymous → const ParseApiRQ
- loginWith → const ParseApiRQ
- verificationEmailRequest → const ParseApiRQ
- requestPasswordReset → const ParseApiRQ
- destroy → const ParseApiRQ
- all → const ParseApiRQ
- execute → const ParseApiRQ
- executeObjectionFunction → const ParseApiRQ
- upload → const ParseApiRQ
- add → const ParseApiRQ
- addAll → const ParseApiRQ
- addUnique → const ParseApiRQ
- remove → const ParseApiRQ
- removeAll → const ParseApiRQ
- increment → const ParseApiRQ
- decrement → const ParseApiRQ
- getConfigs → const ParseApiRQ
- addConfig → const ParseApiRQ
- liveQuery → const ParseApiRQ
- batch → const ParseApiRQ
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ParseApiRQ> - A constant List of the values in this enum, in order of their declaration.