public class ReminderAttachment extends Object
Provides the capability to associate a document object with an alarm.
Constructor and Description |
---|
ReminderAttachment(byte[] binaryData)
Initialize a new instance of
ReminderAttachment class. |
ReminderAttachment(URI uri)
Initialize a new instance of
ReminderAttachment class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryData()
Contain a character encoding of inline binary data.
|
URI |
getUri()
URI type of reference to the data.
|
void |
setBinaryData(byte[] value)
Contain a character encoding of inline binary data.
|
void |
setUri(URI value)
URI type of reference to the data.
|
public ReminderAttachment(byte[] binaryData)
Initialize a new instance of ReminderAttachment
class.
binaryData
- Binary data.public ReminderAttachment(URI uri)
Initialize a new instance of ReminderAttachment
class.
uri
- Uri.public final byte[] getBinaryData()
Contain a character encoding of inline binary data.
public final void setBinaryData(byte[] value)
Contain a character encoding of inline binary data.
public final URI getUri()
URI type of reference to the data.
public final void setUri(URI value)
URI type of reference to the data.
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.