Modifier and Type | Field and Description |
---|---|
static ServiceRequestLink<ServiceRequestRefObject> |
ServiceRequest.TO_REFERENCE_OBJECT
Use with available fluent helpers to apply the to_ReferenceObject navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceRequestRefObject |
ServiceRequestRefObject.ServiceRequestRefObjectBuilder.build() |
protected ServiceRequestRefObject |
ServiceRequestRefObjectDeleteFluentHelper.getEntity() |
protected ServiceRequestRefObject |
ServiceRequestRefObjectCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceRequestRefObject> |
ServiceRequest.fetchReferenceObject()
Fetches the ServiceRequestRefObject entities (one to many) associated with this entity.
|
protected Class<ServiceRequestRefObject> |
ServiceRequestRefObjectFluentHelper.getEntityClass() |
protected Class<ServiceRequestRefObject> |
ServiceRequestRefObjectByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceRequestRefObject>> |
ServiceRequest.getReferenceObjectIfPresent()
Retrieval of associated ServiceRequestRefObject entities (one to many).
|
List<ServiceRequestRefObject> |
ServiceRequest.getReferenceObjectOrFetch()
Retrieval of associated ServiceRequestRefObject entities (one to many).
|
Class<ServiceRequestRefObject> |
ServiceRequestRefObject.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceRequest.addReferenceObject(ServiceRequestRefObject... entity)
Adds elements to the list of associated ServiceRequestRefObject entities.
|
ServiceRequest.ServiceRequestBuilder |
ServiceRequest.ServiceRequestBuilder.referenceObject(ServiceRequestRefObject... value)
Navigation property to_ReferenceObject for ServiceRequest to multiple
ServiceRequestRefObject.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceRequest.setReferenceObject(List<ServiceRequestRefObject> value)
Overwrites the list of associated ServiceRequestRefObject entities for the loaded navigation property
to_ReferenceObject.
|
Constructor and Description |
---|
ServiceRequestRefObjectCreateFluentHelper(String servicePath,
ServiceRequestRefObject entity)
Creates a fluent helper object that will create a
ServiceRequestRefObject entity on the OData endpoint. |
ServiceRequestRefObjectDeleteFluentHelper(String servicePath,
ServiceRequestRefObject entity)
Creates a fluent helper object that will delete a
ServiceRequestRefObject 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.createServiceRequestRefObject(ServiceRequestRefObject serviceRequestRefObject)
Create a new
ServiceRequestRefObject entity and save it to the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
ServiceRequestServiceBatchChangeSet.createServiceRequestRefObject(ServiceRequestRefObject serviceRequestRefObject)
Create a new
ServiceRequestRefObject entity and save it to the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
DefaultServiceRequestServiceBatchChangeSet.deleteServiceRequestRefObject(ServiceRequestRefObject serviceRequestRefObject)
Deletes an existing
ServiceRequestRefObject entity in the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
ServiceRequestServiceBatchChangeSet.deleteServiceRequestRefObject(ServiceRequestRefObject serviceRequestRefObject)
Deletes an existing
ServiceRequestRefObject entity in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceRequestRefObject> |
ServiceRequestRefObjectOneToOneLink.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 ServiceRequestRefObjectLink<ObjectT> |
ServiceRequestRefObjectLink.translateLinkType(EntityLink<ServiceRequestRefObjectLink<ObjectT>,ServiceRequestRefObject,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ServiceRequestRefObjectCreateFluentHelper |
ServiceRequestService.createServiceRequestRefObject(ServiceRequestRefObject serviceRequestRefObject)
Create a new
ServiceRequestRefObject entity and save it to the S/4HANA system. |
ServiceRequestRefObjectCreateFluentHelper |
DefaultServiceRequestService.createServiceRequestRefObject(ServiceRequestRefObject serviceRequestRefObject) |
ServiceRequestRefObjectDeleteFluentHelper |
ServiceRequestService.deleteServiceRequestRefObject(ServiceRequestRefObject serviceRequestRefObject)
Deletes an existing
ServiceRequestRefObject entity in the S/4HANA system. |
ServiceRequestRefObjectDeleteFluentHelper |
DefaultServiceRequestService.deleteServiceRequestRefObject(ServiceRequestRefObject serviceRequestRefObject) |
Copyright © 2021 SAP SE. All rights reserved.