Package com.restfb.types.ads
Klasse ProductFeedSchedule
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.ProductFeedSchedule
- Alle implementierten Schnittstellen:
Serializable
Represents the Product
Feed Schedule type
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetHour()
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 urlVon Klasse geerbte Methoden com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Konstruktordetails
-
ProductFeedSchedule
public ProductFeedSchedule()
-
-
Methodendetails
-
getMDayOfMonth
- Gibt zurück:
- 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
- Gibt zurück:
- 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
- Gibt zurück:
- 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
- Gibt zurück:
- The interval at which the product feed gets fetched
-
setInterval
The interval at which the product feed gets fetched -
getMinute
- Gibt zurück:
- Minute of the hour to fetch the product feed, 0-59
-
setMinute
Minute of the hour to fetch the product feed, 0-59 -
getUrl
- Gibt zurück:
- The location of the product feed to fetch
-
setUrl
The location of the product feed to fetch -
getUsername
- Gibt zurück:
- 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
-