public final class ExchangeStreamedItem extends Object
Represents the item received in ExportItems response
Constructor and Description |
---|
ExchangeStreamedItem()
Initializes a new instance of the
ExchangeStreamedItem class |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Gets or sets the item data
|
Charset |
getDataEncoding()
Gets or sets the data encoding.
|
String |
getItemId()
Gets or sets the item identifier
|
void |
setData(byte[] value)
Gets or sets the item data
|
void |
setDataEncoding(Charset value)
Gets or sets the data encoding.
|
void |
setItemId(String value)
Gets or sets the item identifier
|
public ExchangeStreamedItem()
Initializes a new instance of the ExchangeStreamedItem
class
public final String getItemId()
Gets or sets the item identifier
public final void setItemId(String value)
Gets or sets the item identifier
public final Charset getDataEncoding()
Gets or sets the data encoding.
Value: The data encoding.public final void setDataEncoding(Charset value)
Gets or sets the data encoding.
Value: The data encoding.public final byte[] getData()
Gets or sets the item data
com.aspose.ms.System.ArgumentNullException
- value
is null
public final void setData(byte[] value)
Gets or sets the item data
com.aspose.ms.System.ArgumentNullException
- value
is null