Class DomainTopicsListResult

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

public final class DomainTopicsListResult extends Object
Result of the List Domain Topics operation.
  • Constructor Details

    • DomainTopicsListResult

      public DomainTopicsListResult()
  • Method Details

    • value

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

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

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

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

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