facebook4j
Class OfferUpdate

java.lang.Object
  extended by facebook4j.OfferUpdate
All Implemented Interfaces:
Serializable

public class OfferUpdate
extends Object
implements Serializable

Since:
Facebook4J 2.0.0
Author:
Ryuji Yamashita - roundrop at gmail.com
See Also:
Serialized Form

Constructor Summary
OfferUpdate()
           
OfferUpdate(String title, Calendar expirationTime, Media image)
           
OfferUpdate(String title, Calendar expirationTime, URL imageURL)
           
 
Method Summary
 OfferUpdate barcode(String barcode)
           
 OfferUpdate claimLimit(Integer claimLimit)
           
 OfferUpdate couponType(String couponType)
           
 boolean equals(Object o)
           
 OfferUpdate expirationTime(Calendar expirationTime)
           
 String getBarcode()
           
 Integer getClaimLimit()
           
 String getCouponType()
           
 Calendar getExpirationTime()
           
 Media getImage()
           
 URL getImageURL()
           
 Boolean getPublished()
           
 String getQrcode()
           
 String getRedemptionCode()
           
 URL getRedemptionLink()
           
 Calendar getReminderTime()
           
 Integer getScheduledPublishTime()
           
 String getTerms()
           
 String getTitle()
           
 int hashCode()
           
 OfferUpdate image(Media image)
           
 OfferUpdate imageURL(URL imageURL)
           
 OfferUpdate isPublished(Boolean published)
           
 OfferUpdate qrcode(String qrcode)
           
 OfferUpdate redemptionCode(String redemptionCode)
           
 OfferUpdate redemptionLink(URL redemptionLink)
           
 OfferUpdate reminderTime(Calendar reminderTime)
           
 OfferUpdate scheduledPublishTime(Date scheduledPublishTime)
           
 OfferUpdate scheduledPublishTime(Integer scheduledPublishTime)
           
 void setBarcode(String barcode)
           
 void setClaimLimit(Integer claimLimit)
           
 void setCouponType(String couponType)
           
 void setExpirationTime(Calendar expirationTime)
           
 void setImage(Media image)
           
 void setImageURL(URL imageURL)
           
 void setPublished(Boolean published)
           
 void setQrcode(String qrcode)
           
 void setRedemptionCode(String redemptionCode)
           
 void setRedemptionLink(URL redemptionLink)
           
 void setReminderTime(Calendar reminderTime)
           
 void setScheduledPublishTime(Integer scheduledPublishTime)
           
 void setTerms(String terms)
           
 void setTitle(String title)
           
 OfferUpdate terms(String terms)
           
 OfferUpdate title(String title)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OfferUpdate

public OfferUpdate()

OfferUpdate

public OfferUpdate(String title,
                   Calendar expirationTime,
                   URL imageURL)

OfferUpdate

public OfferUpdate(String title,
                   Calendar expirationTime,
                   Media image)
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

title

public OfferUpdate title(String title)

getExpirationTime

public Calendar getExpirationTime()

setExpirationTime

public void setExpirationTime(Calendar expirationTime)

expirationTime

public OfferUpdate expirationTime(Calendar expirationTime)

getTerms

public String getTerms()

setTerms

public void setTerms(String terms)

terms

public OfferUpdate terms(String terms)

getImageURL

public URL getImageURL()

setImageURL

public void setImageURL(URL imageURL)

imageURL

public OfferUpdate imageURL(URL imageURL)

getImage

public Media getImage()

setImage

public void setImage(Media image)

image

public OfferUpdate image(Media image)

getClaimLimit

public Integer getClaimLimit()

setClaimLimit

public void setClaimLimit(Integer claimLimit)

claimLimit

public OfferUpdate claimLimit(Integer claimLimit)

getCouponType

public String getCouponType()

setCouponType

public void setCouponType(String couponType)

couponType

public OfferUpdate couponType(String couponType)

getQrcode

public String getQrcode()

setQrcode

public void setQrcode(String qrcode)

qrcode

public OfferUpdate qrcode(String qrcode)

getBarcode

public String getBarcode()

setBarcode

public void setBarcode(String barcode)

barcode

public OfferUpdate barcode(String barcode)

getRedemptionLink

public URL getRedemptionLink()

setRedemptionLink

public void setRedemptionLink(URL redemptionLink)

redemptionLink

public OfferUpdate redemptionLink(URL redemptionLink)

getRedemptionCode

public String getRedemptionCode()

setRedemptionCode

public void setRedemptionCode(String redemptionCode)

redemptionCode

public OfferUpdate redemptionCode(String redemptionCode)

getPublished

public Boolean getPublished()

setPublished

public void setPublished(Boolean published)

isPublished

public OfferUpdate isPublished(Boolean published)

getScheduledPublishTime

public Integer getScheduledPublishTime()

setScheduledPublishTime

public void setScheduledPublishTime(Integer scheduledPublishTime)

scheduledPublishTime

public OfferUpdate scheduledPublishTime(Integer scheduledPublishTime)

scheduledPublishTime

public OfferUpdate scheduledPublishTime(Date scheduledPublishTime)

getReminderTime

public Calendar getReminderTime()

setReminderTime

public void setReminderTime(Calendar reminderTime)

reminderTime

public OfferUpdate reminderTime(Calendar reminderTime)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2019. All rights reserved.