Interface Action
- All Superinterfaces:
Comparable<Action>
Represents a logged action.
API users should not implement this interface directly.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilds anActioninstancestatic interfaceRepresents the source of an action.static interfaceRepresents the target of an action. -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull Action.Builderbuilder()Gets aAction.BuilderReturns a string describing the action which took place.Gets the source of the action.Gets the target of the action.Gets the time when the action occurred.Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
builder
-
getTimestamp
-
getSource
-
getTarget
-
getDescription
-