Package de.murmelmeister.murmelapi.group
Interface Group
public interface Group
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@NotNull Group.Builderbuilder()@Nullable LocalDateTime@Nullable Integer@NotNull LocalDateTimeint@NotNull Stringintid()booleanstatic @NotNull Groupof(int id, @NotNull String groupName, int priority, boolean isDefault, int createdBy, @NotNull LocalDateTime createdAt) intpriority()@NotNull Groupwith(@NotNull Consumer<Group.Builder> consumer)
-
Method Details
-
id
int id() -
groupName
-
priority
int priority() -
isDefault
boolean isDefault() -
createdBy
int createdBy() -
createdAt
-
changedBy
-
changedAt
-
builder
-
with
-
of
@NotNull static @NotNull Group of(int id, @NotNull @NotNull String groupName, int priority, boolean isDefault, int createdBy, @NotNull @NotNull LocalDateTime createdAt)
-