Class AppEventTypeDetail

java.lang.Object
com.azure.messaging.eventgrid.systemevents.AppEventTypeDetail

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

    • AppEventTypeDetail

      public AppEventTypeDetail()
  • Method Details

    • 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.