Class AttachDecoratorData.AttachDecoratorDataBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.AttachDecoratorData.AttachDecoratorDataBuilder
-
- Enclosing class:
- AttachDecoratorData
public static class AttachDecoratorData.AttachDecoratorDataBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachDecoratorData.AttachDecoratorDataBuilderbase64(String base64)AttachDecoratorDatabuild()AttachDecoratorData.AttachDecoratorDataBuilderjson(Object json)AttachDecoratorData.AttachDecoratorDataBuilderjws(AttachDecoratorDataJWS jws)AttachDecoratorData.AttachDecoratorDataBuilderlinks(List<String> links)AttachDecoratorData.AttachDecoratorDataBuildersha256(String sha256)StringtoString()
-
-
-
Method Detail
-
base64
public AttachDecoratorData.AttachDecoratorDataBuilder base64(String base64)
- Returns:
this.
-
json
public AttachDecoratorData.AttachDecoratorDataBuilder json(Object json)
- Returns:
this.
-
jws
public AttachDecoratorData.AttachDecoratorDataBuilder jws(AttachDecoratorDataJWS jws)
- Returns:
this.
-
links
public AttachDecoratorData.AttachDecoratorDataBuilder links(List<String> links)
- Returns:
this.
-
sha256
public AttachDecoratorData.AttachDecoratorDataBuilder sha256(String sha256)
- Returns:
this.
-
build
public AttachDecoratorData build()
-
-