Interface GuildRoleCreate
-
- All Superinterfaces:
Dispatch,PayloadData
@Immutable public interface GuildRoleCreate extends Dispatch
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static discord4j.discordjson.json.gateway.ImmutableGuildRoleCreate.Builderbuilder()discord4j.discordjson.IdguildId()RoleDatarole()
-
-
-
Method Detail
-
builder
static discord4j.discordjson.json.gateway.ImmutableGuildRoleCreate.Builder builder()
-
guildId
discord4j.discordjson.Id guildId()
-
role
RoleData role()
-
-