Class NamespaceListResult


  • public final class NamespaceListResult
    extends Object
    The response of the List Namespace operation.
    • Constructor Detail

      • NamespaceListResult

        public NamespaceListResult()
    • Method Detail

      • value

        public List<NamespaceResourceInner> value()
        Get the value property: Result of the List Namespace operation.
        Returns:
        the value value.
      • withValue

        public NamespaceListResult withValue​(List<NamespaceResourceInner> value)
        Set the value property: Result of the List Namespace operation.
        Parameters:
        value - the value value to set.
        Returns:
        the NamespaceListResult object itself.
      • nextLink

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

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

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