Package com.restfb.types.whatsapp
Class WhatsAppHSMQualityScoreShape
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.WhatsAppHSMQualityScoreShape
-
- All Implemented Interfaces:
Serializable
public class WhatsAppHSMQualityScoreShape extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WhatsAppHSMQualityScoreShape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addReason(String reason)
Date
getDate()
List<String>
getReasons()
List of reasons for the score of the HSMString
getScore()
boolean
removeReason(String reason)
void
setDate(Date date)
void
setScore(String score)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
WhatsAppHSMQualityScoreShape
public WhatsAppHSMQualityScoreShape()
-
-
Method Detail
-
getReasons
public List<String> getReasons()
List of reasons for the score of the HSM
-
removeReason
public boolean removeReason(String reason)
-
-