Uses of Class
com.twitter.clientlib.model.ReplySettings
-
Packages that use ReplySettings Package Description com.twitter.clientlib.model -
-
Uses of ReplySettings in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return ReplySettings Modifier and Type Method Description static ReplySettingsReplySettings. fromValue(String value)ReplySettingsTweet. getReplySettings()Get replySettingsReplySettingsReplySettings.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ReplySettingsReplySettings. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplySettings[]ReplySettings. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twitter.clientlib.model with parameters of type ReplySettings Modifier and Type Method Description TweetTweet. replySettings(ReplySettings replySettings)voidTweet. setReplySettings(ReplySettings replySettings)voidReplySettings.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ReplySettings enumeration)
-