| |
---|
| | }); |
---|
| | } |
---|
| | |
---|
| | public void setTodo(String accountId, Integer BookId, Integer year, Integer month, Integer day, |
---|
| | Integer todoId, String title, Integer newYear,Integer newMonth,Integer newDay, String token) |
---|
| | { |
---|
| | Call<Void> call = todosRest.setTodo(accountId, BookId, year, month, day, todoId, title, newYear, newMonth, newDay, token); |
---|
| | Integer todoId, String title, Integer newBookId, Integer newYear,Integer newMonth,Integer newDay, String token) |
---|
| | { |
---|
| | Call<Void> call = todosRest.setTodo(accountId, BookId, year, month, day, todoId, title, newBookId, newYear, newMonth, newDay, token); |
---|
| | call.enqueue(new Callback<Void>() { |
---|
| | @Override |
---|
| | public void onResponse(Call<Void> call, Response<Void> response) { |
---|
| | if (response.isSuccessful()) { |
---|
| |
---|
| | |
|
No description provided.
BookIdの更新を行えるようにしました。
e724eb5
intomaster
fromCreateTodoFragment
on 26 Sep