Package discord4j.core.spec.legacy
Interface LegacySpec<T>
-
- Type Parameters:
T- the type of the resulting object.
- All Known Subinterfaces:
LegacyAuditSpec<T>
- All Known Implementing Classes:
LegacyAuditLogQuerySpec,LegacyBanQuerySpec,LegacyCategoryCreateSpec,LegacyCategoryEditSpec,LegacyEmbedCreateSpec,LegacyGuildCreateFromTemplateSpec,LegacyGuildCreateSpec,LegacyGuildEditSpec,LegacyGuildEmojiCreateSpec,LegacyGuildEmojiEditSpec,LegacyGuildMemberEditSpec,LegacyGuildPruneCountSpec,LegacyGuildPruneSpec,LegacyGuildTemplateCreateSpec,LegacyGuildTemplateEditSpec,LegacyInteractionApplicationCommandCallbackSpec,LegacyInviteCreateSpec,LegacyMessageCreateSpec,LegacyMessageEditSpec,LegacyMessageReferenceSpec,LegacyNewsChannelCreateSpec,LegacyNewsChannelEditSpec,LegacyRoleCreateSpec,LegacyRoleEditSpec,LegacyStoreChannelEditSpec,LegacyTextChannelCreateSpec,LegacyTextChannelEditSpec,LegacyUserEditSpec,LegacyVoiceChannelCreateSpec,LegacyVoiceChannelEditSpec,LegacyVoiceChannelJoinSpec,LegacyWebhookCreateSpec,LegacyWebhookEditSpec,LegacyWebhookEditWithTokenSpec,LegacyWebhookExecuteSpec
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface LegacySpec<T>
A contract specifying how an object should be built.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TasRequest()
-
-
-
Method Detail
-
asRequest
T asRequest()
-
-