public class CalendarConvertRequest extends Object
Constructor and Description |
---|
CalendarConvertRequest()
Initializes a new instance of the CalendarConvertRequest class.
|
CalendarConvertRequest(String format,
byte[] file)
Initializes a new instance of the CalendarConvertRequest class.
|
Modifier and Type | Method and Description |
---|---|
CalendarConvertRequest |
file(byte[] value)
Setter for: File to convert
|
CalendarConvertRequest |
format(String value)
Setter for: File format.
|
byte[] |
getFile()
Getter for: File to convert
|
String |
getFormat()
Getter for: File format.
|
void |
setFile(byte[] value)
Setter for: File to convert
|
void |
setFormat(String value)
Setter for: File format.
|
public CalendarConvertRequest()
public CalendarConvertRequest(String format, byte[] file)
format
- File format. Enum, available values: Ics, Msgfile
- File to convertpublic String getFormat()
public void setFormat(String value)
public CalendarConvertRequest format(String value)
public byte[] getFile()
public void setFile(byte[] value)
public CalendarConvertRequest file(byte[] value)
Copyright © 2020. All rights reserved.