Uses of Interface
org.javacord.api.entity.VanityUrlCode
-
Packages that use VanityUrlCode Package Description org.javacord.api.entity.server org.javacord.api.event.server -
-
Uses of VanityUrlCode in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type VanityUrlCode Modifier and Type Method Description Optional<VanityUrlCode>Server. getVanityUrlCode()Gets the vanity url code of the server. -
Uses of VanityUrlCode in org.javacord.api.event.server
Methods in org.javacord.api.event.server that return types with arguments of type VanityUrlCode Modifier and Type Method Description Optional<VanityUrlCode>ServerChangeVanityUrlCodeEvent. getNewVanityUrlCode()Gets the new vanity url code of the server.Optional<VanityUrlCode>ServerChangeVanityUrlCodeEvent. getOldVanityUrlCode()Gets the old vanity url code of the server.
-