Uses of Enum
com.restfb.types.threads.TdReply.TdReplyAudience
Packages that use TdReply.TdReplyAudience
-
Uses of TdReply.TdReplyAudience in com.restfb.types.threads
Methods in com.restfb.types.threads that return TdReply.TdReplyAudienceModifier and TypeMethodDescriptionTdReply.getReplyAudience()
Who can reply to your post.static TdReply.TdReplyAudience
Returns the enum constant of this type with the specified name.static TdReply.TdReplyAudience[]
TdReply.TdReplyAudience.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.TdReplyAudienceModifier and TypeMethodDescriptionvoid
TdReply.setReplyAudience
(TdReply.TdReplyAudience replyAudience) Who can reply to your post.