Class GuildMemberUpdatePendingEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.guild.GenericGuildEvent
-
- net.dv8tion.jda.api.events.guild.member.GenericGuildMemberEvent
-
- net.dv8tion.jda.api.events.guild.member.update.GenericGuildMemberUpdateEvent<java.lang.Boolean>
-
- net.dv8tion.jda.api.events.guild.member.update.GuildMemberUpdatePendingEvent
-
- All Implemented Interfaces:
GenericEvent,UpdateEvent<Member,java.lang.Boolean>
@Incubating public class GuildMemberUpdatePendingEvent extends GenericGuildMemberUpdateEvent<java.lang.Boolean>
Indicates that aMemberhas agreed to Membership Screening requirements.Can be used to retrieve members who have agreed to Membership Screening requirements.
Identifier:
pendingRequirements
This event requires the
GUILD_MEMBERSintent to be enabled.createDefault(String)andcreateLight(String)disable this by default!Additionally, this event also requires the
MemberCachePolicyto cache the updated members. Discord does not specifically tell us about the updates, but merely tells us the member was updated and gives us the updated member object. In order to fire a specific event like this we need to have the old member cached to compare against.- Since:
- 4.2.1
- Incubating:
- Discord is still trying to figure this out
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIDENTIFIER
-
Constructor Summary
Constructors Constructor Description GuildMemberUpdatePendingEvent(JDA api, long responseNumber, Member member, boolean previous)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetNewPending()The new pending statusbooleangetOldPending()The old pending status-
Methods inherited from class net.dv8tion.jda.api.events.guild.member.update.GenericGuildMemberUpdateEvent
getEntity, getNewValue, getOldValue, getPropertyIdentifier, toString
-
Methods inherited from class net.dv8tion.jda.api.events.guild.member.GenericGuildMemberEvent
getMember, getUser
-
Methods inherited from class net.dv8tion.jda.api.events.guild.GenericGuildEvent
getGuild
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.dv8tion.jda.api.events.GenericEvent
getJDA, getResponseNumber
-
Methods inherited from interface net.dv8tion.jda.api.events.UpdateEvent
getEntityType
-
-
-
-
Field Detail
-
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
-
-