public static final class ServiceOrder.ServiceOrderBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ServiceOrder.ServiceOrderBuilder |
billToParty(String billToParty)
Constraints: Not nullable, Maximum length: 10
|
ServiceOrder |
build() |
ServiceOrder.ServiceOrderBuilder |
confirmation(ServiceOrderConfirmation... value)
Navigation property to_Confirmation for ServiceOrder to multiple
ServiceOrderConfirmation.
|
ServiceOrder.ServiceOrderBuilder |
contactPerson(String contactPerson)
Constraints: Not nullable, Maximum length: 10
|
ServiceOrder.ServiceOrderBuilder |
customerPurchaseOrderDate(LocalDateTime customerPurchaseOrderDate)
Constraints: Not nullable, Precision: 0
|
ServiceOrder.ServiceOrderBuilder |
defect(ServiceOrderDefect... value)
Navigation property to_Defect for ServiceOrder to multiple ServiceOrderDefect.
|
ServiceOrder.ServiceOrderBuilder |
distributionChannel(String distributionChannel)
Constraints: Not nullable, Maximum length: 2
|
ServiceOrder.ServiceOrderBuilder |
division(String division)
Constraints: Not nullable, Maximum length: 2
|
ServiceOrder.ServiceOrderBuilder |
item(ServiceOrderItem... value)
Navigation property to_Item for ServiceOrder to multiple ServiceOrderItem.
|
ServiceOrder.ServiceOrderBuilder |
language(String language)
Constraints: Not nullable, Maximum length: 2
|
ServiceOrder.ServiceOrderBuilder |
payerParty(String payerParty)
Constraints: Not nullable, Maximum length: 10
|
ServiceOrder.ServiceOrderBuilder |
personResponsible(ServiceOrderPersonResp... value)
Navigation property to_PersonResponsible for ServiceOrder to multiple
ServiceOrderPersonResp.
|
ServiceOrder.ServiceOrderBuilder |
pricingElement(ServiceOrderPriceElement... value)
Navigation property to_PricingElement for ServiceOrder to multiple
ServiceOrderPriceElement.
|
ServiceOrder.ServiceOrderBuilder |
purchaseOrderByCustomer(String purchaseOrderByCustomer)
Constraints: Not nullable, Maximum length: 35
|
ServiceOrder.ServiceOrderBuilder |
referenceObject(ServiceOrderRefObject... value)
Navigation property to_ReferenceObject for ServiceOrder to multiple
ServiceOrderRefObject.
|
ServiceOrder.ServiceOrderBuilder |
referenceServiceContract(String referenceServiceContract)
Constraints: Not nullable, Maximum length: 10
|
ServiceOrder.ServiceOrderBuilder |
referenceServiceOrder(String referenceServiceOrder)
Constraints: Not nullable, Maximum length: 80
|
ServiceOrder.ServiceOrderBuilder |
referenceServiceRequest(String referenceServiceRequest)
Constraints: Not nullable, Maximum length: 10
|
ServiceOrder.ServiceOrderBuilder |
requestedServiceEndDateTime(ZonedDateTime requestedServiceEndDateTime)
Constraints: Not nullable, Precision: 0
|
ServiceOrder.ServiceOrderBuilder |
requestedServiceStartDateTime(ZonedDateTime requestedServiceStartDateTime)
Constraints: Not nullable, Precision: 0
|
ServiceOrder.ServiceOrderBuilder |
salesGroup(String salesGroup)
Constraints: Not nullable, Maximum length: 3
|
ServiceOrder.ServiceOrderBuilder |
salesGroupOrgUnitID(String salesGroupOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
ServiceOrder.ServiceOrderBuilder |
salesOffice(String salesOffice)
Constraints: Not nullable, Maximum length: 4
|
ServiceOrder.ServiceOrderBuilder |
salesOfficeOrgUnitID(String salesOfficeOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
ServiceOrder.ServiceOrderBuilder |
salesOrganization(String salesOrganization)
Constraints: Not nullable, Maximum length: 4
|
ServiceOrder.ServiceOrderBuilder |
salesOrganizationOrgUnitID(String salesOrganizationOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
ServiceOrder.ServiceOrderBuilder |
serviceDocGrossAmount(BigDecimal serviceDocGrossAmount)
Constraints: Not nullable, Precision: 16, Scale: 3
|
ServiceOrder.ServiceOrderBuilder |
serviceDocNetAmount(BigDecimal serviceDocNetAmount)
Constraints: Not nullable, Precision: 16, Scale: 3
|
ServiceOrder.ServiceOrderBuilder |
serviceDocTaxAmount(BigDecimal serviceDocTaxAmount)
Constraints: Not nullable, Precision: 16, Scale: 3
|
ServiceOrder.ServiceOrderBuilder |
serviceDocumentPriority(String serviceDocumentPriority)
Constraints: Not nullable, Maximum length: 1
|
ServiceOrder.ServiceOrderBuilder |
serviceObjectType(String serviceObjectType)
Constraints: Not nullable, Maximum length: 10
|
ServiceOrder.ServiceOrderBuilder |
serviceOrder(String serviceOrder)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ServiceOrder.ServiceOrderBuilder |
serviceOrderDescription(String serviceOrderDescription)
Constraints: Not nullable, Maximum length: 40
|
ServiceOrder.ServiceOrderBuilder |
serviceOrderIsCompleted(String serviceOrderIsCompleted)
Constraints: Not nullable, Maximum length: 1
|
ServiceOrder.ServiceOrderBuilder |
serviceOrderIsRejected(String serviceOrderIsRejected)
Constraints: Not nullable, Maximum length: 1
|
ServiceOrder.ServiceOrderBuilder |
serviceOrderIsReleased(String serviceOrderIsReleased)
Constraints: Not nullable, Maximum length: 1
|
ServiceOrder.ServiceOrderBuilder |
serviceOrderType(String serviceOrderType)
Constraints: Not nullable, Maximum length: 4
|
ServiceOrder.ServiceOrderBuilder |
serviceOrderUUID(UUID serviceOrderUUID)
Constraints: none
|
ServiceOrder.ServiceOrderBuilder |
serviceOrganization(String serviceOrganization)
Constraints: Not nullable, Maximum length: 14
|
ServiceOrder.ServiceOrderBuilder |
shipToParty(String shipToParty)
Constraints: Not nullable, Maximum length: 10
|
ServiceOrder.ServiceOrderBuilder |
soldToParty(String soldToParty)
Constraints: Not nullable, Maximum length: 10
|
ServiceOrder.ServiceOrderBuilder |
text(ServiceOrderText... value)
Navigation property to_Text for ServiceOrder to multiple ServiceOrderText.
|
String |
toString() |
ServiceOrder.ServiceOrderBuilder |
transactionCurrency(String transactionCurrency)
Constraints: Not nullable, Maximum length: 5
|
@Nonnull public ServiceOrder.ServiceOrderBuilder confirmation(ServiceOrderConfirmation... value)
value
- The ServiceOrderConfirmations to build this ServiceOrder with.@Nonnull public ServiceOrder.ServiceOrderBuilder defect(ServiceOrderDefect... value)
value
- The ServiceOrderDefects to build this ServiceOrder with.@Nonnull public ServiceOrder.ServiceOrderBuilder item(ServiceOrderItem... value)
value
- The ServiceOrderItems to build this ServiceOrder with.@Nonnull public ServiceOrder.ServiceOrderBuilder personResponsible(ServiceOrderPersonResp... value)
value
- The ServiceOrderPersonResps to build this ServiceOrder with.@Nonnull public ServiceOrder.ServiceOrderBuilder pricingElement(ServiceOrderPriceElement... value)
value
- The ServiceOrderPriceElements to build this ServiceOrder with.@Nonnull public ServiceOrder.ServiceOrderBuilder referenceObject(ServiceOrderRefObject... value)
value
- The ServiceOrderRefObjects to build this ServiceOrder with.@Nonnull public ServiceOrder.ServiceOrderBuilder text(ServiceOrderText... value)
value
- The ServiceOrderTexts to build this ServiceOrder with.@Nonnull public ServiceOrder.ServiceOrderBuilder serviceOrder(@Nullable String serviceOrder)
Original property name from the Odata EDM: ServiceOrder
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder serviceOrderType(@Nullable String serviceOrderType)
Original property name from the Odata EDM: ServiceOrderType
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder serviceOrderUUID(@Nullable UUID serviceOrderUUID)
Original property name from the Odata EDM: ServiceOrderUUID
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder serviceOrderDescription(@Nullable String serviceOrderDescription)
Original property name from the Odata EDM: ServiceOrderDescription
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder serviceObjectType(@Nullable String serviceObjectType)
Original property name from the Odata EDM: ServiceObjectType
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder serviceDocumentPriority(@Nullable String serviceDocumentPriority)
Original property name from the Odata EDM: ServiceDocumentPriority
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder requestedServiceStartDateTime(@Nullable ZonedDateTime requestedServiceStartDateTime)
Original property name from the Odata EDM: RequestedServiceStartDateTime
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder requestedServiceEndDateTime(@Nullable ZonedDateTime requestedServiceEndDateTime)
Original property name from the Odata EDM: RequestedServiceEndDateTime
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder purchaseOrderByCustomer(@Nullable String purchaseOrderByCustomer)
Original property name from the Odata EDM: PurchaseOrderByCustomer
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder customerPurchaseOrderDate(@Nullable LocalDateTime customerPurchaseOrderDate)
Original property name from the Odata EDM: CustomerPurchaseOrderDate
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder serviceOrderIsReleased(@Nullable String serviceOrderIsReleased)
Original property name from the Odata EDM: ServiceOrderIsReleased
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder serviceOrderIsCompleted(@Nullable String serviceOrderIsCompleted)
Original property name from the Odata EDM: ServiceOrderIsCompleted
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder serviceOrderIsRejected(@Nullable String serviceOrderIsRejected)
Original property name from the Odata EDM: ServiceOrderIsRejected
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder salesOrganization(@Nullable String salesOrganization)
Original property name from the Odata EDM: SalesOrganization
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder distributionChannel(@Nullable String distributionChannel)
Original property name from the Odata EDM: DistributionChannel
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder division(@Nullable String division)
Original property name from the Odata EDM: Division
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder salesOffice(@Nullable String salesOffice)
Original property name from the Odata EDM: SalesOffice
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder salesGroup(@Nullable String salesGroup)
Original property name from the Odata EDM: SalesGroup
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder soldToParty(@Nullable String soldToParty)
Original property name from the Odata EDM: SoldToParty
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder shipToParty(@Nullable String shipToParty)
Original property name from the Odata EDM: ShipToParty
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder billToParty(@Nullable String billToParty)
Original property name from the Odata EDM: BillToParty
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder payerParty(@Nullable String payerParty)
Original property name from the Odata EDM: PayerParty
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder contactPerson(@Nullable String contactPerson)
Original property name from the Odata EDM: ContactPerson
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder serviceDocGrossAmount(@Nullable BigDecimal serviceDocGrossAmount)
Original property name from the Odata EDM: ServiceDocGrossAmount
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder serviceDocNetAmount(@Nullable BigDecimal serviceDocNetAmount)
Original property name from the Odata EDM: ServiceDocNetAmount
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder serviceDocTaxAmount(@Nullable BigDecimal serviceDocTaxAmount)
Original property name from the Odata EDM: ServiceDocTaxAmount
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder transactionCurrency(@Nullable String transactionCurrency)
Original property name from the Odata EDM: TransactionCurrency
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder referenceServiceRequest(@Nullable String referenceServiceRequest)
Original property name from the Odata EDM: ReferenceServiceRequest
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder referenceServiceContract(@Nullable String referenceServiceContract)
Original property name from the Odata EDM: ReferenceServiceContract
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder referenceServiceOrder(@Nullable String referenceServiceOrder)
Original property name from the Odata EDM: ReferenceServiceOrder
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder salesOrganizationOrgUnitID(@Nullable String salesOrganizationOrgUnitID)
Original property name from the Odata EDM: SalesOrganizationOrgUnitID
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder serviceOrganization(@Nullable String serviceOrganization)
Original property name from the Odata EDM: ServiceOrganization
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder salesOfficeOrgUnitID(@Nullable String salesOfficeOrgUnitID)
Original property name from the Odata EDM: SalesOfficeOrgUnitID
this
.@Nonnull public ServiceOrder.ServiceOrderBuilder salesGroupOrgUnitID(@Nullable String salesGroupOrgUnitID)
Original property name from the Odata EDM: SalesGroupOrgUnitID
this
.@Nonnull public ServiceOrder build()
Copyright © 2021 SAP SE. All rights reserved.