ExchangeStreamedItem

Inheritance: java.lang.Object

public final class ExchangeStreamedItem

Represents the item received in ExportItems response

Constructors

ConstructorDescription
ExchangeStreamedItem()Initializes a new instance of the ExchangeStreamedItem class

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuebyte[]

setDataEncoding(Charset value)

public final void setDataEncoding(Charset value)

Gets or sets the data encoding.

Value: The data encoding.

Parameters:

ParameterTypeDescription
valuejava.nio.charset.Charset

setItemId(String value)

public final void setItemId(String value)

Gets or sets the item identifier

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int