public interface GlobalInterface extends Serializable
Modifier and Type | Method and Description |
---|---|
Date |
getExpirationDate()
Expiration Date for this item.
|
Date |
getExpirationDateTime()
Date and time that the item expires.
|
String |
getId()
Unique id for this item.
|
URL[] |
getImageLinks()
Images for this item.
|
String[] |
getLabels()
Labels for this item.
|
void |
setExpirationDate(Date expirationDate)
Expiration Date for this item.
|
void |
setExpirationDateTime(Date expirationDateTime)
Date and time that the item expires.
|
void |
setId(String id)
Unique id for this item.
|
void |
setImageLinks(URL[] imageLinks)
Images for this item.
|
void |
setLabels(String[] labels)
Labels for this item.
|
void setExpirationDate(Date expirationDate)
expiration_date | |
Details | Date that the item expires in ISO 8601 format: YYYY-MM-DD |
Example | <g:expiration_date>2005-20-12</g:expiration_date> |
Attribute of | Reference Items, Events, Housing, Jobs, People profiles, Products, Services, Travel, Vehicles, Wanted Ads. |
Content type | date |
expirationDate
- the date this entry will expireDate getExpirationDate()
expiration_date | |
Details | Date that the item expires in ISO 8601 format: YYYY-MM-DD |
Example | <g:expiration_date>2005-20-12</g:expiration_date> |
Attribute of | Reference Items, Events, Housing, Jobs, People profiles, Products, Services, Travel, Vehicles, Wanted Ads. |
Content type | date |
void setExpirationDateTime(Date expirationDateTime)
expiration_date_time | |
Details | Date and time that the item expires in ISO 8601 format: YYYY-MM-DDThh:mm:ss |
Example | <g:expiration_date_time>12-20-05T11:59:59</g:expiration_date_time> |
Attribute of | Reference Items, Events, Housing, Jobs, People profiles, Products, Services, Travel, Vehicles, Wanted Ads. |
Content type | dateTime |
expirationDateTime
- Date and time that the item expires.Date getExpirationDateTime()
expiration_date_time | |
Details | Date and time that the item expires in ISO 8601 format: YYYY-MM-DDThh:mm:ss |
Example | <g:expiration_date_time>12-20-05T11:59:59</g:expiration_date_time> |
Attribute of | Reference Items, Events, Housing, Jobs, People profiles, Products, Services, Travel, Vehicles, Wanted Ads. |
Content type | dateTime |
void setId(String id)
id
- unique identifier for this entryString getId()
void setImageLinks(URL[] imageLinks)
imageLinks
- URLs to images. Limit 10.URL[] getImageLinks()
void setLabels(String[] labels)
labels
- labels for this entry. Limit 10.String[] getLabels()
Copyright © 2016. All rights reserved.