Class EventTypesListResult


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

      • EventTypesListResult

        public EventTypesListResult()
    • Method Detail

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