| Package | Description |
|---|---|
| org.unitedinternet.cosmo.model | |
| org.unitedinternet.cosmo.service |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseEventStamp
Represents a stamp that contains event specific information.
|
interface |
CalendarCollectionStamp
Stamp that can be added to CollectionItem that stores
CalendarCollection specific attributes.
|
interface |
EventExceptionStamp
Event stamp that represents an exception to a recurring
event.
|
interface |
EventStamp
Represents a calendar event, recurring or non-recurring.
|
interface |
MessageStamp
Stamp that associates message-specific attributes to an item.
|
interface |
TaskStamp
Represents a Task Stamp.
|
| Modifier and Type | Method and Description |
|---|---|
Stamp |
Stamp.copy()
Return a new instance of Stamp containing a copy of the Stamp
|
Stamp |
Item.getStamp(Class<?> clazz)
Get the stamp that corresponds to the specified class
|
Stamp |
Item.getStamp(String type)
Get the stamp that corresponds to the specified type
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Stamp> |
Item.getStampMap() |
Set<Stamp> |
Item.getStamps()
Return all stamps associated with Item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Item.addStamp(Stamp stamp)
Add stamp to Item
|
void |
Item.removeStamp(Stamp stamp)
Remove stamp from Item.
|
| Modifier and Type | Method and Description |
|---|---|
<STAMP_TYPE extends Stamp> |
ContentService.findStampByInternalItemUid(String internalItemUid,
Class<STAMP_TYPE> clazz)
Searches for an item stamp by item uid.
|
Copyright © 2012–2018 1&1. All rights reserved.