| Package | Description |
|---|---|
| biweekly.component | |
| biweekly.io.scribe.property | |
| biweekly.property |
| Modifier and Type | Method and Description |
|---|---|
Uid |
VTodo.getUid()
Gets the unique identifier for this to-do.
|
Uid |
VJournal.getUid()
Gets the unique identifier for this journal entry.
|
Uid |
VFreeBusy.getUid()
Gets the unique identifier for this free/busy entry.
|
Uid |
VEvent.getUid()
Gets the unique identifier for this event.
|
Uid |
VTodo.setUid(String uid)
Sets the unique identifier for this to-do.
|
Uid |
VJournal.setUid(String uid)
Sets the unique identifier for this journal entry.
|
Uid |
VFreeBusy.setUid(String uid)
Sets the unique identifier for this free/busy entry.
|
Uid |
VEvent.setUid(String uid)
Sets the unique identifier for this event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VTodo.setUid(Uid uid)
Sets the unique identifier for this to-do.
|
void |
VJournal.setUid(Uid uid)
Sets the unique identifier for this journal entry.
|
void |
VFreeBusy.setUid(Uid uid)
Sets the unique identifier for this free/busy entry.
|
void |
VEvent.setUid(Uid uid)
Sets the unique identifier for this event.
|
| Modifier and Type | Method and Description |
|---|---|
protected Uid |
UidScribe.newInstance(String value,
ICalVersion version) |
| Modifier and Type | Method and Description |
|---|---|
static Uid |
Uid.random()
Creates a UID property that contains a random UID.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.