Class VendorListResult

java.lang.Object
com.azure.resourcemanager.hybridnetwork.models.VendorListResult

public final class VendorListResult extends Object
Response for vendors API service call.
  • Constructor Details

    • VendorListResult

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

    • value

      public List<VendorInner> value()
      Get the value property: A list of vendors.
      Returns:
      the value value.
    • withValue

      public VendorListResult withValue(List<VendorInner> value)
      Set the value property: A list of vendors.
      Parameters:
      value - the value value to set.
      Returns:
      the VendorListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of results.
      Returns:
      the nextLink value.
    • validate

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