| Modifier and Type | Method | Description |
|---|---|---|
default int |
countMediaItems() |
The media items contained in this Moment.
|
int |
countMediaItems(String filter) |
The media items contained in this Moment.
|
String |
getId() |
The unique ID of the Moment.
|
MediaItem |
getMediaItem(int index) |
The media items contained in this Moment.
|
MediaItem |
getMediaItem(Id id) |
The media items contained in this Moment.
|
default MediaItem[] |
getMediaItems() |
The media items contained in this Moment.
|
MediaItem[] |
getMediaItems(String filter) |
The media items contained in this Moment.
|
String |
getName() |
The name of the Moment.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOfstatic final TypeClass CLASS
@Kind("element") @Type("media item") default MediaItem[] getMediaItems()
MediaItems@Kind("element") @Type("media item") MediaItem[] getMediaItems(String filter)
filter - AppleScript filter clause without the leading "whose" or "where"MediaItems@Kind("element") @Type("media item") MediaItem getMediaItem(int index)
index - index into the element list (zero-based)MediaItem at the requested index@Kind("element") @Type("media item") MediaItem getMediaItem(Id id)
id - id of the itemMediaItem with the requested id@Kind("element") @Type("media item") default int countMediaItems()
MediaItems@Kind("element") @Type("media item") int countMediaItems(String filter)
filter - AppleScript filter clause without the leading "whose" or "where"@Code("ID ") @Kind("property") @Name("id") @Type("text") String getId()
@Code("pnam") @Kind("property") @Name("name") @Type("text") String getName()