FormStubJson

public class FormStubJson

Represents a single form stub. It only contains the date at which it was received, the form ID and the related cases IDs.

Methods

getCaseIds

public List<String> getCaseIds()

getFormId

public String getFormId()

getReceivedOn

public String getReceivedOn()

setCaseIds

public void setCaseIds(List<String> caseIds)

setFormId

public void setFormId(String formId)

setReceivedOn

public void setReceivedOn(String receivedOn)