Class TopicsListResult


  • public final class TopicsListResult
    extends Object
    Result of the List Topics operation.
    • Constructor Detail

      • TopicsListResult

        public TopicsListResult()
    • Method Detail

      • value

        public List<TopicInner> value()
        Get the value property: A collection of Topics.
        Returns:
        the value value.
      • withValue

        public TopicsListResult withValue​(List<TopicInner> value)
        Set the value property: A collection of Topics.
        Parameters:
        value - the value value to set.
        Returns:
        the TopicsListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: A link for the next page of topics.
        Returns:
        the nextLink value.
      • withNextLink

        public TopicsListResult withNextLink​(String nextLink)
        Set the nextLink property: A link for the next page of topics.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the TopicsListResult object itself.
      • validate

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