Class UserInteractionResource

java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.rest.client.impl.userinteraction.UserInteractionResource
All Implemented Interfaces:
RestResource

@Path("/client/interaction") public class UserInteractionResource extends AbstractRestResource
  • Constructor Details

  • Method Details

    • saveInteraction

      @POST @Consumes("application/json") @Path("/save") public jakarta.ws.rs.core.Response saveInteraction(UserInteraction userInteraction)