Uses of Interface
de.murmelmeister.murmelapi.punishment.ip.PunishmentIpAddress
Packages that use PunishmentIpAddress
-
Uses of PunishmentIpAddress in de.murmelmeister.murmelapi.punishment.ip
Methods in de.murmelmeister.murmelapi.punishment.ip that return PunishmentIpAddressModifier and TypeMethodDescription@NotNull PunishmentIpAddressPunishmentIpAddress.Builder.build()static @NotNull PunishmentIpAddressPunishmentIpAddress.of(@NotNull InetAddress inetAddress, int typeId, @NotNull UUID auditId, @Nullable LocalDateTime expiresAt) @NotNull PunishmentIpAddressPunishmentIpAddress.with(@NotNull Consumer<PunishmentIpAddress.Builder> consumer) Methods in de.murmelmeister.murmelapi.punishment.ip that return types with arguments of type PunishmentIpAddressModifier and TypeMethodDescription@NotNull Optional<PunishmentIpAddress> PunishmentIpAddressProvider.findPunishedIpAddress(@NotNull InetAddress inetAddress, int typeId) @NotNull @Unmodifiable List<PunishmentIpAddress> PunishmentIpAddressProvider.findPunishedIpAddresses(int typeId) @NotNull Optional<PunishmentIpAddress> PunishmentIpAddressProvider.upsert(@NotNull InetAddress inetAddress, int typeId, @NotNull UUID auditId, @Nullable Long durationSecs)