Class Comments


  • @Path("2/comments")
    public class Comments
    extends Object
    REST interface for the social networking library (comments).
    • Constructor Detail

      • Comments

        public Comments()
    • Method Detail

      • getCommentsUser

        @GET
        @Produces("application/json")
        @Path("get-comments-user")
        public javax.ws.rs.core.Response getCommentsUser()
      • getCommentsUserByTime

        @GET
        @Produces("application/json")
        @Path("get-comments-user-by-time")
        public javax.ws.rs.core.Response getCommentsUserByTime​(@QueryParam("time") @Min(value=0L,message="time cannot be negative")
                                                               long timeInMillis)
                                                        throws javax.validation.ValidationException
        Throws:
        javax.validation.ValidationException