Uses of Record Class
dev.dokimos.server.dto.v1.CreateVersionRequest.ItemPayload
Packages that use CreateVersionRequest.ItemPayload
-
Uses of CreateVersionRequest.ItemPayload in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return types with arguments of type CreateVersionRequest.ItemPayloadModifier and TypeMethodDescription@NotEmpty @Valid List<CreateVersionRequest.ItemPayload> CreateVersionRequest.items()Returns the value of theitemsrecord component.Constructor parameters in dev.dokimos.server.dto.v1 with type arguments of type CreateVersionRequest.ItemPayloadModifierConstructorDescriptionCreateVersionRequest(String description, @NotEmpty @Valid List<CreateVersionRequest.ItemPayload> items) Creates an instance of aCreateVersionRequestrecord class. -
Uses of CreateVersionRequest.ItemPayload in dev.dokimos.server.service
Method parameters in dev.dokimos.server.service with type arguments of type CreateVersionRequest.ItemPayloadModifier and TypeMethodDescriptionDatasetService.createVersion(String datasetName, String description, List<CreateVersionRequest.ItemPayload> items, String createdBy) Creates a new immutable version of the dataset and inserts all items in one transaction.