Class AttachDecorator.AttachDecoratorBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.AttachDecorator.AttachDecoratorBuilder
-
- Enclosing class:
- AttachDecorator
public static class AttachDecorator.AttachDecoratorBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachDecorator.AttachDecoratorBuilderatId(String atId)AttachDecoratorbuild()AttachDecorator.AttachDecoratorBuilderbyteCount(Integer byteCount)AttachDecorator.AttachDecoratorBuilderdata(AttachDecoratorData data)AttachDecorator.AttachDecoratorBuilderdescription(String description)AttachDecorator.AttachDecoratorBuilderfilename(String filename)AttachDecorator.AttachDecoratorBuilderlastmodTime(String lastmodTime)AttachDecorator.AttachDecoratorBuildermimeType(String mimeType)StringtoString()
-
-
-
Method Detail
-
atId
public AttachDecorator.AttachDecoratorBuilder atId(String atId)
- Returns:
this.
-
byteCount
public AttachDecorator.AttachDecoratorBuilder byteCount(Integer byteCount)
- Returns:
this.
-
data
public AttachDecorator.AttachDecoratorBuilder data(AttachDecoratorData data)
- Returns:
this.
-
description
public AttachDecorator.AttachDecoratorBuilder description(String description)
- Returns:
this.
-
filename
public AttachDecorator.AttachDecoratorBuilder filename(String filename)
- Returns:
this.
-
lastmodTime
public AttachDecorator.AttachDecoratorBuilder lastmodTime(String lastmodTime)
- Returns:
this.
-
mimeType
public AttachDecorator.AttachDecoratorBuilder mimeType(String mimeType)
- Returns:
this.
-
build
public AttachDecorator build()
-
-