Uses of Class
org.javacord.api.entity.message.MessageFlag
-
Packages that use MessageFlag Package Description org.javacord.api.entity.message org.javacord.api.entity.message.internal org.javacord.api.interaction.callback -
-
Uses of MessageFlag in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return MessageFlag Modifier and Type Method Description static MessageFlagMessageFlag. getFlagTypeById(int id)Gets the message flag type by its id.static MessageFlagMessageFlag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MessageFlag[]MessageFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javacord.api.entity.message that return types with arguments of type MessageFlag Modifier and Type Method Description java.util.EnumSet<MessageFlag>Message. getFlags()Gets the flags of the message. -
Uses of MessageFlag in org.javacord.api.entity.message.internal
Method parameters in org.javacord.api.entity.message.internal with type arguments of type MessageFlag Modifier and Type Method Description voidInteractionMessageBuilderDelegate. setFlags(java.util.EnumSet<MessageFlag> messageFlags)Sets the interaction message flags of the message. -
Uses of MessageFlag in org.javacord.api.interaction.callback
Methods in org.javacord.api.interaction.callback with parameters of type MessageFlag Modifier and Type Method Description InteractionMessageBuilderInteractionMessageBuilder. setFlags(MessageFlag... messageFlags)TInteractionMessageBuilderBase. setFlags(MessageFlag... messageFlags)Sets the message flags of the message.Method parameters in org.javacord.api.interaction.callback with type arguments of type MessageFlag Modifier and Type Method Description InteractionMessageBuilderInteractionMessageBuilder. setFlags(java.util.EnumSet<MessageFlag> messageFlags)TInteractionMessageBuilderBase. setFlags(java.util.EnumSet<MessageFlag> messageFlags)Sets the message flags of the message.
-