Uses of Class
org.springframework.social.google.api.drive.ReplyVerb
-
Packages that use ReplyVerb Package Description org.springframework.social.google.api.drive Spring Social's Service APIs for Google Drive -
-
Uses of ReplyVerb in org.springframework.social.google.api.drive
Methods in org.springframework.social.google.api.drive that return ReplyVerb Modifier and Type Method Description ReplyVerbCommentReply. getVerb()static ReplyVerbReplyVerb. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplyVerb[]ReplyVerb. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.springframework.social.google.api.drive with parameters of type ReplyVerb Constructor Description CommentReply(String content, ReplyVerb verb)
-