Class SystemTopicsListResult


  • public final class SystemTopicsListResult
    extends Object
    Result of the List System topics operation.
    • Constructor Detail

      • SystemTopicsListResult

        public SystemTopicsListResult()
    • Method Detail

      • value

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

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

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

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

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