Class SchemaGroupListResult

java.lang.Object
com.azure.resourcemanager.eventhubs.models.SchemaGroupListResult

public final class SchemaGroupListResult extends Object
The result of the List SchemaGroup operation.
  • Constructor Details

    • SchemaGroupListResult

      public SchemaGroupListResult()
  • Method Details

    • value

      public List<SchemaGroupInner> value()
      Get the value property: Result of the List SchemaGroups operation.
      Returns:
      the value value.
    • withValue

      public SchemaGroupListResult withValue(List<SchemaGroupInner> value)
      Set the value property: Result of the List SchemaGroups operation.
      Parameters:
      value - the value value to set.
      Returns:
      the SchemaGroupListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of Schema Groups.
      Returns:
      the nextLink value.
    • withNextLink

      public SchemaGroupListResult withNextLink(String nextLink)
      Set the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of Schema Groups.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the SchemaGroupListResult object itself.
    • validate

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