Class OnActionSentOptions<T>

java.lang.Object
com.azure.search.documents.options.OnActionSentOptions<T>
Type Parameters:
T - Type of the document in the action.

public final class OnActionSentOptions<T> extends Object
  • Constructor Details

    • OnActionSentOptions

      public OnActionSentOptions(IndexAction<T> indexAction)
      Creates a new OnActionSentOptions object.
      Parameters:
      indexAction - Action that was sent.
  • Method Details

    • getIndexAction

      public IndexAction<T> getIndexAction()
      Gets the action.
      Returns:
      The action.