Class IOTAEndpointBuilderFactory.IOTAHeaderNameBuilder

  • Enclosing interface:
    IOTAEndpointBuilderFactory

    public static class IOTAEndpointBuilderFactory.IOTAHeaderNameBuilder
    extends Object
    The builder of headers' name for the IOTA component.
    • Constructor Detail

      • IOTAHeaderNameBuilder

        public IOTAHeaderNameBuilder()
    • Method Detail

      • iOTASeed

        public String iOTASeed()
        The tryte-encoded seed. The option is a: String type. Group: producer
        Returns:
        the name of the header IOTASeed.
      • iOTAValue

        public String iOTAValue()
        The value to transfer. The option is a: Integer type. Group: producer
        Returns:
        the name of the header IOTAValue.
      • iOTAToAddress

        public String iOTAToAddress()
        The address of the recipient. The option is a: String type. Group: producer
        Returns:
        the name of the header IOTAToAddress.
      • iOTAAddressIndex

        public String iOTAAddressIndex()
        The key index to start search from. The option is a: Integer type. Group: producer
        Returns:
        the name of the header IOTAAddressIndex.
      • iOTAAddressStartIndex

        public String iOTAAddressStartIndex()
        The starting key index, must be at least 0. The option is a: Integer type. Group: producer
        Returns:
        the name of the header IOTAAddressStartIndex.
      • iOTAAddressEndIndex

        public String iOTAAddressEndIndex()
        The ending key index, must be bigger then start. The option is a: Integer type. Group: producer
        Returns:
        the name of the header IOTAAddressEndIndex.