Interface VariableInstanceResource
- All Known Implementing Classes:
- VariableInstanceResourceImpl
public interface VariableInstanceResource
- Author:
- Daniel Meyer, Ronny Bräunlich
- 
Method SummaryModifier 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()
 
-