Package com.restfb.types.ads
Class ProductFeedSchedule
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.ProductFeedSchedule
- All Implemented Interfaces:
Serializable
Represents the Product
Feed Schedule type
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHour()
undocumented field according to GitHub issue #497getUrl()
void
setDayOfWeek
(String dayOfWeek) The day of week to fetch feed, for weekly schedules.void
Hour of the day to fetch the product feed, 0-23 PSTvoid
setInterval
(String interval) The interval at which the product feed gets fetchedvoid
setMDayOfMonth
(Long mDayOfMonth) The day of month to fetch feed, for monthly schedules e.g., 1 for first of monthvoid
Minute of the hour to fetch the product feed, 0-59void
setPassword
(String password) undocumented field according to GitHub issue #497void
The location of the product feed to fetchvoid
setUsername
(String username) The username that is needed to access the urlMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
ProductFeedSchedule
public ProductFeedSchedule()
-
-
Method Details
-
getMDayOfMonth
- Returns:
- The day of month to fetch feed, for monthly schedules e.g., 1 for first of month
-
setMDayOfMonth
The day of month to fetch feed, for monthly schedules e.g., 1 for first of month -
getDayOfWeek
- Returns:
- The day of week to fetch feed, for weekly schedules.
-
setDayOfWeek
The day of week to fetch feed, for weekly schedules. Allowed values: SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY -
getHour
- Returns:
- Hour of the day to fetch the product feed, 0-23 PST
-
setHour
Hour of the day to fetch the product feed, 0-23 PST -
getInterval
- Returns:
- The interval at which the product feed gets fetched
-
setInterval
The interval at which the product feed gets fetched -
getMinute
- Returns:
- Minute of the hour to fetch the product feed, 0-59
-
setMinute
Minute of the hour to fetch the product feed, 0-59 -
getUrl
- Returns:
- The location of the product feed to fetch
-
setUrl
The location of the product feed to fetch -
getUsername
- Returns:
- The username that is needed to access the url
-
setUsername
The username that is needed to access the url -
getPassword
undocumented field according to GitHub issue #497 -
setPassword
undocumented field according to GitHub issue #497
-