Class ListAccessorsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of accessors to list.

        Returns:
        The maximum number of accessors to list.
      • nextToken

        public final String nextToken()

        The pagination token that indicates the next set of results to retrieve.

        Returns:
        The pagination token that indicates the next set of results to retrieve.
      • networkType

        public final AccessorNetworkType networkType()

        The blockchain network that the Accessor token is created for.

        Use the value ETHEREUM_MAINNET_AND_GOERLI for all existing Accessors tokens that were created before the networkType property was introduced.

        If the service returns an enum value that is not available in the current SDK version, networkType will return AccessorNetworkType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from networkTypeAsString().

        Returns:
        The blockchain network that the Accessor token is created for.

        Use the value ETHEREUM_MAINNET_AND_GOERLI for all existing Accessors tokens that were created before the networkType property was introduced.

        See Also:
        AccessorNetworkType
      • networkTypeAsString

        public final String networkTypeAsString()

        The blockchain network that the Accessor token is created for.

        Use the value ETHEREUM_MAINNET_AND_GOERLI for all existing Accessors tokens that were created before the networkType property was introduced.

        If the service returns an enum value that is not available in the current SDK version, networkType will return AccessorNetworkType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from networkTypeAsString().

        Returns:
        The blockchain network that the Accessor token is created for.

        Use the value ETHEREUM_MAINNET_AND_GOERLI for all existing Accessors tokens that were created before the networkType property was introduced.

        See Also:
        AccessorNetworkType
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object