Class TopicTypesListResult

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

public final class TopicTypesListResult extends Object
Result of the List Topic Types operation.
  • Constructor Details

    • TopicTypesListResult

      public TopicTypesListResult()
  • Method Details

    • value

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

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

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