Modifier and Type | Field and Description |
---|---|
static ServiceRequestLink<ServiceRequestText> |
ServiceRequest.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceRequestText |
ServiceRequestText.ServiceRequestTextBuilder.build() |
protected ServiceRequestText |
ServiceRequestTextDeleteFluentHelper.getEntity() |
protected ServiceRequestText |
ServiceRequestTextCreateFluentHelper.getEntity() |
protected ServiceRequestText |
ServiceRequestTextUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceRequestText> |
ServiceRequest.fetchText()
Fetches the ServiceRequestText entities (one to many) associated with this entity.
|
protected Class<ServiceRequestText> |
ServiceRequestTextFluentHelper.getEntityClass() |
protected Class<ServiceRequestText> |
ServiceRequestTextByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceRequestText>> |
ServiceRequest.getTextIfPresent()
Retrieval of associated ServiceRequestText entities (one to many).
|
List<ServiceRequestText> |
ServiceRequest.getTextOrFetch()
Retrieval of associated ServiceRequestText entities (one to many).
|
Class<ServiceRequestText> |
ServiceRequestText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceRequest.addText(ServiceRequestText... entity)
Adds elements to the list of associated ServiceRequestText entities.
|
ServiceRequest.ServiceRequestBuilder |
ServiceRequest.ServiceRequestBuilder.text(ServiceRequestText... value)
Navigation property to_Text for ServiceRequest to multiple ServiceRequestText.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceRequest.setText(List<ServiceRequestText> value)
Overwrites the list of associated ServiceRequestText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
ServiceRequestTextCreateFluentHelper(String servicePath,
ServiceRequestText entity)
Creates a fluent helper object that will create a
ServiceRequestText entity on the OData endpoint. |
ServiceRequestTextDeleteFluentHelper(String servicePath,
ServiceRequestText entity)
Creates a fluent helper object that will delete a
ServiceRequestText entity on the OData endpoint. |
ServiceRequestTextUpdateFluentHelper(String servicePath,
ServiceRequestText entity)
Creates a fluent helper object that will update a
ServiceRequestText 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.createServiceRequestText(ServiceRequestText serviceRequestText)
Create a new
ServiceRequestText entity and save it to the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
ServiceRequestServiceBatchChangeSet.createServiceRequestText(ServiceRequestText serviceRequestText)
Create a new
ServiceRequestText entity and save it to the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
DefaultServiceRequestServiceBatchChangeSet.deleteServiceRequestText(ServiceRequestText serviceRequestText)
Deletes an existing
ServiceRequestText entity in the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
ServiceRequestServiceBatchChangeSet.deleteServiceRequestText(ServiceRequestText serviceRequestText)
Deletes an existing
ServiceRequestText entity in the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
DefaultServiceRequestServiceBatchChangeSet.updateServiceRequestText(ServiceRequestText serviceRequestText)
Update an existing
ServiceRequestText entity and save it to the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
ServiceRequestServiceBatchChangeSet.updateServiceRequestText(ServiceRequestText serviceRequestText)
Update an existing
ServiceRequestText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceRequestText> |
ServiceRequestTextOneToOneLink.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 ServiceRequestTextLink<ObjectT> |
ServiceRequestTextLink.translateLinkType(EntityLink<ServiceRequestTextLink<ObjectT>,ServiceRequestText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.