Modifier and Type | Field and Description |
---|---|
static ServiceOrderLink<ServiceOrderDefect> |
ServiceOrder.TO_DEFECT
Use with available fluent helpers to apply the to_Defect navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceOrderDefect |
ServiceOrderDefect.ServiceOrderDefectBuilder.build() |
protected ServiceOrderDefect |
ServiceOrderDefectUpdateFluentHelper.getEntity() |
protected ServiceOrderDefect |
ServiceOrderDefectCreateFluentHelper.getEntity() |
protected ServiceOrderDefect |
ServiceOrderDefectDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceOrderDefect> |
ServiceOrder.fetchDefect()
Fetches the ServiceOrderDefect entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<ServiceOrderDefect>> |
ServiceOrder.getDefectIfPresent()
Retrieval of associated ServiceOrderDefect entities (one to many).
|
List<ServiceOrderDefect> |
ServiceOrder.getDefectOrFetch()
Retrieval of associated ServiceOrderDefect entities (one to many).
|
protected Class<ServiceOrderDefect> |
ServiceOrderDefectFluentHelper.getEntityClass() |
protected Class<ServiceOrderDefect> |
ServiceOrderDefectByKeyFluentHelper.getEntityClass() |
Class<ServiceOrderDefect> |
ServiceOrderDefect.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrder.addDefect(ServiceOrderDefect... entity)
Adds elements to the list of associated ServiceOrderDefect entities.
|
ServiceOrder.ServiceOrderBuilder |
ServiceOrder.ServiceOrderBuilder.defect(ServiceOrderDefect... value)
Navigation property to_Defect for ServiceOrder to multiple ServiceOrderDefect.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrder.setDefect(List<ServiceOrderDefect> value)
Overwrites the list of associated ServiceOrderDefect entities for the loaded navigation property
to_Defect.
|
Constructor and Description |
---|
ServiceOrderDefectCreateFluentHelper(String servicePath,
ServiceOrderDefect entity)
Creates a fluent helper object that will create a
ServiceOrderDefect entity on the OData endpoint. |
ServiceOrderDefectDeleteFluentHelper(String servicePath,
ServiceOrderDefect entity)
Creates a fluent helper object that will delete a
ServiceOrderDefect entity on the OData endpoint. |
ServiceOrderDefectUpdateFluentHelper(String servicePath,
ServiceOrderDefect entity)
Creates a fluent helper object that will update a
ServiceOrderDefect entity on the OData endpoint. |
Constructor and Description |
---|
ServiceOrder(String serviceOrder,
String serviceOrderType,
UUID serviceOrderUUID,
String serviceOrderDescription,
String serviceObjectType,
String language,
String serviceDocumentPriority,
ZonedDateTime requestedServiceStartDateTime,
ZonedDateTime requestedServiceEndDateTime,
String purchaseOrderByCustomer,
LocalDateTime customerPurchaseOrderDate,
String serviceOrderIsReleased,
String serviceOrderIsCompleted,
String serviceOrderIsRejected,
String salesOrganization,
String distributionChannel,
String division,
String salesOffice,
String salesGroup,
String soldToParty,
String shipToParty,
String billToParty,
String payerParty,
String contactPerson,
BigDecimal serviceDocGrossAmount,
BigDecimal serviceDocNetAmount,
BigDecimal serviceDocTaxAmount,
String transactionCurrency,
String referenceServiceRequest,
String referenceServiceContract,
String referenceServiceOrder,
String salesOrganizationOrgUnitID,
String serviceOrganization,
String salesOfficeOrgUnitID,
String salesGroupOrgUnitID,
List<ServiceOrderConfirmation> toConfirmation,
List<ServiceOrderDefect> toDefect,
List<ServiceOrderItem> toItem,
List<ServiceOrderPersonResp> toPersonResponsible,
List<ServiceOrderPriceElement> toPricingElement,
List<ServiceOrderRefObject> toReferenceObject,
List<ServiceOrderText> toText) |
Modifier and Type | Method and Description |
---|---|
ServiceOrderServiceBatchChangeSet |
ServiceOrderServiceBatchChangeSet.createServiceOrderDefect(ServiceOrderDefect serviceOrderDefect)
Create a new
ServiceOrderDefect entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.createServiceOrderDefect(ServiceOrderDefect serviceOrderDefect)
Create a new
ServiceOrderDefect entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
ServiceOrderServiceBatchChangeSet.deleteServiceOrderDefect(ServiceOrderDefect serviceOrderDefect)
Deletes an existing
ServiceOrderDefect entity in the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.deleteServiceOrderDefect(ServiceOrderDefect serviceOrderDefect)
Deletes an existing
ServiceOrderDefect entity in the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
ServiceOrderServiceBatchChangeSet.updateServiceOrderDefect(ServiceOrderDefect serviceOrderDefect)
Update an existing
ServiceOrderDefect entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.updateServiceOrderDefect(ServiceOrderDefect serviceOrderDefect)
Update an existing
ServiceOrderDefect entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceOrderDefect> |
ServiceOrderDefectOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected ServiceOrderDefectLink<ObjectT> |
ServiceOrderDefectLink.translateLinkType(EntityLink<ServiceOrderDefectLink<ObjectT>,ServiceOrderDefect,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.