Package net.dv8tion.jda.api.entities
Class VanityInvite
- java.lang.Object
-
- net.dv8tion.jda.api.entities.VanityInvite
-
public class VanityInvite extends Object
Meta data for the vanity invite of a guild- Since:
- 4.2.1
-
-
Constructor Summary
Constructors Constructor Description VanityInvite(String code, int uses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCode()The invite code used for the invite url.StringgetUrl()The invite url.intgetUses()How many times this invite has been used.inthashCode()StringtoString()
-