Uses of Class
org.glassfish.jersey.examples.oauth2.googleclient.model.TaskModel

Packages that use TaskModel
org.glassfish.jersey.examples.oauth2.googleclient.model   
 

Uses of TaskModel in org.glassfish.jersey.examples.oauth2.googleclient.model
 

Methods in org.glassfish.jersey.examples.oauth2.googleclient.model that return types with arguments of type TaskModel
 List<TaskModel> TaskListModel.getTasks()
           
 

Constructor parameters in org.glassfish.jersey.examples.oauth2.googleclient.model with type arguments of type TaskModel
TaskListModel(String title, List<TaskModel> tasks)
           
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.