@Path(value="/notifications") @Singleton public class SocialNetworkingLibraryServiceNotifications extends Object
| Constructor and Description |
|---|
SocialNetworkingLibraryServiceNotifications() |
public SocialNetworkingLibraryServiceNotifications()
@GET
@Path(value="getRangeNotificationsByUser/")
@Produces(value={"application/json","text/plain"})
public javax.ws.rs.core.Response getRangeNotificationsByUser(@QueryParam(value="from")
int from,
@QueryParam(value="quantity")
int quantity,
@QueryParam(value="token")
String token)
Copyright © 2016. All Rights Reserved.