Class NotificationChannelList

java.lang.Object
com.azure.resourcemanager.devtestlabs.models.NotificationChannelList

public final class NotificationChannelList extends Object
The response of a list operation.
  • Constructor Details

    • NotificationChannelList

      public NotificationChannelList()
      Creates an instance of NotificationChannelList class.
  • Method Details

    • value

      public List<NotificationChannelInner> value()
      Get the value property: Results of the list operation.
      Returns:
      the value value.
    • withValue

      Set the value property: Results of the list operation.
      Parameters:
      value - the value value to set.
      Returns:
      the NotificationChannelList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link for next set of results.
      Returns:
      the nextLink value.
    • withNextLink

      public NotificationChannelList withNextLink(String nextLink)
      Set the nextLink property: Link for next set of results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the NotificationChannelList object itself.
    • validate

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