public class Comments extends Object
| Constructor and Description |
|---|
Comments() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getCommentsUser() |
javax.ws.rs.core.Response |
getCommentsUserByTime(long timeInMillis) |
public javax.ws.rs.core.Response getCommentsUser()
public javax.ws.rs.core.Response getCommentsUserByTime(@Min(value=0L,message="time cannot be negative")
long timeInMillis)
throws javax.validation.ValidationException
javax.validation.ValidationExceptionCopyright © 2019. All rights reserved.