Package discord4j.discordjson.json
Interface AllowedMentionsData
-
@Immutable public interface AllowedMentionsData
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static discord4j.discordjson.json.ImmutableAllowedMentionsData.Builderbuilder()discord4j.discordjson.possible.Possible<List<String>>parse()discord4j.discordjson.possible.Possible<List<String>>roles()discord4j.discordjson.possible.Possible<List<String>>users()
-