ReminderAttachment
Contents
[
Hide
]Inheritance: java.lang.Object
public class ReminderAttachment
Provides the capability to associate a document object with an alarm.
Constructors
Constructor | Description |
---|---|
ReminderAttachment(byte[] binaryData) | Initialize a new instance of ReminderAttachment class. |
ReminderAttachment(URI uri) | Initialize a new instance of ReminderAttachment class. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getBinaryData() | Contain a character encoding of inline binary data. |
getClass() | |
getUri() | URI type of reference to the data. |
hashCode() | |
notify() | |
notifyAll() | |
setBinaryData(byte[] value) | Contain a character encoding of inline binary data. |
setUri(URI value) | URI type of reference to the data. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ReminderAttachment(byte[] binaryData)
public ReminderAttachment(byte[] binaryData)
Initialize a new instance of ReminderAttachment class.
Parameters:
Parameter | Type | Description |
---|---|---|
binaryData | byte[] | Binary data. |
ReminderAttachment(URI uri)
public ReminderAttachment(URI uri)
Initialize a new instance of ReminderAttachment class.
Parameters:
Parameter | Type | Description |
---|---|---|
uri | java.net.URI | Uri. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBinaryData()
public final byte[] getBinaryData()
Contain a character encoding of inline binary data.
Returns: byte[]
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getUri()
public final URI getUri()
URI type of reference to the data.
Returns: java.net.URI
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBinaryData(byte[] value)
public final void setBinaryData(byte[] value)
Contain a character encoding of inline binary data.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte[] |
setUri(URI value)
public final void setUri(URI value)
URI type of reference to the data.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.net.URI |
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 |