ExchangeStreamedItem
Contents
[
Hide
]Inheritance: java.lang.Object
public final class ExchangeStreamedItem
Represents the item received in ExportItems response
Constructors
| Constructor | Description |
|---|---|
| ExchangeStreamedItem() | Initializes a new instance of the ExchangeStreamedItem class |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getData() | Gets or sets the item data |
| getDataEncoding() | Gets or sets the data encoding. |
| getItemId() | Gets or sets the item identifier |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setData(byte[] value) | Gets or sets the item data |
| setDataEncoding(Charset value) | Gets or sets the data encoding. |
| setItemId(String value) | Gets or sets the item identifier |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
ExchangeStreamedItem()
public ExchangeStreamedItem()
Initializes a new instance of the ExchangeStreamedItem class
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getData()
public final byte[] getData()
Gets or sets the item data
Returns: byte[]
getDataEncoding()
public final Charset getDataEncoding()
Gets or sets the data encoding.
Value: The data encoding.
Returns: java.nio.charset.Charset
getItemId()
public final String getItemId()
Gets or sets the item identifier
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setData(byte[] value)
public final void setData(byte[] value)
Gets or sets the item data
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] |
setDataEncoding(Charset value)
public final void setDataEncoding(Charset value)
Gets or sets the data encoding.
Value: The data encoding.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.nio.charset.Charset |
setItemId(String value)
public final void setItemId(String value)
Gets or sets the item identifier
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |