Class DebitMemoRequest.DebitMemoRequestBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.debitmemorequest.DebitMemoRequest.DebitMemoRequestBuilder
Enclosing class:
DebitMemoRequest

public static final class DebitMemoRequest.DebitMemoRequestBuilder extends Object
Helper class to allow for fluent creation of DebitMemoRequest instances.
  • Method Details

    • item

      Navigation property to_Item for DebitMemoRequest to multiple DebitMemoRequestItem.
      Parameters:
      value - The DebitMemoRequestItems to build this DebitMemoRequest with.
      Returns:
      This Builder to allow for a fluent interface.
    • partner

      Navigation property to_Partner for DebitMemoRequest to multiple DebitMemoReqPartner.
      Parameters:
      value - The DebitMemoReqPartners to build this DebitMemoRequest with.
      Returns:
      This Builder to allow for a fluent interface.
    • pricingElement

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder pricingElement(DebitMemoReqPrcgElmnt... value)
      Navigation property to_PricingElement for DebitMemoRequest to multiple DebitMemoReqPrcgElmnt.
      Parameters:
      value - The DebitMemoReqPrcgElmnts to build this DebitMemoRequest with.
      Returns:
      This Builder to allow for a fluent interface.
    • subsequentProcFlowDoc

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder subsequentProcFlowDoc(DebitMemoReqSubsqntProcFlow... value)
      Navigation property to_SubsequentProcFlowDoc for DebitMemoRequest to multiple DebitMemoReqSubsqntProcFlow.
      Parameters:
      value - The DebitMemoReqSubsqntProcFlows to build this DebitMemoRequest with.
      Returns:
      This Builder to allow for a fluent interface.
    • text

      Navigation property to_Text for DebitMemoRequest to multiple DebitMemoReqText.
      Parameters:
      value - The DebitMemoReqTexts to build this DebitMemoRequest with.
      Returns:
      This Builder to allow for a fluent interface.
    • debitMemoRequest

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder debitMemoRequest(@Nullable String debitMemoRequest)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: DebitMemoRequest

      Returns:
      this.
    • debitMemoRequestType

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder debitMemoRequestType(@Nullable String debitMemoRequestType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: DebitMemoRequestType

      Returns:
      this.
    • salesOrganization

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder salesOrganization(@Nullable String salesOrganization)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SalesOrganization

      Returns:
      this.
    • distributionChannel

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder distributionChannel(@Nullable String distributionChannel)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: DistributionChannel

      Returns:
      this.
    • organizationDivision

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder organizationDivision(@Nullable String organizationDivision)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: OrganizationDivision

      Returns:
      this.
    • salesGroup

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder salesGroup(@Nullable String salesGroup)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: SalesGroup

      Returns:
      this.
    • salesOffice

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder salesOffice(@Nullable String salesOffice)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SalesOffice

      Returns:
      this.
    • salesDistrict

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder salesDistrict(@Nullable String salesDistrict)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: SalesDistrict

      Returns:
      this.
    • soldToParty

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder soldToParty(@Nullable String soldToParty)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SoldToParty

      Returns:
      this.
    • creationDate

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder creationDate(@Nullable LocalDateTime creationDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreationDate

      Returns:
      this.
    • createdByUser

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder createdByUser(@Nullable String createdByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CreatedByUser

      Returns:
      this.
    • lastChangeDate

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastChangeDate

      Returns:
      this.
    • lastChangeDateTime

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
      Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: LastChangeDateTime

      Returns:
      this.
    • purchaseOrderByCustomer

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder purchaseOrderByCustomer(@Nullable String purchaseOrderByCustomer)
      Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: PurchaseOrderByCustomer

      Returns:
      this.
    • customerPurchaseOrderType

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder customerPurchaseOrderType(@Nullable String customerPurchaseOrderType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CustomerPurchaseOrderType

      Returns:
      this.
    • customerPurchaseOrderDate

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder customerPurchaseOrderDate(@Nullable LocalDateTime customerPurchaseOrderDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CustomerPurchaseOrderDate

      Returns:
      this.
    • debitMemoRequestDate

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder debitMemoRequestDate(@Nullable LocalDateTime debitMemoRequestDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: DebitMemoRequestDate

      Returns:
      this.
    • totalNetAmount

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder totalNetAmount(@Nullable BigDecimal totalNetAmount)
      Constraints: Not nullable, Precision: 16, Scale: 3

      Original property name from the Odata EDM: TotalNetAmount

      Returns:
      this.
    • transactionCurrency

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder transactionCurrency(@Nullable String transactionCurrency)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: TransactionCurrency

      Returns:
      this.
    • sDDocumentReason

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder sDDocumentReason(@Nullable String sDDocumentReason)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: SDDocumentReason

      Returns:
      this.
    • pricingDate

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder pricingDate(@Nullable LocalDateTime pricingDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: PricingDate

      Returns:
      this.
    • customerTaxClassification1

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder customerTaxClassification1(@Nullable String customerTaxClassification1)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CustomerTaxClassification1

      Returns:
      this.
    • customerTaxClassification2

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder customerTaxClassification2(@Nullable String customerTaxClassification2)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CustomerTaxClassification2

      Returns:
      this.
    • customerTaxClassification3

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder customerTaxClassification3(@Nullable String customerTaxClassification3)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CustomerTaxClassification3

      Returns:
      this.
    • customerTaxClassification4

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder customerTaxClassification4(@Nullable String customerTaxClassification4)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CustomerTaxClassification4

      Returns:
      this.
    • customerTaxClassification5

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder customerTaxClassification5(@Nullable String customerTaxClassification5)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CustomerTaxClassification5

      Returns:
      this.
    • customerTaxClassification6

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder customerTaxClassification6(@Nullable String customerTaxClassification6)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CustomerTaxClassification6

      Returns:
      this.
    • customerTaxClassification7

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder customerTaxClassification7(@Nullable String customerTaxClassification7)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CustomerTaxClassification7

      Returns:
      this.
    • customerTaxClassification8

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder customerTaxClassification8(@Nullable String customerTaxClassification8)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CustomerTaxClassification8

      Returns:
      this.
    • customerTaxClassification9

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder customerTaxClassification9(@Nullable String customerTaxClassification9)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CustomerTaxClassification9

      Returns:
      this.
    • headerBillingBlockReason

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder headerBillingBlockReason(@Nullable String headerBillingBlockReason)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: HeaderBillingBlockReason

      Returns:
      this.
    • incotermsClassification

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder incotermsClassification(@Nullable String incotermsClassification)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: IncotermsClassification

      Returns:
      this.
    • incotermsTransferLocation

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder incotermsTransferLocation(@Nullable String incotermsTransferLocation)
      Constraints: Not nullable, Maximum length: 28

      Original property name from the Odata EDM: IncotermsTransferLocation

      Returns:
      this.
    • incotermsLocation1

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder incotermsLocation1(@Nullable String incotermsLocation1)
      Constraints: Not nullable, Maximum length: 70

      Original property name from the Odata EDM: IncotermsLocation1

      Returns:
      this.
    • incotermsLocation2

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder incotermsLocation2(@Nullable String incotermsLocation2)
      Constraints: Not nullable, Maximum length: 70

      Original property name from the Odata EDM: IncotermsLocation2

      Returns:
      this.
    • incotermsVersion

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder incotermsVersion(@Nullable String incotermsVersion)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: IncotermsVersion

      Returns:
      this.
    • customerPaymentTerms

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder customerPaymentTerms(@Nullable String customerPaymentTerms)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CustomerPaymentTerms

      Returns:
      this.
    • paymentMethod

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder paymentMethod(@Nullable String paymentMethod)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: PaymentMethod

      Returns:
      this.
    • billingDocumentDate

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder billingDocumentDate(@Nullable LocalDateTime billingDocumentDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: BillingDocumentDate

      Returns:
      this.
    • servicesRenderedDate

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder servicesRenderedDate(@Nullable LocalDateTime servicesRenderedDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ServicesRenderedDate

      Returns:
      this.
    • referenceSDDocument

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder referenceSDDocument(@Nullable String referenceSDDocument)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ReferenceSDDocument

      Returns:
      this.
    • referenceSDDocumentCategory

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder referenceSDDocumentCategory(@Nullable String referenceSDDocumentCategory)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ReferenceSDDocumentCategory

      Returns:
      this.
    • overallSDProcessStatus

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder overallSDProcessStatus(@Nullable String overallSDProcessStatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: OverallSDProcessStatus

      Returns:
      this.
    • totalCreditCheckStatus

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder totalCreditCheckStatus(@Nullable String totalCreditCheckStatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: TotalCreditCheckStatus

      Returns:
      this.
    • overallSDDocumentRejectionSts

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder overallSDDocumentRejectionSts(@Nullable String overallSDDocumentRejectionSts)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: OverallSDDocumentRejectionSts

      Returns:
      this.
    • overallOrdReltdBillgStatus

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder overallOrdReltdBillgStatus(@Nullable String overallOrdReltdBillgStatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: OverallOrdReltdBillgStatus

      Returns:
      this.
    • accountingDocExternalReference

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder accountingDocExternalReference(@Nullable String accountingDocExternalReference)
      Constraints: Not nullable, Maximum length: 16

      Original property name from the Odata EDM: AccountingDocExternalReference

      Returns:
      this.
    • assignmentReference

      @Nonnull public DebitMemoRequest.DebitMemoRequestBuilder assignmentReference(@Nullable String assignmentReference)
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: AssignmentReference

      Returns:
      this.
    • build

      @Nonnull public DebitMemoRequest build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object