Class PartnerNamespacesListResult

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

public final class PartnerNamespacesListResult extends Object
Result of the List Partner Namespaces operation.
  • Constructor Details

    • PartnerNamespacesListResult

      public PartnerNamespacesListResult()
  • Method Details

    • value

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

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

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

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

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