Modifier and Type | Method and Description |
---|---|
ServiceRequest |
ServiceRequest.ServiceRequestBuilder.build() |
protected ServiceRequest |
ServiceRequestCreateFluentHelper.getEntity() |
protected ServiceRequest |
ServiceRequestUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<ServiceRequest> |
ServiceRequestFluentHelper.getEntityClass() |
protected Class<ServiceRequest> |
ServiceRequestByKeyFluentHelper.getEntityClass() |
Class<ServiceRequest> |
ServiceRequest.getType() |
Constructor and Description |
---|
ServiceRequestCreateFluentHelper(String servicePath,
ServiceRequest entity)
Creates a fluent helper object that will create a
ServiceRequest entity on the OData endpoint. |
ServiceRequestUpdateFluentHelper(String servicePath,
ServiceRequest entity)
Creates a fluent helper object that will update a
ServiceRequest entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ServiceRequestServiceBatchChangeSet |
DefaultServiceRequestServiceBatchChangeSet.createServiceRequest(ServiceRequest serviceRequest)
Create a new
ServiceRequest entity and save it to the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
ServiceRequestServiceBatchChangeSet.createServiceRequest(ServiceRequest serviceRequest)
Create a new
ServiceRequest entity and save it to the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
DefaultServiceRequestServiceBatchChangeSet.updateServiceRequest(ServiceRequest serviceRequest)
Update an existing
ServiceRequest entity and save it to the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
ServiceRequestServiceBatchChangeSet.updateServiceRequest(ServiceRequest serviceRequest)
Update an existing
ServiceRequest entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceRequest> |
ServiceRequestOneToOneLink.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 ServiceRequestLink<ObjectT> |
ServiceRequestLink.translateLinkType(EntityLink<ServiceRequestLink<ObjectT>,ServiceRequest,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ServiceRequestCreateFluentHelper |
ServiceRequestService.createServiceRequest(ServiceRequest serviceRequest)
Create a new
ServiceRequest entity and save it to the S/4HANA system. |
ServiceRequestCreateFluentHelper |
DefaultServiceRequestService.createServiceRequest(ServiceRequest serviceRequest) |
ServiceRequestUpdateFluentHelper |
ServiceRequestService.updateServiceRequest(ServiceRequest serviceRequest)
Update an existing
ServiceRequest entity and save it to the S/4HANA system. |
ServiceRequestUpdateFluentHelper |
DefaultServiceRequestService.updateServiceRequest(ServiceRequest serviceRequest) |
Copyright © 2021 SAP SE. All rights reserved.