Interface GroupColor
public interface GroupColor
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@NotNull GroupColor.Builderbuilder()@Nullable LocalDateTime@Nullable Integer@NotNull LocalDateTimeintintgroupId()static @NotNull GroupColorof(int groupId, int typeId, @NotNull String value, int createdBy, @NotNull LocalDateTime createdAt) inttypeId()@NotNull Stringvalue()@NotNull GroupColorwith(@NotNull Consumer<GroupColor.Builder> consumer)
-
Method Details
-
groupId
int groupId() -
typeId
int typeId() -
value
-
createdBy
int createdBy() -
createdAt
-
changedBy
-
changedAt
-
builder
-
with
-
of
@NotNull static @NotNull GroupColor of(int groupId, int typeId, @NotNull @NotNull String value, int createdBy, @NotNull @NotNull LocalDateTime createdAt)
-