Class VerifiedPartnersListResult

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

public final class VerifiedPartnersListResult extends Object
Result of the List verified partners operation.
  • Constructor Details

    • VerifiedPartnersListResult

      public VerifiedPartnersListResult()
  • Method Details

    • value

      public List<VerifiedPartnerInner> value()
      Get the value property: A collection of verified partners.
      Returns:
      the value value.
    • withValue

      Set the value property: A collection of verified partners.
      Parameters:
      value - the value value to set.
      Returns:
      the VerifiedPartnersListResult object itself.
    • nextLink

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

      public VerifiedPartnersListResult withNextLink(String nextLink)
      Set the nextLink property: A link for the next page of verified partners if any.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the VerifiedPartnersListResult object itself.
    • validate

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