Class LinkerList


  • public final class LinkerList
    extends Object
    The list of Linker.
    • Constructor Detail

      • LinkerList

        public LinkerList()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: The link used to get the next page of Linker list.
        Returns:
        the nextLink value.
      • withNextLink

        public LinkerList withNextLink​(String nextLink)
        Set the nextLink property: The link used to get the next page of Linker list.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the LinkerList object itself.
      • value

        public List<LinkerResourceInner> value()
        Get the value property: The list of Linkers.
        Returns:
        the value value.
      • withValue

        public LinkerList withValue​(List<LinkerResourceInner> value)
        Set the value property: The list of Linkers.
        Parameters:
        value - the value value to set.
        Returns:
        the LinkerList object itself.
      • validate

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