Class GetDocumentsQuery
- java.lang.Object
-
- no.digipost.api.useragreements.client.GetDocumentsQuery
-
public class GetDocumentsQuery extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetDocumentsQuery.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDocumentsQuery.Builderbuilder()static GetDocumentsQueryempty()OffsetDateTimegetDeliveryTimeFrom()OffsetDateTimegetDeliveryTimeTo()LocalDategetInvoiceDueDateFrom()LocalDategetInvoiceDueDateTo()InvoiceStatusgetInvoiceStatus()
-
-
-
Method Detail
-
getInvoiceStatus
public InvoiceStatus getInvoiceStatus()
-
getInvoiceDueDateFrom
public LocalDate getInvoiceDueDateFrom()
-
getInvoiceDueDateTo
public LocalDate getInvoiceDueDateTo()
-
getDeliveryTimeFrom
public OffsetDateTime getDeliveryTimeFrom()
-
getDeliveryTimeTo
public OffsetDateTime getDeliveryTimeTo()
-
builder
public static GetDocumentsQuery.Builder builder()
-
empty
public static GetDocumentsQuery empty()
-
-