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