Class Messages
- java.lang.Object
-
- org.gcube.portal.social.networking.ws.methods.v1.Messages
-
@Path("/messages") @Deprecated public class Messages extends ObjectDeprecated.Messages services REST interface- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
-
-
Constructor Summary
Constructors Constructor Description Messages()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description javax.ws.rs.core.ResponsewriteMessageToUsers(String sender, String body, String subject, String recipientsIds)Deprecated.
-
-
-
Method Detail
-
writeMessageToUsers
@POST @Path("writeMessageToUsers/") @Produces({"application/json","text/plain"}) @Deprecated public javax.ws.rs.core.Response writeMessageToUsers(@FormParam("sender") String sender, @FormParam("body") String body, @FormParam("subject") String subject, @FormParam("recipients") String recipientsIds)Deprecated.
-
-