Interface TimePoliciesResource
public interface TimePoliciesResource
- Author:
- Pedro Igor
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
create
(TimePolicyRepresentation representation) findByName
(String name)
-
Method Details
-
create
@POST @Consumes("application/json") @Produces("application/json") jakarta.ws.rs.core.Response create(TimePolicyRepresentation representation) -
findById
-
findByName
@Path("/search") @GET @Produces("application/json") TimePolicyRepresentation findByName(@QueryParam("name") String name)
-