facebook4j
Class CommentUpdate

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

public final class CommentUpdate
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CommentUpdate()
           
 
Method Summary
 CommentUpdate attachmentId(String attachmentId)
           
 CommentUpdate attachmentUrl(String attachmentUrl)
           
 boolean equals(Object o)
           
 String getAttachmentId()
           
 String getAttachmentUrl()
           
 String getMessage()
           
 Media getSource()
           
 int hashCode()
           
 CommentUpdate message(String message)
           
 void setAttachmentId(String attachmentId)
           
 void setAttachmentUrl(String attachmentUrl)
           
 void setMessage(String message)
           
 void setSource(Media source)
           
 CommentUpdate source(Media source)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommentUpdate

public CommentUpdate()
Method Detail

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

message

public CommentUpdate message(String message)

getAttachmentId

public String getAttachmentId()

setAttachmentId

public void setAttachmentId(String attachmentId)

attachmentId

public CommentUpdate attachmentId(String attachmentId)

getAttachmentUrl

public String getAttachmentUrl()

setAttachmentUrl

public void setAttachmentUrl(String attachmentUrl)

attachmentUrl

public CommentUpdate attachmentUrl(String attachmentUrl)

getSource

public Media getSource()

setSource

public void setSource(Media source)

source

public CommentUpdate source(Media source)

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.