Class URefDictionaryIdentifier.URefDictionaryIdentifierBuilder
- java.lang.Object
-
- com.syntifi.casper.sdk.identifier.dictionary.URefDictionaryIdentifier.URefDictionaryIdentifierBuilder
-
- Enclosing class:
- URefDictionaryIdentifier
public static class URefDictionaryIdentifier.URefDictionaryIdentifierBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URefDictionaryIdentifier
build()
java.lang.String
toString()
URefDictionaryIdentifier.URefDictionaryIdentifierBuilder
uref(URefSeed uref)
-
-
-
Method Detail
-
uref
public URefDictionaryIdentifier.URefDictionaryIdentifierBuilder uref(URefSeed uref)
- Returns:
this
.
-
build
public URefDictionaryIdentifier build()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-