Package com.restfb.types.ads
Class ProductFeedUpload
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.ProductFeedUpload
- All Implemented Interfaces:
Serializable
Represents the Product
Feed Upload type
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetUrl()
void
setEndTime
(Date endTime) The time the upload was completedvoid
setInputMethod
(String inputMethod) The input method the product feed was obtained with possible values: Manual Upload, Server Fetchvoid
setStartTime
(Date startTime) The time the upload process startedvoid
The url to fetch the products fromMethods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
ProductFeedUpload
public ProductFeedUpload()
-
-
Method Details
-
getEndTime
- Returns:
- The time the upload was completed
-
setEndTime
The time the upload was completed -
getInputMethod
- Returns:
- The input method the product feed was obtained with
-
setInputMethod
The input method the product feed was obtained with possible values: Manual Upload, Server Fetch -
getStartTime
- Returns:
- The time the upload process started
-
setStartTime
The time the upload process started -
getUrl
- Returns:
- The url to fetch the products from
-
setUrl
The url to fetch the products from
-