ICdnHttpRoute class Null safety
Build static cdn routes that are not constrained by rate-limits.
- Implemented types
Constructors
- ICdnHttpRoute()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
active(
) → void -
Adds the
active
part to this IHttpRoute.inherited -
add(
HttpRoutePart part) → void -
Adds a CdnHttpRoutePart to this ICdnHttpRoute.
override
-
addHash(
{required String hash}) → void - Adds the hash to any ICdnHttpRoute.
-
appAssets(
{required String id}) → void -
Adds the
app-assets
part to this ICdnHttpRoute. -
appIcons(
{required String id}) → void -
Adds the
app-icons
part to this ICdnHttpRoute. -
applications(
{String? id}) → void -
Adds the
applications
part to this IHttpRoute.inherited -
archived(
) → void -
Adds the
archived
part to this IHttpRoute.inherited -
auditlogs(
) → void -
Adds the
audit-logs
part to this IHttpRoute.inherited -
autoModeration(
) → void -
Adds the
auto-moderation
part to this IHttpRoute.inherited -
avatarDecorations(
{required String id}) → void -
Adds the
avatar-decorations
part to this ICdnHttpRoute. -
avatars(
{String? id}) → void -
Adds the
avatars
part to this ICdnHttpRoute. -
Adds the
banners
part to this ICdnHttpRoute. -
bans(
{String? id}) → void -
Adds the
bans
part to this IHttpRoute.inherited -
bot(
) → void -
Adds the
bot
part to this IHttpRoute.inherited -
bulkdelete(
) → void -
Adds the
bulk-delete
part to this IHttpRoute.inherited -
channelIcons(
{required String id}) → void -
Adds the
channel-icons
part to this ICdnHttpRoute. -
channels(
{String? id}) → void -
Adds the
channels
part to this IHttpRoute.inherited -
crosspost(
) → void -
Adds the
crosspost
part to this IHttpRoute.inherited -
discoverySplashes(
{required String id}) → void -
Adds the
discovery-splashes
part to this ICdnHttpRoute. -
embed(
) → void -
Adds the
embed
part to this ICdnHttpRoute. -
emojis(
{String? id}) → void -
Adds the
emojis
part to this IHttpRoute.inherited -
gateway(
) → void -
Adds the
gateway
part to this IHttpRoute.inherited -
guildEvents(
{required String id}) → void -
Adds the
guild-events
part to this ICdnHttpRoute. -
guilds(
{String? id}) → void -
Adds the
guilds
part to this IHttpRoute.inherited -
icons(
{required String id}) → void -
Adds the
icons
part to this ICdnHttpRoute. -
invites(
{String? id}) → void -
Adds the
invites
part to this IHttpRoute.inherited -
members(
{String? id}) → void -
Adds the
members
part to this IHttpRoute.inherited -
messages(
{String? id}) → void -
Adds the
messages
part to this IHttpRoute.inherited -
nick(
) → void -
Adds the
nick
part to this IHttpRoute.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
oauth2(
) → void -
Adds the
oauth2
part to this IHttpRoute.inherited -
permissions(
{String? id}) → void -
Adds the
permissions
part to this IHttpRoute.inherited -
pins(
{String? id}) → void -
Adds the
pins
part to this IHttpRoute.inherited -
preview(
) → void -
Adds the
preview
part to this IHttpRoute.inherited -
private(
) → void -
Adds the
private
part to this IHttpRoute.inherited -
prune(
) → void -
Adds the
prune
part to this IHttpRoute.inherited -
public(
) → void -
Adds the
public
part to this IHttpRoute.inherited -
reactions(
{String? emoji, String? userId}) → void -
Adds the
reactions
part to this IHttpRoute.inherited -
regions(
) → void -
Adds the
regions
part to this IHttpRoute.inherited -
roleIcons(
{required String id}) → void -
Adds the
role-icons
part to this ICdnHttpRoute. -
roles(
{String? id}) → void -
Adds the
roles
part to this IHttpRoute.inherited -
rules(
{String? id}) → void -
Adds the
rules
part to this IHttpRoute.inherited -
scheduledEvents(
{String? id}) → void -
Adds the
scheduled-events
part to this IHttpRoute.inherited -
search(
) → void -
Adds the
search
part to this IHttpRoute.inherited -
splashes(
{required String id}) → void -
Adds the
splashes
part to this ICdnHttpRoute. -
stageInstances(
{String? id}) → void -
Adds the
stage-instances
part to this IHttpRoute.inherited -
stickerpacks(
) → void -
Adds the
sticker-packs
part to this IHttpRoute.inherited -
stickers(
{String? id}) → void -
Adds the
stickers
part to this IHttpRoute.inherited -
store(
{String? id}) → void -
Adds the
store
part to this ICdnHttpRoute. -
teamIcons(
{required String id}) → void -
Adds the
team-icons
part to this ICdnHttpRoute. -
threadMembers(
{String? id}) → void -
Adds the
thread-members
part to this IHttpRoute.inherited -
threads(
) → void -
Adds the
threads
part to this IHttpRoute.inherited -
toString(
) → String -
A string representation of this object.
inherited
-
typing(
) → void -
Adds the
typing
part to this IHttpRoute.inherited -
users(
{String? id}) → void -
Adds the
users
part to this IHttpRoute.inherited -
webhooks(
{String? id, String? token}) → void -
Adds the
webhooks
part to this IHttpRoute.inherited -
welcomeScreen(
) → void -
Adds the
welcome-screen
part to this IHttpRoute.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited