Class AppEventTypeDetail


  • public final class AppEventTypeDetail
    extends Object
    Detail of action on the app.
    • Constructor Detail

      • AppEventTypeDetail

        public AppEventTypeDetail()
    • Method Detail

      • getAction

        public AppAction getAction()
        Get the action property: Type of action of the operation.
        Returns:
        the action value.
      • setAction

        public AppEventTypeDetail setAction​(AppAction action)
        Set the action property: Type of action of the operation.
        Parameters:
        action - the action value to set.
        Returns:
        the AppEventTypeDetail object itself.