Uses of Enum
com.restfb.types.threads.TdReply.TdHideStatus
Packages that use TdReply.TdHideStatus
-
Uses of TdReply.TdHideStatus in com.restfb.types.threads
Methods in com.restfb.types.threads that return TdReply.TdHideStatusModifier and TypeMethodDescriptionTdReply.getHideStatus()Whether or not the reply is hidden.static TdReply.TdHideStatusReturns 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.TdHideStatusModifier and TypeMethodDescriptionvoidTdReply.setHideStatus(TdReply.TdHideStatus hideStatus) Whether or not the reply is hidden.