Interface VariableInstanceResource
- All Known Implementing Classes:
VariableInstanceResourceImpl
public interface VariableInstanceResource
- Author:
- Daniel Meyer, Ronny Bräunlich
-
Method Summary
Modifier and TypeMethodDescriptiongetResource
(boolean deserializeObjectValue) jakarta.ws.rs.core.Response
-
Method Details
-
getResource
@GET @Produces("application/json") VariableInstanceDto getResource(@QueryParam("deserializeValue") @DefaultValue("true") boolean deserializeObjectValue) -
getResourceBinary
@GET @Path("/data") jakarta.ws.rs.core.Response getResourceBinary()
-