Uses of Interface
de.murmelmeister.murmelapi.user.color.UserPrefixColor
Packages that use UserPrefixColor
-
Uses of UserPrefixColor in de.murmelmeister.murmelapi.user.color
Methods in de.murmelmeister.murmelapi.user.color that return UserPrefixColorModifier and TypeMethodDescription@NotNull UserPrefixColorUserPrefixColor.Builder.build()static @NotNull UserPrefixColorUserPrefixColor.of(int userId, @NotNull String colorId, boolean active, @NotNull LocalDateTime createdAt) @NotNull UserPrefixColorUserPrefixColor.with(@NotNull Consumer<UserPrefixColor.Builder> consumer) Methods in de.murmelmeister.murmelapi.user.color that return types with arguments of type UserPrefixColorModifier and TypeMethodDescription@NotNull Optional<UserPrefixColor> UserPrefixColorProvider.findActiveById(int userId) @NotNull Optional<UserPrefixColor> @NotNull @Unmodifiable List<UserPrefixColor> UserPrefixColorProvider.findByUserId(int userId) @NotNull Optional<UserPrefixColor>