Interface ClanMember
public interface ClanMember
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@NotNull ClanMember.Builderbuilder()@NotNull UUIDclanId()@NotNull UUIDgroupId()@NotNull LocalDateTimejoinedAt()static @NotNull ClanMemberof(@NotNull UUID clanId, int userId, @NotNull LocalDateTime joinedAt, @NotNull UUID groupId) intuserId()@NotNull ClanMemberwith(@NotNull Consumer<ClanMember.Builder> consumer)
-
Method Details
-
clanId
-
userId
int userId() -
joinedAt
-
groupId
-
builder
-
with
-
of
@NotNull static @NotNull ClanMember of(@NotNull @NotNull UUID clanId, int userId, @NotNull @NotNull LocalDateTime joinedAt, @NotNull @NotNull UUID groupId)
-