Class PartnerRegistrationsListResult

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

public final class PartnerRegistrationsListResult extends Object
Result of the List Partner Registrations operation.
  • Constructor Details

    • PartnerRegistrationsListResult

      public PartnerRegistrationsListResult()
  • Method Details

    • value

      public List<PartnerRegistrationInner> value()
      Get the value property: A collection of partner registrations.
      Returns:
      the value value.
    • withValue

      Set the value property: A collection of partner registrations.
      Parameters:
      value - the value value to set.
      Returns:
      the PartnerRegistrationsListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: A link for the next page of partner registrations.
      Returns:
      the nextLink value.
    • withNextLink

      public PartnerRegistrationsListResult withNextLink(String nextLink)
      Set the nextLink property: A link for the next page of partner registrations.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the PartnerRegistrationsListResult object itself.
    • validate

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