public interface VariableInstanceResource
Modifier and Type | Method and Description |
---|---|
VariableInstanceDto |
getResource(boolean deserializeObjectValue) |
javax.ws.rs.core.Response |
getResourceBinary() |
@GET @Produces(value="application/json") VariableInstanceDto getResource(@QueryParam(value="deserializeValue") @DefaultValue(value="true") boolean deserializeObjectValue)
@GET @Path(value="/data") javax.ws.rs.core.Response getResourceBinary()
Copyright © 2022. All rights reserved.