RestAction
that can be used to operate on a specific case before executing the request.See: Description
Class | Description |
---|---|
ChannelAction |
Extension of
RestAction specifically
designed to create a Channel . |
ChannelOrderAction<T extends Channel> | |
InviteAction |
Invite Builder system created as an extension of RestAction
Provides an easy way to gather and deliver information to Discord to create Invites . |
OrderAction<T,M extends OrderAction> |
Extension of
RestAction - Type: Void
that allows to modify the order of entities provided as an ArrayList . |
PermissionOverrideAction | |
RoleAction |
Extension of
RestAction specifically
designed to create a Role . |
RoleOrderAction | |
WebhookAction |
Webhook Builder system created as an extension of RestAction
Provides an easy way to gather and deliver information to Discord to create Webhooks . |
RestAction
that can be used to operate on a specific case before executing the request.