| Package | Description |
|---|---|
| com.github.deinok.sakaiapi.controller | |
| com.github.deinok.sakaiapi.controller.abstracts | |
| com.github.deinok.sakaiapi.exceptions |
| Modifier and Type | Method and Description |
|---|---|
com.github.deinok.threading.Task<Session> |
SessionController.current() |
com.github.deinok.threading.Task<Session[]> |
SessionController.get() |
com.github.deinok.threading.Task<Session> |
SessionController.get(String id) |
com.github.deinok.threading.Task<Announcement> |
AnnouncementController.get(String id) |
com.github.deinok.threading.Task<Session[]> |
SessionController.post(String id,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
AbstractSakaiController.getCode(String path) |
protected int |
AbstractSakaiController.getCode(URL url) |
protected com.google.gson.JsonElement |
AbstractSakaiController.getJson(String path) |
protected com.google.gson.JsonElement |
AbstractSakaiController.getJson(URL url) |
protected com.google.gson.JsonElement |
AbstractSakaiController.jsonPost(String path) |
protected com.google.gson.JsonElement |
AbstractSakaiController.jsonPost(String path,
okhttp3.RequestBody requestBody) |
protected com.google.gson.JsonElement |
AbstractSakaiController.jsonPost(URL url) |
protected com.google.gson.JsonElement |
AbstractSakaiController.jsonPost(URL url,
okhttp3.RequestBody requestBody) |
protected String |
AbstractSakaiController.postBody(String path) |
protected String |
AbstractSakaiController.postBody(String path,
okhttp3.RequestBody requestBody) |
protected String |
AbstractSakaiController.postBody(URL url) |
protected String |
AbstractSakaiController.postBody(URL url,
okhttp3.RequestBody requestBody) |
protected int |
AbstractSakaiController.postCode(String path) |
protected int |
AbstractSakaiController.postCode(String path,
okhttp3.RequestBody requestBody) |
protected int |
AbstractSakaiController.postCode(URL url) |
protected int |
AbstractSakaiController.postCode(URL url,
okhttp3.RequestBody requestBody) |
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException
HTTP Code 400
|
class |
ForbiddenException
HTTP Code 403
|
class |
NotAcceptableException
HTTP CODE 406
|
class |
NotFoundException
HTTP Code 404
|
class |
NotImplementedException
HTTP Code 501
|
class |
UnauthorizedException
HTTP Code 401
|
Copyright © 2017. All rights reserved.