public static final class ServiceConfirmation.ServiceConfirmationBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ServiceConfirmation.ServiceConfirmationBuilder |
billToParty(String billToParty)
Constraints: Not nullable, Maximum length: 10
|
ServiceConfirmation |
build() |
ServiceConfirmation.ServiceConfirmationBuilder |
contactPerson(String contactPerson)
Constraints: Not nullable, Maximum length: 10
|
ServiceConfirmation.ServiceConfirmationBuilder |
customerPurchaseOrderDate(LocalDateTime customerPurchaseOrderDate)
Constraints: Not nullable, Precision: 0
|
ServiceConfirmation.ServiceConfirmationBuilder |
distributionChannel(String distributionChannel)
Constraints: Not nullable, Maximum length: 2
|
ServiceConfirmation.ServiceConfirmationBuilder |
division(String division)
Constraints: Not nullable, Maximum length: 2
|
ServiceConfirmation.ServiceConfirmationBuilder |
item(ServiceConfirmationItem... value)
Navigation property to_Item for ServiceConfirmation to multiple ServiceConfirmationItem.
|
ServiceConfirmation.ServiceConfirmationBuilder |
language(String language)
Constraints: Not nullable, Maximum length: 2
|
ServiceConfirmation.ServiceConfirmationBuilder |
payerParty(String payerParty)
Constraints: Not nullable, Maximum length: 10
|
ServiceConfirmation.ServiceConfirmationBuilder |
personResponsible(ServiceConfPersonResp... value)
Navigation property to_PersonResponsible for ServiceConfirmation to multiple
ServiceConfPersonResp.
|
ServiceConfirmation.ServiceConfirmationBuilder |
pricingElement(ServiceConfPriceElement... value)
Navigation property to_PricingElement for ServiceConfirmation to multiple
ServiceConfPriceElement.
|
ServiceConfirmation.ServiceConfirmationBuilder |
purchaseOrderByCustomer(String purchaseOrderByCustomer)
Constraints: Not nullable, Maximum length: 35
|
ServiceConfirmation.ServiceConfirmationBuilder |
referenceObject(ServiceConfRefObject... value)
Navigation property to_ReferenceObject for ServiceConfirmation to multiple
ServiceConfRefObject.
|
ServiceConfirmation.ServiceConfirmationBuilder |
referenceServiceOrder(String referenceServiceOrder)
Constraints: Not nullable, Maximum length: 10
|
ServiceConfirmation.ServiceConfirmationBuilder |
requestedServiceEndDateTime(ZonedDateTime requestedServiceEndDateTime)
Constraints: Not nullable, Precision: 0
|
ServiceConfirmation.ServiceConfirmationBuilder |
requestedServiceStartDateTime(ZonedDateTime requestedServiceStartDateTime)
Constraints: Not nullable, Precision: 0
|
ServiceConfirmation.ServiceConfirmationBuilder |
salesGroup(String salesGroup)
Constraints: Not nullable, Maximum length: 3
|
ServiceConfirmation.ServiceConfirmationBuilder |
salesGroupOrgUnitID(String salesGroupOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
ServiceConfirmation.ServiceConfirmationBuilder |
salesOffice(String salesOffice)
Constraints: Not nullable, Maximum length: 4
|
ServiceConfirmation.ServiceConfirmationBuilder |
salesOfficeOrgUnitID(String salesOfficeOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
ServiceConfirmation.ServiceConfirmationBuilder |
salesOrganization(String salesOrganization)
Constraints: Not nullable, Maximum length: 4
|
ServiceConfirmation.ServiceConfirmationBuilder |
salesOrganizationOrgUnitID(String salesOrganizationOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
ServiceConfirmation.ServiceConfirmationBuilder |
serviceConfirmation(String serviceConfirmation)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ServiceConfirmation.ServiceConfirmationBuilder |
serviceConfirmationDescription(String serviceConfirmationDescription)
Constraints: Not nullable, Maximum length: 40
|
ServiceConfirmation.ServiceConfirmationBuilder |
serviceConfirmationIsCanceled(Boolean serviceConfirmationIsCanceled)
Constraints: none
|
ServiceConfirmation.ServiceConfirmationBuilder |
serviceConfirmationIsCompleted(String serviceConfirmationIsCompleted)
Constraints: Not nullable, Maximum length: 1
|
ServiceConfirmation.ServiceConfirmationBuilder |
serviceConfirmationIsFinal(String serviceConfirmationIsFinal)
Constraints: Not nullable, Maximum length: 1
|
ServiceConfirmation.ServiceConfirmationBuilder |
serviceConfirmationType(String serviceConfirmationType)
Constraints: Not nullable, Maximum length: 4
|
ServiceConfirmation.ServiceConfirmationBuilder |
serviceConfirmationUUID(UUID serviceConfirmationUUID)
Constraints: none
|
ServiceConfirmation.ServiceConfirmationBuilder |
serviceDocumentPriority(String serviceDocumentPriority)
Constraints: Not nullable, Maximum length: 1
|
ServiceConfirmation.ServiceConfirmationBuilder |
serviceObjectType(String serviceObjectType)
Constraints: Not nullable, Maximum length: 10
|
ServiceConfirmation.ServiceConfirmationBuilder |
serviceOrganization(String serviceOrganization)
Constraints: Not nullable, Maximum length: 14
|
ServiceConfirmation.ServiceConfirmationBuilder |
shipToParty(String shipToParty)
Constraints: Not nullable, Maximum length: 10
|
ServiceConfirmation.ServiceConfirmationBuilder |
soldToParty(String soldToParty)
Constraints: Not nullable, Maximum length: 10
|
ServiceConfirmation.ServiceConfirmationBuilder |
text(ServiceConfirmationText... value)
Navigation property to_Text for ServiceConfirmation to multiple ServiceConfirmationText.
|
String |
toString() |
ServiceConfirmation.ServiceConfirmationBuilder |
transactionCurrency(String transactionCurrency)
Constraints: Not nullable, Maximum length: 5
|
@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder item(ServiceConfirmationItem... value)
value
- The ServiceConfirmationItems to build this ServiceConfirmation with.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder personResponsible(ServiceConfPersonResp... value)
value
- The ServiceConfPersonResps to build this ServiceConfirmation with.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder pricingElement(ServiceConfPriceElement... value)
value
- The ServiceConfPriceElements to build this ServiceConfirmation with.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder referenceObject(ServiceConfRefObject... value)
value
- The ServiceConfRefObjects to build this ServiceConfirmation with.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder text(ServiceConfirmationText... value)
value
- The ServiceConfirmationTexts to build this ServiceConfirmation with.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder serviceConfirmation(@Nullable String serviceConfirmation)
Original property name from the Odata EDM: ServiceConfirmation
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder serviceConfirmationType(@Nullable String serviceConfirmationType)
Original property name from the Odata EDM: ServiceConfirmationType
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder serviceConfirmationUUID(@Nullable UUID serviceConfirmationUUID)
Original property name from the Odata EDM: ServiceConfirmationUUID
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder serviceConfirmationDescription(@Nullable String serviceConfirmationDescription)
Original property name from the Odata EDM: ServiceConfirmationDescription
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder serviceObjectType(@Nullable String serviceObjectType)
Original property name from the Odata EDM: ServiceObjectType
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder serviceDocumentPriority(@Nullable String serviceDocumentPriority)
Original property name from the Odata EDM: ServiceDocumentPriority
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder requestedServiceStartDateTime(@Nullable ZonedDateTime requestedServiceStartDateTime)
Original property name from the Odata EDM: RequestedServiceStartDateTime
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder requestedServiceEndDateTime(@Nullable ZonedDateTime requestedServiceEndDateTime)
Original property name from the Odata EDM: RequestedServiceEndDateTime
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder purchaseOrderByCustomer(@Nullable String purchaseOrderByCustomer)
Original property name from the Odata EDM: PurchaseOrderByCustomer
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder customerPurchaseOrderDate(@Nullable LocalDateTime customerPurchaseOrderDate)
Original property name from the Odata EDM: CustomerPurchaseOrderDate
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder serviceConfirmationIsCompleted(@Nullable String serviceConfirmationIsCompleted)
Original property name from the Odata EDM: ServiceConfirmationIsCompleted
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder serviceConfirmationIsCanceled(@Nullable Boolean serviceConfirmationIsCanceled)
Original property name from the Odata EDM: ServiceConfirmationIsCanceled
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder salesOrganization(@Nullable String salesOrganization)
Original property name from the Odata EDM: SalesOrganization
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder distributionChannel(@Nullable String distributionChannel)
Original property name from the Odata EDM: DistributionChannel
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder division(@Nullable String division)
Original property name from the Odata EDM: Division
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder salesOffice(@Nullable String salesOffice)
Original property name from the Odata EDM: SalesOffice
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder salesGroup(@Nullable String salesGroup)
Original property name from the Odata EDM: SalesGroup
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder soldToParty(@Nullable String soldToParty)
Original property name from the Odata EDM: SoldToParty
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder shipToParty(@Nullable String shipToParty)
Original property name from the Odata EDM: ShipToParty
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder billToParty(@Nullable String billToParty)
Original property name from the Odata EDM: BillToParty
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder payerParty(@Nullable String payerParty)
Original property name from the Odata EDM: PayerParty
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder contactPerson(@Nullable String contactPerson)
Original property name from the Odata EDM: ContactPerson
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder referenceServiceOrder(@Nullable String referenceServiceOrder)
Original property name from the Odata EDM: ReferenceServiceOrder
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder serviceConfirmationIsFinal(@Nullable String serviceConfirmationIsFinal)
Original property name from the Odata EDM: ServiceConfirmationIsFinal
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder transactionCurrency(@Nullable String transactionCurrency)
Original property name from the Odata EDM: TransactionCurrency
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder salesOrganizationOrgUnitID(@Nullable String salesOrganizationOrgUnitID)
Original property name from the Odata EDM: SalesOrganizationOrgUnitID
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder serviceOrganization(@Nullable String serviceOrganization)
Original property name from the Odata EDM: ServiceOrganization
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder salesOfficeOrgUnitID(@Nullable String salesOfficeOrgUnitID)
Original property name from the Odata EDM: SalesOfficeOrgUnitID
this
.@Nonnull public ServiceConfirmation.ServiceConfirmationBuilder salesGroupOrgUnitID(@Nullable String salesGroupOrgUnitID)
Original property name from the Odata EDM: SalesGroupOrgUnitID
this
.@Nonnull public ServiceConfirmation build()
Copyright © 2021 SAP SE. All rights reserved.