Uses of Record Class
dev.dokimos.server.dto.v1.AddItemsRequest.ItemData
Packages that use AddItemsRequest.ItemData
-
Uses of AddItemsRequest.ItemData in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return types with arguments of type AddItemsRequest.ItemDataModifier and TypeMethodDescription@NotEmpty List<AddItemsRequest.ItemData> AddItemsRequest.items()Returns the value of theitemsrecord component.Constructor parameters in dev.dokimos.server.dto.v1 with type arguments of type AddItemsRequest.ItemDataModifierConstructorDescriptionAddItemsRequest(@NotEmpty List<AddItemsRequest.ItemData> items) Creates an instance of aAddItemsRequestrecord class.