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
public class ProductFeedUpload extends BaseAdsObject
Represents the Product Feed Upload type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductFeedUpload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getEndTime()
String
getInputMethod()
Date
getStartTime()
String
getUrl()
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
setUrl(String url)
The url to fetch the products from-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ProductFeedUpload
public ProductFeedUpload()
-
-
Method Detail
-
getEndTime
public Date getEndTime()
- Returns:
- The time the upload was completed
-
setEndTime
public void setEndTime(Date endTime)
The time the upload was completed
-
getInputMethod
public String getInputMethod()
- Returns:
- The input method the product feed was obtained with
-
setInputMethod
public void setInputMethod(String inputMethod)
The input method the product feed was obtained with possible values: Manual Upload, Server Fetch
-
getStartTime
public Date getStartTime()
- Returns:
- The time the upload process started
-
setStartTime
public void setStartTime(Date startTime)
The time the upload process started
-
-