Interface UserPrefixColor
public interface UserPrefixColor
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanactive()@NotNull UserPrefixColor.Builderbuilder()@NotNull StringcolorId()@NotNull LocalDateTimestatic @NotNull UserPrefixColorof(int userId, @NotNull String colorId, boolean active, @NotNull LocalDateTime createdAt) intuserId()@NotNull UserPrefixColorwith(@NotNull Consumer<UserPrefixColor.Builder> consumer)
-
Method Details
-
userId
int userId() -
colorId
-
active
boolean active() -
createdAt
-
builder
-
with
@NotNull @NotNull UserPrefixColor with(@NotNull @NotNull Consumer<UserPrefixColor.Builder> consumer) -
of
@NotNull static @NotNull UserPrefixColor of(int userId, @NotNull @NotNull String colorId, boolean active, @NotNull @NotNull LocalDateTime createdAt)
-