Class SuplrInvcSeldInbDeliveryNote.SuplrInvcSeldInbDeliveryNoteBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierinvoiceintegration.SuplrInvcSeldInbDeliveryNote.SuplrInvcSeldInbDeliveryNoteBuilder
- Enclosing class:
- SuplrInvcSeldInbDeliveryNote
-
Method Summary
Modifier and TypeMethodDescriptionbuild()fiscalYear(String fiscalYear) (Key Field) Constraints: Not nullable, Maximum length: 4inboundDeliveryNote(String inboundDeliveryNote) (Key Field) Constraints: Not nullable, Maximum length: 16supplierInvoice(String supplierInvoice) (Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
supplierInvoice
@Nonnull public SuplrInvcSeldInbDeliveryNote.SuplrInvcSeldInbDeliveryNoteBuilder supplierInvoice(@Nullable String supplierInvoice) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SupplierInvoice
- Returns:
this.
-
fiscalYear
@Nonnull public SuplrInvcSeldInbDeliveryNote.SuplrInvcSeldInbDeliveryNoteBuilder fiscalYear(@Nullable String fiscalYear) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FiscalYear
- Returns:
this.
-
inboundDeliveryNote
@Nonnull public SuplrInvcSeldInbDeliveryNote.SuplrInvcSeldInbDeliveryNoteBuilder inboundDeliveryNote(@Nullable String inboundDeliveryNote) (Key Field) Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: InboundDeliveryNote
- Returns:
this.
-
build
-
toString
-