Interface ClanGroup
public interface ClanGroup
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@NotNull ClanGroup.Builderbuilder()@Nullable LocalDateTime@Nullable Integer@NotNull UUIDclanId()@NotNull LocalDateTimeintboolean@NotNull UUIDgroupId()@NotNull Stringstatic @NotNull ClanGroupof(@NotNull UUID clanId, @NotNull UUID groupId, @NotNull String groupName, int priority, boolean defaultGroup, int createdBy, @NotNull LocalDateTime createdAt) intpriority()@NotNull ClanGroupwith(@NotNull Consumer<ClanGroup.Builder> consumer)
-
Method Details
-
clanId
-
groupId
-
groupName
-
priority
int priority() -
defaultGroup
boolean defaultGroup() -
createdBy
int createdBy() -
createdAt
-
changedBy
-
changedAt
-
builder
-
with
-
of
@NotNull static @NotNull ClanGroup of(@NotNull @NotNull UUID clanId, @NotNull @NotNull UUID groupId, @NotNull @NotNull String groupName, int priority, boolean defaultGroup, int createdBy, @NotNull @NotNull LocalDateTime createdAt)
-