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