Class SalesInvoiceRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<SalesInvoice>
-
- odata.msgraph.client.beta.entity.request.SalesInvoiceRequest
-
public class SalesInvoiceRequest extends com.github.davidmoten.odata.client.EntityRequest<SalesInvoice>
-
-
Constructor Summary
Constructors Constructor Description SalesInvoiceRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturncancel()com.github.davidmoten.odata.client.ActionRequestNoReturncancelAndSend()CurrencyRequestcurrency()CustomerRequestcustomer()PaymentTermRequestpaymentTerm()com.github.davidmoten.odata.client.ActionRequestNoReturnpost()com.github.davidmoten.odata.client.ActionRequestNoReturnpostAndSend()SalesInvoiceLineCollectionRequestsalesInvoiceLines()SalesInvoiceLineRequestsalesInvoiceLines(String id)com.github.davidmoten.odata.client.ActionRequestNoReturnsend()ShipmentMethodRequestshipmentMethod()
-
-
-
Method Detail
-
currency
public CurrencyRequest currency()
-
customer
public CustomerRequest customer()
-
paymentTerm
public PaymentTermRequest paymentTerm()
-
salesInvoiceLines
public SalesInvoiceLineRequest salesInvoiceLines(String id)
-
salesInvoiceLines
public SalesInvoiceLineCollectionRequest salesInvoiceLines()
-
shipmentMethod
public ShipmentMethodRequest shipmentMethod()
-
cancel
public com.github.davidmoten.odata.client.ActionRequestNoReturn cancel()
-
send
public com.github.davidmoten.odata.client.ActionRequestNoReturn send()
-
cancelAndSend
public com.github.davidmoten.odata.client.ActionRequestNoReturn cancelAndSend()
-
post
public com.github.davidmoten.odata.client.ActionRequestNoReturn post()
-
postAndSend
public com.github.davidmoten.odata.client.ActionRequestNoReturn postAndSend()
-
-