Class VREs
- java.lang.Object
-
- org.gcube.portal.social.networking.ws.methods.v2.VREs
-
@Path("2/vres") public class VREs extends ObjectREST interface for the social networking library (vres).
-
-
Constructor Summary
Constructors Constructor Description VREs()
-
-
-
Method Detail
-
getMyVres
@GET @Path("get-my-vres/") @Produces("application/json") public javax.ws.rs.core.Response getMyVres(@DefaultValue("false") @QueryParam("getManagers") boolean getManagers) throws javax.validation.ValidationException- Parameters:
getManagers- set true if you also want to know the VRE-Managers- Returns:
- the list of vres along with some metadata
- Throws:
javax.validation.ValidationException
-
-