Class EventTypesListResult

java.lang.Object
com.azure.resourcemanager.eventgrid.models.EventTypesListResult

public final class EventTypesListResult extends Object
Result of the List Event Types operation.
  • Constructor Details

    • EventTypesListResult

      public EventTypesListResult()
  • Method Details

    • value

      public List<EventTypeInner> value()
      Get the value property: A collection of event types.
      Returns:
      the value value.
    • withValue

      public EventTypesListResult withValue(List<EventTypeInner> value)
      Set the value property: A collection of event types.
      Parameters:
      value - the value value to set.
      Returns:
      the EventTypesListResult object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.