Interface VariableInstanceResource
-
- All Known Implementing Classes:
VariableInstanceResourceImpl
public interface VariableInstanceResource- Author:
- Daniel Meyer, Ronny Bräunlich
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VariableInstanceDtogetResource(boolean deserializeObjectValue)javax.ws.rs.core.ResponsegetResourceBinary()
-
-
-
Method Detail
-
getResource
VariableInstanceDto getResource(boolean deserializeObjectValue)
-
getResourceBinary
javax.ws.rs.core.Response getResourceBinary()
-
-