Modifier and Type | Field and Description |
---|---|
static ServiceRequestLink<ServiceRequestPersonResp> |
ServiceRequest.TO_PERSON_RESPONSIBLE
Use with available fluent helpers to apply the to_PersonResponsible navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceRequestPersonResp |
ServiceRequestPersonResp.ServiceRequestPersonRespBuilder.build() |
protected ServiceRequestPersonResp |
ServiceRequestPersonRespDeleteFluentHelper.getEntity() |
protected ServiceRequestPersonResp |
ServiceRequestPersonRespUpdateFluentHelper.getEntity() |
protected ServiceRequestPersonResp |
ServiceRequestPersonRespCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceRequestPersonResp> |
ServiceRequest.fetchPersonResponsible()
Fetches the ServiceRequestPersonResp entities (one to many) associated with this entity.
|
protected Class<ServiceRequestPersonResp> |
ServiceRequestPersonRespByKeyFluentHelper.getEntityClass() |
protected Class<ServiceRequestPersonResp> |
ServiceRequestPersonRespFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceRequestPersonResp>> |
ServiceRequest.getPersonResponsibleIfPresent()
Retrieval of associated ServiceRequestPersonResp entities (one to many).
|
List<ServiceRequestPersonResp> |
ServiceRequest.getPersonResponsibleOrFetch()
Retrieval of associated ServiceRequestPersonResp entities (one to many).
|
Class<ServiceRequestPersonResp> |
ServiceRequestPersonResp.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceRequest.addPersonResponsible(ServiceRequestPersonResp... entity)
Adds elements to the list of associated ServiceRequestPersonResp entities.
|
ServiceRequest.ServiceRequestBuilder |
ServiceRequest.ServiceRequestBuilder.personResponsible(ServiceRequestPersonResp... value)
Navigation property to_PersonResponsible for ServiceRequest to multiple
ServiceRequestPersonResp.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceRequest.setPersonResponsible(List<ServiceRequestPersonResp> value)
Overwrites the list of associated ServiceRequestPersonResp entities for the loaded navigation property
to_PersonResponsible.
|
Constructor and Description |
---|
ServiceRequestPersonRespCreateFluentHelper(String servicePath,
ServiceRequestPersonResp entity)
Creates a fluent helper object that will create a
ServiceRequestPersonResp entity on the OData endpoint. |
ServiceRequestPersonRespDeleteFluentHelper(String servicePath,
ServiceRequestPersonResp entity)
Creates a fluent helper object that will delete a
ServiceRequestPersonResp entity on the OData endpoint. |
ServiceRequestPersonRespUpdateFluentHelper(String servicePath,
ServiceRequestPersonResp entity)
Creates a fluent helper object that will update a
ServiceRequestPersonResp 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.createServiceRequestPersonResp(ServiceRequestPersonResp serviceRequestPersonResp)
Create a new
ServiceRequestPersonResp entity and save it to the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
ServiceRequestServiceBatchChangeSet.createServiceRequestPersonResp(ServiceRequestPersonResp serviceRequestPersonResp)
Create a new
ServiceRequestPersonResp entity and save it to the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
DefaultServiceRequestServiceBatchChangeSet.deleteServiceRequestPersonResp(ServiceRequestPersonResp serviceRequestPersonResp)
Deletes an existing
ServiceRequestPersonResp entity in the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
ServiceRequestServiceBatchChangeSet.deleteServiceRequestPersonResp(ServiceRequestPersonResp serviceRequestPersonResp)
Deletes an existing
ServiceRequestPersonResp entity in the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
DefaultServiceRequestServiceBatchChangeSet.updateServiceRequestPersonResp(ServiceRequestPersonResp serviceRequestPersonResp)
Update an existing
ServiceRequestPersonResp entity and save it to the S/4HANA system. |
ServiceRequestServiceBatchChangeSet |
ServiceRequestServiceBatchChangeSet.updateServiceRequestPersonResp(ServiceRequestPersonResp serviceRequestPersonResp)
Update an existing
ServiceRequestPersonResp entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceRequestPersonResp> |
ServiceRequestPersonRespOneToOneLink.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 ServiceRequestPersonRespLink<ObjectT> |
ServiceRequestPersonRespLink.translateLinkType(EntityLink<ServiceRequestPersonRespLink<ObjectT>,ServiceRequestPersonResp,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.