Uses of Class
com.restfb.types.threads.TdReply.TdReplyAudience
-
Packages that use TdReply.TdReplyAudience Package Description com.restfb.types.threads -
-
Uses of TdReply.TdReplyAudience in com.restfb.types.threads
Methods in com.restfb.types.threads that return TdReply.TdReplyAudience Modifier and Type Method Description TdReply.TdReplyAudience
TdReply. getReplyAudience()
Who can reply to your post.static TdReply.TdReplyAudience
TdReply.TdReplyAudience. valueOf(String name)
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.TdReplyAudience Modifier and Type Method Description void
TdReply. setReplyAudience(TdReply.TdReplyAudience replyAudience)
Who can reply to your post.
-