Class OnlineEndpointTrackedResourceArmPaginatedResult


  • public final class OnlineEndpointTrackedResourceArmPaginatedResult
    extends Object
    A paginated list of OnlineEndpoint entities.
    • Constructor Detail

      • OnlineEndpointTrackedResourceArmPaginatedResult

        public OnlineEndpointTrackedResourceArmPaginatedResult()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages.
        Returns:
        the nextLink value.
      • withNextLink

        public OnlineEndpointTrackedResourceArmPaginatedResult withNextLink​(String nextLink)
        Set the nextLink property: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the OnlineEndpointTrackedResourceArmPaginatedResult object itself.
      • value

        public List<OnlineEndpointDataInner> value()
        Get the value property: An array of objects of type OnlineEndpoint.
        Returns:
        the value value.
      • validate

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