Class DIDCreate.DIDCreateBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.DIDCreate.DIDCreateBuilder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DIDCreatebuild()DIDCreate.DIDCreateBuildermethod(DIDCreate.MethodEnum method)DIDCreate.DIDCreateBuilderoptions(DIDCreateOptions options)StringtoString()
-
-
-
Method Detail
-
method
public DIDCreate.DIDCreateBuilder method(DIDCreate.MethodEnum method)
- Returns:
this.
-
options
public DIDCreate.DIDCreateBuilder options(DIDCreateOptions options)
- Returns:
this.
-
build
public DIDCreate build()
-
-