Interface UserInventory
public interface UserInventory
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@NotNull UserInventory.Builderbuilder()intstatic @NotNull UserInventoryintuserId()@NotNull Stringvalue()@NotNull UserInventorywith(@NotNull Consumer<UserInventory.Builder> consumer)
-
Method Details
-
userId
int userId() -
inventoryId
int inventoryId() -
value
-
builder
-
with
-
of
@NotNull static @NotNull UserInventory of(int userId, int inventoryId, @NotNull @NotNull String value)
-