Class URefSeed
- java.lang.Object
-
- com.syntifi.casper.sdk.identifier.dictionary.URefSeed
-
public class URefSeed extends java.lang.Object
Seed URef for dictionary item calls- Since:
- 0.0.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
URefSeed.URefSeedBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static URefSeed.URefSeedBuilder
builder()
java.lang.String
getDictionaryItemKey()
The dictionary item key formatted as a stringURef
getUref()
The dictionary's seed URefvoid
setDictionaryItemKey(java.lang.String dictionaryItemKey)
The dictionary item key formatted as a stringvoid
setUref(URef uref)
The dictionary's seed URef
-
-
-
Constructor Detail
-
URefSeed
public URefSeed()
-
URefSeed
public URefSeed(java.lang.String dictionaryItemKey, URef uref)
-
-
Method Detail
-
builder
public static URefSeed.URefSeedBuilder builder()
-
getDictionaryItemKey
public java.lang.String getDictionaryItemKey()
The dictionary item key formatted as a string
-
getUref
public URef getUref()
The dictionary's seed URef
-
setDictionaryItemKey
public void setDictionaryItemKey(java.lang.String dictionaryItemKey)
The dictionary item key formatted as a string
-
setUref
public void setUref(URef uref)
The dictionary's seed URef
-
-