Package com.restfb.types
Class Payment.Dispute
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Payment.Dispute
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Payment
Contains the information related to a dispute, including the user_comment and user_email which is provided by the
consumer when the dispute is initiated. Additionally, contains the current status of the dispute, the time the
dispute was created an an resolution reason, if available.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe reason the developer or Facebook gave to resolve the dispute, after it has been resolved.Current status of the dispute.The time the dispute was created.Comment provided by the consumer when the dispute is initiated.Email provided by the consumer when the dispute is initiated.void
The reason the developer or Facebook gave to resolve the dispute, after it has been resolved.void
Current status of the dispute.void
setTimeCreated
(Date timeCreated) The time the dispute was created.void
setUserComment
(String userComment) Comment provided by the consumer when the dispute is initiated.void
setUserEmail
(String userEmail) Email provided by the consumer when the dispute is initiated.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Dispute
public Dispute()
-
-
Method Details
-
getUserComment
Comment provided by the consumer when the dispute is initiated. -
setUserComment
Comment provided by the consumer when the dispute is initiated. -
getUserEmail
Email provided by the consumer when the dispute is initiated. -
setUserEmail
Email provided by the consumer when the dispute is initiated. -
getTimeCreated
The time the dispute was created. -
setTimeCreated
The time the dispute was created. -
getStatus
Current status of the dispute. -
setStatus
Current status of the dispute. -
getReason
The reason the developer or Facebook gave to resolve the dispute, after it has been resolved. -
setReason
The reason the developer or Facebook gave to resolve the dispute, after it has been resolved.
-