Uses of Class
com.restfb.types.threads.TdReply.TdHideStatus
-
Packages that use TdReply.TdHideStatus Package Description com.restfb.types.threads -
-
Uses of TdReply.TdHideStatus in com.restfb.types.threads
Methods in com.restfb.types.threads that return TdReply.TdHideStatus Modifier and Type Method Description TdReply.TdHideStatus
TdReply. getHideStatus()
Whether or not the reply is hidden.static TdReply.TdHideStatus
TdReply.TdHideStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static TdReply.TdHideStatus[]
TdReply.TdHideStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.restfb.types.threads with parameters of type TdReply.TdHideStatus Modifier and Type Method Description void
TdReply. setHideStatus(TdReply.TdHideStatus hideStatus)
Whether or not the reply is hidden.
-