Class ProductFeedSchedule

java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.ProductFeedSchedule
All Implemented Interfaces:
Serializable

See Also:
  • Constructor Details

  • Method Details

    • 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
    • getHour

      public Long getHour()
      Returns:
      Hour of the day to fetch the product feed, 0-23 PST
    • setHour

      public void setHour(Long hour)
      Hour of the day to fetch the product feed, 0-23 PST
    • 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
    • getMinute

      public Long getMinute()
      Returns:
      Minute of the hour to fetch the product feed, 0-59
    • setMinute

      public void setMinute(Long minute)
      Minute of the hour to fetch the product feed, 0-59
    • getUrl

      public String getUrl()
      Returns:
      The location of the product feed to fetch
    • setUrl

      public void setUrl(String url)
      The location of the product feed to fetch
    • 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