Uses of Class
app.coronawarn.server.services.federation.upload.payload.UploadPayload
-
Packages that use UploadPayload Package Description app.coronawarn.server.services.federation.upload.client app.coronawarn.server.services.federation.upload.payload -
-
Uses of UploadPayload in app.coronawarn.server.services.federation.upload.client
Methods in app.coronawarn.server.services.federation.upload.client with parameters of type UploadPayload Modifier and Type Method Description Optional<BatchUploadResponse>
FederationUploadClient. postBatchUpload(UploadPayload uploadPayload)
Optional<BatchUploadResponse>
ProdFederationUploadClient. postBatchUpload(UploadPayload uploadPayload)
Optional<BatchUploadResponse>
TestFederationUploadClient. postBatchUpload(UploadPayload uploadPayload)
-
Uses of UploadPayload in app.coronawarn.server.services.federation.upload.payload
Methods in app.coronawarn.server.services.federation.upload.payload that return UploadPayload Modifier and Type Method Description UploadPayload
UploadPayload. setBatch(DiagnosisKeyBatch batch)
UploadPayload
UploadPayload. setBatchSignature(String batchSignature)
UploadPayload
UploadPayload. setBatchTag(String batchTag)
Methods in app.coronawarn.server.services.federation.upload.payload that return types with arguments of type UploadPayload Modifier and Type Method Description List<UploadPayload>
PayloadFactory. makePayloadList(List<FederationUploadKey> diagnosisKeys)
Generates the Payload objects based on a list of Diagnosis Keys.
-