Class FarmBeatsExtensionListResponse

java.lang.Object
com.azure.resourcemanager.agrifood.models.FarmBeatsExtensionListResponse

public final class FarmBeatsExtensionListResponse extends Object
Paged response contains list of requested objects and a URL link to get the next set of results.
  • Constructor Details

    • FarmBeatsExtensionListResponse

      public FarmBeatsExtensionListResponse()
  • Method Details

    • value

      public List<FarmBeatsExtensionInner> value()
      Get the value property: List of requested objects.
      Returns:
      the value value.
    • withValue

      Set the value property: List of requested objects.
      Parameters:
      value - the value value to set.
      Returns:
      the FarmBeatsExtensionListResponse object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Continuation link (absolute URI) to the next page of results in the list.
      Returns:
      the nextLink value.
    • validate

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