Modifier and Type | Field and Description |
---|---|
static ServiceRequestLink<ServiceRequestDefect> |
ServiceRequest.TO_DEFECT
Use with available fluent helpers to apply the to_Defect navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceRequestDefect |
ServiceRequestDefect.ServiceRequestDefectBuilder.build() |
protected ServiceRequestDefect |
ServiceRequestDefectDeleteFluentHelper.getEntity() |
protected ServiceRequestDefect |
ServiceRequestDefectUpdateFluentHelper.getEntity() |
protected ServiceRequestDefect |
ServiceRequestDefectCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceRequestDefect> |
ServiceRequest.fetchDefect()
Fetches the ServiceRequestDefect entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<ServiceRequestDefect>> |
ServiceRequest.getDefectIfPresent()
Retrieval of associated ServiceRequestDefect entities (one to many).
|
List<ServiceRequestDefect> |
ServiceRequest.getDefectOrFetch()
Retrieval of associated ServiceRequestDefect entities (one to many).
|
protected Class<ServiceRequestDefect> |
ServiceRequestDefectFluentHelper.getEntityClass() |
protected Class<ServiceRequestDefect> |
ServiceRequestDefectByKeyFluentHelper.getEntityClass() |
Class<ServiceRequestDefect> |
ServiceRequestDefect.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceRequest.addDefect(ServiceRequestDefect... entity)
Adds elements to the list of associated ServiceRequestDefect entities.
|
ServiceRequest.ServiceRequestBuilder |
ServiceRequest.ServiceRequestBuilder.defect(ServiceRequestDefect... value)
Navigation property to_Defect for ServiceRequest to multiple ServiceRequestDefect.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceRequest.setDefect(List<ServiceRequestDefect> value)
Overwrites the list of associated ServiceRequestDefect entities for the loaded navigation property
to_Defect.
|
Constructor and Description |
---|
ServiceRequestDefectCreateFluentHelper(String servicePath,
ServiceRequestDefect entity)
Creates a fluent helper object that will create a
ServiceRequestDefect entity on the OData endpoint. |
ServiceRequestDefectDeleteFluentHelper(String servicePath,
ServiceRequestDefect entity)
Creates a fluent helper object that will delete a
ServiceRequestDefect entity on the OData endpoint. |
ServiceRequestDefectUpdateFluentHelper(String servicePath,
ServiceRequestDefect entity)
Creates a fluent helper object that will update a
ServiceRequestDefect entity on the OData endpoint. |
Constructor and Description |
---|
ServiceRequest(String serviceRequest,
String serviceRequestType,
UUID serviceRequestUUID,
String serviceRequestDescription,
String language,
String serviceDocumentPriority,
String serviceDocumentCategory,
ZonedDateTime requestedServiceStartDateTime,
ZonedDateTime requestedServiceEndDateTime,
ZonedDateTime serviceFirstResponseByDateTime,
ZonedDateTime serviceDueByDateTime,
String purchaseOrderByCustomer,
LocalDateTime customerPurchaseOrderDate,
String recommendedServicePriority,
String serviceRequestUrgency,
String serviceRequestImpact,
String serviceRequestProblemCategory,
String serviceRequestIsCanceled,
String serviceRequestIsCompleted,
String salesOrganization,
String distributionChannel,
String division,
String salesOffice,
String salesGroup,
String soldToParty,
String serviceRequestReporter,
String responseProfile,
String serviceProfile,
String salesOrganizationOrgUnitID,
String serviceOrganization,
String salesOfficeOrgUnitID,
String salesGroupOrgUnitID,
List<ServiceRequestDefect> toDefect,
List<ServiceRequestOrder> toOrder,
List<ServiceRequestPersonResp> toPersonResponsible,
ServiceRequestReason toReason,
List<ServiceRequestRefObject> toReferenceObject,
List<ServiceRequestText> toText) |
Modifier and Type | Method and Description |
---|---|
ServiceRequestServiceBatchChangeSet |
DefaultServiceRequestServiceBatchChangeSet.createServiceRequestDefect(ServiceRequestDefect serviceRequestDefect)
Create a new
ServiceRequestDefect entity and save it to the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
ServiceRequestServiceBatchChangeSet.createServiceRequestDefect(ServiceRequestDefect serviceRequestDefect)
Create a new
ServiceRequestDefect entity and save it to the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
DefaultServiceRequestServiceBatchChangeSet.deleteServiceRequestDefect(ServiceRequestDefect serviceRequestDefect)
Deletes an existing
ServiceRequestDefect entity in the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
ServiceRequestServiceBatchChangeSet.deleteServiceRequestDefect(ServiceRequestDefect serviceRequestDefect)
Deletes an existing
ServiceRequestDefect entity in the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
DefaultServiceRequestServiceBatchChangeSet.updateServiceRequestDefect(ServiceRequestDefect serviceRequestDefect)
Update an existing
ServiceRequestDefect entity and save it to the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
ServiceRequestServiceBatchChangeSet.updateServiceRequestDefect(ServiceRequestDefect serviceRequestDefect)
Update an existing
ServiceRequestDefect entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceRequestDefect> |
ServiceRequestDefectOneToOneLink.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 ServiceRequestDefectLink<ObjectT> |
ServiceRequestDefectLink.translateLinkType(EntityLink<ServiceRequestDefectLink<ObjectT>,ServiceRequestDefect,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.