Modifier and Type | Field and Description |
---|---|
static LeadLink<LeadText> |
Lead.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
LeadText |
LeadText.LeadTextBuilder.build() |
protected LeadText |
LeadTextUpdateFluentHelper.getEntity() |
protected LeadText |
LeadTextCreateFluentHelper.getEntity() |
protected LeadText |
LeadTextDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<LeadText> |
Lead.fetchText()
Fetches the LeadText entities (one to many) associated with this entity.
|
protected Class<LeadText> |
LeadTextFluentHelper.getEntityClass() |
protected Class<LeadText> |
LeadTextByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<LeadText>> |
Lead.getTextIfPresent()
Retrieval of associated LeadText entities (one to many).
|
List<LeadText> |
Lead.getTextOrFetch()
Retrieval of associated LeadText entities (one to many).
|
Class<LeadText> |
LeadText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Lead.addText(LeadText... entity)
Adds elements to the list of associated LeadText entities.
|
Lead.LeadBuilder |
Lead.LeadBuilder.text(LeadText... value)
Navigation property to_Text for Lead to multiple LeadText.
|
Modifier and Type | Method and Description |
---|---|
void |
Lead.setText(List<LeadText> value)
Overwrites the list of associated LeadText entities for the loaded navigation property to_Text.
|
Constructor and Description |
---|
LeadTextCreateFluentHelper(String servicePath,
LeadText entity)
Creates a fluent helper object that will create a
LeadText entity on the
OData endpoint. |
LeadTextDeleteFluentHelper(String servicePath,
LeadText entity)
Creates a fluent helper object that will delete a
LeadText entity on the
OData endpoint. |
LeadTextUpdateFluentHelper(String servicePath,
LeadText entity)
Creates a fluent helper object that will update a
LeadText 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.createLeadText(LeadText leadText)
Create a new
LeadText
entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.createLeadText(LeadText leadText)
Create a new
LeadText
entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.deleteLeadText(LeadText leadText)
Deletes an existing
LeadText entity in the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.deleteLeadText(LeadText leadText)
Deletes an existing
LeadText entity in the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.updateLeadText(LeadText leadText)
Update an existing
LeadText entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.updateLeadText(LeadText leadText)
Update an existing
LeadText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<LeadText> |
LeadTextOneToOneLink.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 LeadTextLink<ObjectT> |
LeadTextLink.translateLinkType(EntityLink<LeadTextLink<ObjectT>,LeadText,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
LeadTextCreateFluentHelper |
LeadService.createLeadText(LeadText leadText)
Create a new
LeadText
entity and save it to the S/4HANA system. |
LeadTextCreateFluentHelper |
DefaultLeadService.createLeadText(LeadText leadText) |
LeadTextDeleteFluentHelper |
LeadService.deleteLeadText(LeadText leadText)
Deletes an existing
LeadText entity in the S/4HANA system. |
LeadTextDeleteFluentHelper |
DefaultLeadService.deleteLeadText(LeadText leadText) |
LeadTextUpdateFluentHelper |
LeadService.updateLeadText(LeadText leadText)
Update an existing
LeadText entity and save it to the S/4HANA system. |
LeadTextUpdateFluentHelper |
DefaultLeadService.updateLeadText(LeadText leadText) |
Copyright © 2021 SAP SE. All rights reserved.