org.glassfish.jersey.examples.oauth2.googleclient.resource
Class TaskResource
java.lang.Object
org.glassfish.jersey.examples.oauth2.googleclient.resource.TaskResource
@Path(value="tasks")
public class TaskResource
- extends Object
Task resource that returns Google tasks that was queried using a Client.
- Author:
- Miroslav Fuksa (miroslav.fuksa at oracle.com)
|
Method Summary |
javax.ws.rs.core.Response |
getTasks()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskResource
public TaskResource()
getTasks
@GET
@Produces(value="text/html")
public javax.ws.rs.core.Response getTasks()
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.