Interface UserExcuse
public interface UserExcuse
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@NotNull UserExcuse.Builderbuilder()@Nullable LocalDateTime@Nullable Integer@NotNull LocalDateTimeint@NotNull LocalDateTimeendAt()intid()static @NotNull UserExcuseof(int id, int userId, @NotNull LocalDateTime startAt, @NotNull LocalDateTime endAt, @Nullable String reason, @NotNull LocalDateTime createdAt, int createdBy) @Nullable Stringreason()@NotNull LocalDateTimestartAt()intuserId()@NotNull UserExcusewith(@NotNull Consumer<UserExcuse.Builder> consumer)
-
Method Details
-
id
int id() -
userId
int userId() -
startAt
-
endAt
-
reason
-
createdAt
-
createdBy
int createdBy() -
changedAt
-
changedBy
-
builder
-
with
-
of
@NotNull static @NotNull UserExcuse of(int id, int userId, @NotNull @NotNull LocalDateTime startAt, @NotNull @NotNull LocalDateTime endAt, @Nullable @Nullable String reason, @NotNull @NotNull LocalDateTime createdAt, int createdBy)
-