Package de.murmelmeister.murmelapi.color
Interface PrefixColor
public interface PrefixColor
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleananimated()@NotNull PrefixColor.Builderbuilder()@Nullable LocalDateTime@Nullable Integer@NotNull Stringcolor()@NotNull LocalDateTimeint@NotNull Stringid()static @NotNull PrefixColorof(@NotNull String id, @NotNull String color, boolean animated, @NotNull LocalDateTime createdAt, int createdBy) @NotNull PrefixColorwith(@NotNull Consumer<PrefixColor.Builder> consumer)
-
Method Details
-
id
-
color
-
animated
boolean animated() -
createdAt
-
createdBy
int createdBy() -
changedAt
-
changedBy
-
builder
-
with
-
of
@NotNull static @NotNull PrefixColor of(@NotNull @NotNull String id, @NotNull @NotNull String color, boolean animated, @NotNull @NotNull LocalDateTime createdAt, int createdBy)
-