Class AttachDecoratorDataJWS.AttachDecoratorDataJWSBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.AttachDecoratorDataJWS.AttachDecoratorDataJWSBuilder
-
- Enclosing class:
- AttachDecoratorDataJWS
public static class AttachDecoratorDataJWS.AttachDecoratorDataJWSBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachDecoratorDataJWS.AttachDecoratorDataJWSBuilder_protected(String _protected)AttachDecoratorDataJWSbuild()AttachDecoratorDataJWS.AttachDecoratorDataJWSBuilderheader(AttachDecoratorDataJWSHeader header)AttachDecoratorDataJWS.AttachDecoratorDataJWSBuildersignature(String signature)AttachDecoratorDataJWS.AttachDecoratorDataJWSBuildersignatures(List<AttachDecoratorData1JWS> signatures)StringtoString()
-
-
-
Method Detail
-
header
public AttachDecoratorDataJWS.AttachDecoratorDataJWSBuilder header(AttachDecoratorDataJWSHeader header)
- Returns:
this.
-
_protected
public AttachDecoratorDataJWS.AttachDecoratorDataJWSBuilder _protected(String _protected)
- Returns:
this.
-
signature
public AttachDecoratorDataJWS.AttachDecoratorDataJWSBuilder signature(String signature)
- Returns:
this.
-
signatures
public AttachDecoratorDataJWS.AttachDecoratorDataJWSBuilder signatures(List<AttachDecoratorData1JWS> signatures)
- Returns:
this.
-
build
public AttachDecoratorDataJWS build()
-
-