public class MapiBinaryPropertyDto extends MapiPropertyDto
Constructor and Description |
---|
MapiBinaryPropertyDto() |
MapiBinaryPropertyDto(MapiPropertyDescriptor descriptor,
String valueBase64)
Initializes a new instance of the MapiBinaryPropertyDto
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getValueBase64()
Property value converted to Base64
|
int |
hashCode() |
void |
setValueBase64(String valueBase64)
Set valueBase64.
|
String |
toString() |
MapiBinaryPropertyDto |
valueBase64(String valueBase64)
Set valueBase64 and return this.
|
descriptor, getDescriptor, getDiscriminator, setDescriptor, setDiscriminator
public MapiBinaryPropertyDto()
public MapiBinaryPropertyDto(MapiPropertyDescriptor descriptor, String valueBase64)
descriptor
- Property descriptorvalueBase64
- Property value converted to Base64public MapiBinaryPropertyDto valueBase64(String valueBase64)
valueBase64
- Property value converted to Base64public String getValueBase64()
public void setValueBase64(String valueBase64)
valueBase64
- Property value converted to Base64public boolean equals(Object o)
equals
in class MapiPropertyDto
public int hashCode()
hashCode
in class MapiPropertyDto
public String toString()
toString
in class MapiPropertyDto
Copyright © 2020. All rights reserved.