Class ObjectFactory
- java.lang.Object
-
- no.digipost.api.client.representations.ObjectFactory
-
public class ObjectFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()
-
Method Summary
Modifier and Type Method Description Autocomplete
createAutocomplete()
DocumentEvents
createDocumentEvents()
DocumentStatus
createDocumentStatus()
EntryPoint
createEntryPoint()
ErrorMessage
createErrorMessage()
Invoice
createInvoice()
Message
createMessage()
MessageDelivery
createMessageDelivery()
Recipients
createRecipients()
-
-
-
Method Detail
-
createRecipients
public Recipients createRecipients()
-
createErrorMessage
public ErrorMessage createErrorMessage()
-
createAutocomplete
public Autocomplete createAutocomplete()
-
createMessage
public Message createMessage()
-
createMessageDelivery
public MessageDelivery createMessageDelivery()
-
createEntryPoint
public EntryPoint createEntryPoint()
-
createInvoice
public Invoice createInvoice()
-
createDocumentEvents
public DocumentEvents createDocumentEvents()
-
createDocumentStatus
public DocumentStatus createDocumentStatus()
-
-