Uses of Class
info.ejava.examples.jaxrs.todos.dto.TodoItemDTO
-
Packages that use TodoItemDTO Package Description info.ejava.examples.jaxrs.todos.client info.ejava.examples.jaxrs.todos.dto -
-
Uses of TodoItemDTO in info.ejava.examples.jaxrs.todos.client
Methods in info.ejava.examples.jaxrs.todos.client with parameters of type TodoItemDTO Modifier and Type Method Description javax.ws.rs.core.ResponseTodosJaxRsClient. addTodoItem(String listName, TodoItemDTO item)javax.ws.rs.core.ResponseTodosJaxRsClientImpl. addTodoItem(String listName, TodoItemDTO item)javax.ws.rs.core.ResponseTodosJaxRsClient. updateTodoItem(String listName, TodoItemDTO item)javax.ws.rs.core.ResponseTodosJaxRsClientImpl. updateTodoItem(String listName, TodoItemDTO item) -
Uses of TodoItemDTO in info.ejava.examples.jaxrs.todos.dto
Fields in info.ejava.examples.jaxrs.todos.dto with type parameters of type TodoItemDTO Modifier and Type Field Description private List<TodoItemDTO>TodoListDTO. todoItemsMethods in info.ejava.examples.jaxrs.todos.dto that return TodoItemDTO Modifier and Type Method Description TodoItemDTOTodoListDTO. getListItem(String itemName)Methods in info.ejava.examples.jaxrs.todos.dto that return types with arguments of type TodoItemDTO Modifier and Type Method Description List<TodoItemDTO>TodoListDTO. getTodoItems()Methods in info.ejava.examples.jaxrs.todos.dto with parameters of type TodoItemDTO Modifier and Type Method Description voidTodoListDTO. withTodoItem(TodoItemDTO todoItem)Method parameters in info.ejava.examples.jaxrs.todos.dto with type arguments of type TodoItemDTO Modifier and Type Method Description voidTodoListDTO. setTodoItems(List<TodoItemDTO> todoItems)
-