Class TopicTypesListResult


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

      • TopicTypesListResult

        public TopicTypesListResult()
    • Method Detail

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