public class AnnouncementController extends AbstractController
credential, gson| Constructor and Description |
|---|
AnnouncementController(@NotNull SakaiCredential credential) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Announcement |
get(@NotNull String id) |
@NotNull Announcement |
message(@NotNull String siteId,
@NotNull String messageId) |
@NotNull Announcement[] |
motd() |
@NotNull Announcement |
msg(@NotNull String siteId,
@NotNull String channelId,
@NotNull String announcementId) |
@NotNull Announcement[] |
site(@NotNull String siteId) |
@NotNull Announcement[] |
user() |
bodyPost, jsonDelete, jsonGet, jsonPost, jsonPutpublic AnnouncementController(@NotNull
@NotNull SakaiCredential credential)
@NotNull public @NotNull Announcement get(@NotNull @NotNull String id) throws IOException, HttpCodeException
IOExceptionHttpCodeException@NotNull public @NotNull Announcement message(@NotNull @NotNull String siteId, @NotNull @NotNull String messageId) throws IOException
IOException@NotNull public @NotNull Announcement[] site(@NotNull @NotNull String siteId) throws IOException
IOException@NotNull public @NotNull Announcement[] motd() throws IOException
IOException@NotNull public @NotNull Announcement msg(@NotNull @NotNull String siteId, @NotNull @NotNull String channelId, @NotNull @NotNull String announcementId) throws IOException
IOException@NotNull public @NotNull Announcement[] user() throws IOException
IOExceptionCopyright © 2016. All rights reserved.