public class ContactPhoto extends Object
Constructor and Description |
---|
ContactPhoto() |
ContactPhoto(String photoImageFormat,
String base64Data)
Initializes a new instance of the ContactPhoto
|
Modifier and Type | Method and Description |
---|---|
ContactPhoto |
base64Data(String base64Data) |
boolean |
equals(Object o) |
String |
getBase64Data()
Photo serialized as base64 string.
|
String |
getPhotoImageFormat()
MapiContact photo image format.
|
int |
hashCode() |
ContactPhoto |
photoImageFormat(String photoImageFormat) |
void |
setBase64Data(String base64Data) |
void |
setPhotoImageFormat(String photoImageFormat) |
String |
toString() |
public ContactPhoto photoImageFormat(String photoImageFormat)
public String getPhotoImageFormat()
public void setPhotoImageFormat(String photoImageFormat)
public ContactPhoto base64Data(String base64Data)
public String getBase64Data()
public void setBase64Data(String base64Data)
Copyright © 2020. All rights reserved.