Class ApiManagementServiceListResult


  • public final class ApiManagementServiceListResult
    extends Object
    The response of the List API Management services operation.
    • Constructor Detail

      • ApiManagementServiceListResult

        public ApiManagementServiceListResult()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of API Management services.
        Returns:
        the nextLink value.
      • withNextLink

        public ApiManagementServiceListResult withNextLink​(String nextLink)
        Set the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of API Management services.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the ApiManagementServiceListResult object itself.
      • validate

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