Class ChannelsListResult

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

public final class ChannelsListResult extends Object
Result of the List Channels operation.
  • Constructor Details

    • ChannelsListResult

      public ChannelsListResult()
  • Method Details

    • value

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

      public ChannelsListResult withValue(List<ChannelInner> value)
      Set the value property: A collection of Channels.
      Parameters:
      value - the value value to set.
      Returns:
      the ChannelsListResult object itself.
    • nextLink

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

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

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