Class IOTAEndpointBuilderFactory.IOTAHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.IOTAEndpointBuilderFactory.IOTAHeaderNameBuilder
-
- Enclosing interface:
- IOTAEndpointBuilderFactory
public static class IOTAEndpointBuilderFactory.IOTAHeaderNameBuilder extends Object
The builder of headers' name for the IOTA component.
-
-
Constructor Summary
Constructors Constructor Description IOTAHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringiOTAAddressEndIndex()The ending key index, must be bigger then start.StringiOTAAddressIndex()The key index to start search from.StringiOTAAddressStartIndex()The starting key index, must be at least 0.StringiOTASeed()The tryte-encoded seed.StringiOTAToAddress()The address of the recipient.StringiOTAValue()The value to transfer.
-
-
-
Method Detail
-
iOTASeed
public String iOTASeed()
The tryte-encoded seed. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IOTASeed.
-
iOTAValue
public String iOTAValue()
The value to transfer. The option is a:Integertype. Group: producer- Returns:
- the name of the header
IOTAValue.
-
iOTAToAddress
public String iOTAToAddress()
The address of the recipient. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IOTAToAddress.
-
iOTAAddressIndex
public String iOTAAddressIndex()
The key index to start search from. The option is a:Integertype. 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:Integertype. 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:Integertype. Group: producer- Returns:
- the name of the header
IOTAAddressEndIndex.
-
-