public class MapiBinaryPropertyDtoBuilder extends Object
Constructor and Description |
---|
MapiBinaryPropertyDtoBuilder(MapiBinaryPropertyDto model) |
Modifier and Type | Method and Description |
---|---|
MapiBinaryPropertyDto |
build()
Build MapiBinaryPropertyDto instance.
|
MapiBinaryPropertyDtoBuilder |
descriptor(MapiPropertyDescriptor descriptor)
Set MapiBinaryPropertyDto.descriptor and return builder.
|
MapiBinaryPropertyDtoBuilder |
valueBase64(String valueBase64)
Set MapiBinaryPropertyDto.valueBase64 and return builder.
|
public MapiBinaryPropertyDtoBuilder(MapiBinaryPropertyDto model)
public MapiBinaryPropertyDto build()
public MapiBinaryPropertyDtoBuilder descriptor(MapiPropertyDescriptor descriptor)
descriptor
- Property descriptorpublic MapiBinaryPropertyDtoBuilder valueBase64(String valueBase64)
valueBase64
- Property value converted to Base64Copyright © 2020. All rights reserved.