Class URefSeed.URefSeedBuilder
- java.lang.Object
-
- com.syntifi.casper.sdk.identifier.dictionary.URefSeed.URefSeedBuilder
-
- Enclosing class:
- URefSeed
public static class URefSeed.URefSeedBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URefSeed
build()
URefSeed.URefSeedBuilder
dictionaryItemKey(java.lang.String dictionaryItemKey)
The dictionary item key formatted as a stringjava.lang.String
toString()
URefSeed.URefSeedBuilder
uref(URef uref)
The dictionary's seed URef
-
-
-
Method Detail
-
dictionaryItemKey
public URefSeed.URefSeedBuilder dictionaryItemKey(java.lang.String dictionaryItemKey)
The dictionary item key formatted as a string- Returns:
this
.
-
uref
public URefSeed.URefSeedBuilder uref(URef uref)
The dictionary's seed URef- Returns:
this
.
-
build
public URefSeed build()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-