Class SystemTopicsListResult

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

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

    • SystemTopicsListResult

      public SystemTopicsListResult()
  • Method Details

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