Package com.avoka.fc.core.servlet.rest
Class RestDeliveryServiceV1Servlet.CompleteRequest
java.lang.Object
com.avoka.fc.core.servlet.rest.RestDeliveryServiceV1Servlet.CompleteRequest
- Enclosing class:
RestDeliveryServiceV1Servlet
Provides a delivery CompleteRequest class.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Provides a delivery AttachmentRequest class. -
Field Summary
Modifier and TypeFieldDescriptionThe attachments attribute.boolean
The deleteData attribute.The delivery error message.The processingStatus attribute.The xmlSHA256 attribute. -
Constructor Summary
-
Method Summary
-
Field Details
-
xmlSHA256
The xmlSHA256 attribute. -
deleteData
public boolean deleteDataThe deleteData attribute. -
attachments
The attachments attribute. -
processingStatus
The processingStatus attribute. -
errorMessage
The delivery error message.
-
-
Constructor Details
-
CompleteRequest
public CompleteRequest()
-
-
Method Details