public interface PhotocastModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static String |
URI
The URI of the namespace.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getCropDate()
Returns the cropDate value from the item level.
|
URL |
getImageUrl()
The URL of the image.
|
Metadata |
getMetadata()
The iPhoto metadata for the image.
|
Date |
getPhotoDate()
Returns the Item level photoDate value.
|
URL |
getThumbnailUrl()
The URL of the image thumbnail.
|
void |
setCropDate(Date cropDate)
Sets the cropDate value for the item level.
|
void |
setImageUrl(URL imageUrl)
The URL of the image.
|
void |
setMetadata(Metadata metadata)
The iPhoto metadata for the image.
|
void |
setPhotoDate(Date photoDate)
Set the Item level photoDate value.
|
void |
setThumbnailUrl(URL thumbnailUrl)
The URL of the image thumbnail.
|
copyFrom, getInterfacestatic final String URI
Date getPhotoDate()
void setPhotoDate(Date photoDate)
photoDate - Item level photoDate valueDate getCropDate()
void setCropDate(Date cropDate)
cropDate - cropDate value for the item levelURL getImageUrl()
void setImageUrl(URL imageUrl)
imageUrl - The URL of the image.URL getThumbnailUrl()
void setThumbnailUrl(URL thumbnailUrl)
thumbnailUrl - The URL of the image thumbnail.Metadata getMetadata()
void setMetadata(Metadata metadata)
metadata - The iPhoto metadata for the image.Copyright © 2021. All rights reserved.