public class ContactConvertRequest extends Object
Constructor and Description |
---|
ContactConvertRequest()
Initializes a new instance of the ContactConvertRequest class.
|
ContactConvertRequest(String toFormat,
String fromFormat,
byte[] file)
Initializes a new instance of the ContactConvertRequest class.
|
Modifier and Type | Method and Description |
---|---|
ContactConvertRequest |
file(byte[] value)
Setter for: File to convert
|
ContactConvertRequest |
fromFormat(String value)
Setter for: File format to convert from Enum, available values: VCard, WebDav, Msg
|
byte[] |
getFile()
Getter for: File to convert
|
String |
getFromFormat()
Getter for: File format to convert from Enum, available values: VCard, WebDav, Msg
|
String |
getToFormat()
Getter for: File format to convert to Enum, available values: VCard, WebDav, Msg
|
void |
setFile(byte[] value)
Setter for: File to convert
|
void |
setFromFormat(String value)
Setter for: File format to convert from Enum, available values: VCard, WebDav, Msg
|
void |
setToFormat(String value)
Setter for: File format to convert to Enum, available values: VCard, WebDav, Msg
|
ContactConvertRequest |
toFormat(String value)
Setter for: File format to convert to Enum, available values: VCard, WebDav, Msg
|
public ContactConvertRequest()
public ContactConvertRequest(String toFormat, String fromFormat, byte[] file)
toFormat
- File format to convert to Enum, available values: VCard, WebDav, MsgfromFormat
- File format to convert from Enum, available values: VCard, WebDav, Msgfile
- File to convertpublic String getToFormat()
public void setToFormat(String value)
public ContactConvertRequest toFormat(String value)
public String getFromFormat()
public void setFromFormat(String value)
public ContactConvertRequest fromFormat(String value)
public byte[] getFile()
public void setFile(byte[] value)
public ContactConvertRequest file(byte[] value)
Copyright © 2020. All rights reserved.