Class PrivateEndpointConnectionList

java.lang.Object
com.azure.resourcemanager.purview.models.PrivateEndpointConnectionList

public final class PrivateEndpointConnectionList extends Object
Paged list of private endpoint connections.
  • Constructor Details

    • PrivateEndpointConnectionList

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

    • count

      public Long count()
      Get the count property: Total item count.
      Returns:
      the count value.
    • withCount

      public PrivateEndpointConnectionList withCount(Long count)
      Set the count property: Total item count.
      Parameters:
      count - the count value to set.
      Returns:
      the PrivateEndpointConnectionList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The Url of next result page.
      Returns:
      the nextLink value.
    • withNextLink

      public PrivateEndpointConnectionList withNextLink(String nextLink)
      Set the nextLink property: The Url of next result page.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the PrivateEndpointConnectionList object itself.
    • value

      Get the value property: Collection of items of type results.
      Returns:
      the value value.
    • withValue

      Set the value property: Collection of items of type results.
      Parameters:
      value - the value value to set.
      Returns:
      the PrivateEndpointConnectionList object itself.
    • validate

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