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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUrl()voidsetEndTime(Date endTime) The time the upload was completedvoidsetInputMethod(String inputMethod) The input method the product feed was obtained with possible values: Manual Upload, Server FetchvoidsetStartTime(Date startTime) The time the upload process startedvoidThe url to fetch the products fromMethods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setIdMethods 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
-