Modifier and Type | Field and Description |
---|---|
static LeadLink<LeadPersonResp> |
Lead.TO_PERSON_RESPONSIBLE
Use with available fluent helpers to apply the to_PersonResponsible navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
LeadPersonResp |
LeadPersonResp.LeadPersonRespBuilder.build() |
protected LeadPersonResp |
LeadPersonRespCreateFluentHelper.getEntity() |
protected LeadPersonResp |
LeadPersonRespUpdateFluentHelper.getEntity() |
protected LeadPersonResp |
LeadPersonRespDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<LeadPersonResp> |
Lead.fetchPersonResponsible()
Fetches the LeadPersonResp entities (one to many) associated with this entity.
|
protected Class<LeadPersonResp> |
LeadPersonRespFluentHelper.getEntityClass() |
protected Class<LeadPersonResp> |
LeadPersonRespByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<LeadPersonResp>> |
Lead.getPersonResponsibleIfPresent()
Retrieval of associated LeadPersonResp entities (one to many).
|
List<LeadPersonResp> |
Lead.getPersonResponsibleOrFetch()
Retrieval of associated LeadPersonResp entities (one to many).
|
Class<LeadPersonResp> |
LeadPersonResp.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Lead.addPersonResponsible(LeadPersonResp... entity)
Adds elements to the list of associated LeadPersonResp entities.
|
Lead.LeadBuilder |
Lead.LeadBuilder.personResponsible(LeadPersonResp... value)
Navigation property to_PersonResponsible for Lead to multiple LeadPersonResp.
|
Modifier and Type | Method and Description |
---|---|
void |
Lead.setPersonResponsible(List<LeadPersonResp> value)
Overwrites the list of associated LeadPersonResp entities for the loaded navigation property
to_PersonResponsible.
|
Constructor and Description |
---|
LeadPersonRespCreateFluentHelper(String servicePath,
LeadPersonResp entity)
Creates a fluent helper object that will create a
LeadPersonResp
entity on the OData endpoint. |
LeadPersonRespDeleteFluentHelper(String servicePath,
LeadPersonResp entity)
Creates a fluent helper object that will delete a
LeadPersonResp
entity on the OData endpoint. |
LeadPersonRespUpdateFluentHelper(String servicePath,
LeadPersonResp entity)
Creates a fluent helper object that will update a
LeadPersonResp
entity on the OData endpoint. |
Constructor and Description |
---|
Lead(String lead,
String leadProcessType,
String leadDescription,
UUID leadUUID,
String leadOrigin,
String leadPriority,
LocalDateTime statusActiveSinceDate,
String leadGroup,
String leadQualificationLevel,
ZonedDateTime leadEndDateTime,
ZonedDateTime leadStartDateTime,
String leadIsCompleted,
String distributionChannel,
String division,
String salesOrganizationOrgUnitID,
String salesOfficeOrgUnitID,
String salesGroupOrgUnitID,
String responsibleSalesOrganization,
String serviceOrganization,
String responsibleServiceOrganization,
String salesRepresentative,
String contactPerson,
String prospect,
List<LeadItem> toItem,
List<LeadPersonResp> toPersonResponsible,
List<LeadText> toText) |
Modifier and Type | Method and Description |
---|---|
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.createLeadPersonResp(LeadPersonResp leadPersonResp)
Create a new
LeadPersonResp entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.createLeadPersonResp(LeadPersonResp leadPersonResp)
Create a new
LeadPersonResp entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.deleteLeadPersonResp(LeadPersonResp leadPersonResp)
Deletes an existing
LeadPersonResp
entity in the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.deleteLeadPersonResp(LeadPersonResp leadPersonResp)
Deletes an existing
LeadPersonResp
entity in the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.updateLeadPersonResp(LeadPersonResp leadPersonResp)
Update an existing
LeadPersonResp entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.updateLeadPersonResp(LeadPersonResp leadPersonResp)
Update an existing
LeadPersonResp entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<LeadPersonResp> |
LeadPersonRespOneToOneLink.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 LeadPersonRespLink<ObjectT> |
LeadPersonRespLink.translateLinkType(EntityLink<LeadPersonRespLink<ObjectT>,LeadPersonResp,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
LeadPersonRespCreateFluentHelper |
LeadService.createLeadPersonResp(LeadPersonResp leadPersonResp)
Create a new
LeadPersonResp entity and save it to the S/4HANA system. |
LeadPersonRespCreateFluentHelper |
DefaultLeadService.createLeadPersonResp(LeadPersonResp leadPersonResp) |
LeadPersonRespDeleteFluentHelper |
LeadService.deleteLeadPersonResp(LeadPersonResp leadPersonResp)
Deletes an existing
LeadPersonResp
entity in the S/4HANA system. |
LeadPersonRespDeleteFluentHelper |
DefaultLeadService.deleteLeadPersonResp(LeadPersonResp leadPersonResp) |
LeadPersonRespUpdateFluentHelper |
LeadService.updateLeadPersonResp(LeadPersonResp leadPersonResp)
Update an existing
LeadPersonResp entity and save it to the S/4HANA system. |
LeadPersonRespUpdateFluentHelper |
DefaultLeadService.updateLeadPersonResp(LeadPersonResp leadPersonResp) |
Copyright © 2021 SAP SE. All rights reserved.