Class VREs


  • @Path("2/vres")
    public class VREs
    extends Object
    REST interface for the social networking library (vres).
    • Constructor Detail

      • VREs

        public 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