Uses of Record Class
org.diabetestechnology.drh.service.http.pg.request.ParticipantRowFileRequest.ParticipantRowFileMetaDataRequest
Packages that use ParticipantRowFileRequest.ParticipantRowFileMetaDataRequest
-
Uses of ParticipantRowFileRequest.ParticipantRowFileMetaDataRequest in org.diabetestechnology.drh.service.http.pg.request
Methods in org.diabetestechnology.drh.service.http.pg.request that return ParticipantRowFileRequest.ParticipantRowFileMetaDataRequestModifier and TypeMethodDescriptionParticipantRowFileRequest.fileMetadata()
Returns the value of thefileMetadata
record component.Constructors in org.diabetestechnology.drh.service.http.pg.request with parameters of type ParticipantRowFileRequest.ParticipantRowFileMetaDataRequestModifierConstructorDescriptionParticipantRowFileRequest
(String fileName, com.fasterxml.jackson.databind.JsonNode cgmRawDataJson, OffsetDateTime uploadTimestamp, String fileSize, String status, ParticipantRowFileRequest.ParticipantRowFileMetaDataRequest fileMetadata, String fileType, String studyId, String orgPartyId, byte[] cgmRawDataByteArray, String participantId, String cgmDataXml, String fileFormat, String fileUrl) Creates an instance of aParticipantRowFileRequest
record class.