Interface GuildScheduledEventModifyRequest


  • @Immutable
    public interface GuildScheduledEventModifyRequest
    • Method Detail

      • builder

        static discord4j.discordjson.json.ImmutableGuildScheduledEventModifyRequest.Builder builder()
      • channelId

        discord4j.discordjson.possible.Possible<Optional<discord4j.discordjson.Id>> channelId()
      • name

        discord4j.discordjson.possible.Possible<String> name()
      • privacyLevel

        discord4j.discordjson.possible.Possible<Integer> privacyLevel()
      • scheduledStartTime

        discord4j.discordjson.possible.Possible<Instant> scheduledStartTime()
      • scheduledEndTime

        discord4j.discordjson.possible.Possible<Instant> scheduledEndTime()
      • description

        discord4j.discordjson.possible.Possible<String> description()
      • entityType

        discord4j.discordjson.possible.Possible<Integer> entityType()
      • status

        discord4j.discordjson.possible.Possible<Integer> status()