Class ConfidentialLedgerList


  • public final class ConfidentialLedgerList
    extends Object
    Object that includes an array of Confidential Ledgers and a possible link for next set.
    • Constructor Detail

      • ConfidentialLedgerList

        public ConfidentialLedgerList()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: The URL the client should use to fetch the next page (per server side paging).
        Returns:
        the nextLink value.
      • withNextLink

        public ConfidentialLedgerList withNextLink​(String nextLink)
        Set the nextLink property: The URL the client should use to fetch the next page (per server side paging).
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the ConfidentialLedgerList object itself.
      • validate

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