Class Invites


  • @Path("invites")
    public class Invites
    extends Collection
    • Constructor Detail

      • Invites

        public Invites()
    • Method Detail

      • readInvite

        @GET
        @Path("/{id}")
        @Produces("application/json")
        public jakarta.ws.rs.core.Response readInvite​(@NotNull @PathParam("id")
                                                      @NotNull String id)
      • saveInvite

        @POST
        @Path("/")
        @Consumes("application/json")
        @Produces("application/json")
        public jakarta.ws.rs.core.Response saveInvite​(@NotNull
                                                      @NotNull org.gcube.social_networking.socialnetworking.model.shared.Invite invite)