Modifier and Type | Field and Description |
---|---|
static LeadLink<LeadItem> |
Lead.TO_ITEM
Use with available fluent helpers to apply the to_Item navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
LeadItem |
LeadItem.LeadItemBuilder.build() |
protected LeadItem |
LeadItemUpdateFluentHelper.getEntity() |
protected LeadItem |
LeadItemDeleteFluentHelper.getEntity() |
protected LeadItem |
LeadItemCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<LeadItem> |
Lead.fetchItem()
Fetches the LeadItem entities (one to many) associated with this entity.
|
protected Class<LeadItem> |
LeadItemByKeyFluentHelper.getEntityClass() |
protected Class<LeadItem> |
LeadItemFluentHelper.getEntityClass() |
io.vavr.control.Option<List<LeadItem>> |
Lead.getItemIfPresent()
Retrieval of associated LeadItem entities (one to many).
|
List<LeadItem> |
Lead.getItemOrFetch()
Retrieval of associated LeadItem entities (one to many).
|
Class<LeadItem> |
LeadItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Lead.addItem(LeadItem... entity)
Adds elements to the list of associated LeadItem entities.
|
Lead.LeadBuilder |
Lead.LeadBuilder.item(LeadItem... value)
Navigation property to_Item for Lead to multiple LeadItem.
|
Modifier and Type | Method and Description |
---|---|
void |
Lead.setItem(List<LeadItem> value)
Overwrites the list of associated LeadItem entities for the loaded navigation property to_Item.
|
Constructor and Description |
---|
LeadItemCreateFluentHelper(String servicePath,
LeadItem entity)
Creates a fluent helper object that will create a
LeadItem entity on the
OData endpoint. |
LeadItemDeleteFluentHelper(String servicePath,
LeadItem entity)
Creates a fluent helper object that will delete a
LeadItem entity on the
OData endpoint. |
LeadItemUpdateFluentHelper(String servicePath,
LeadItem entity)
Creates a fluent helper object that will update a
LeadItem 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.createLeadItem(LeadItem leadItem)
Create a new
LeadItem
entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.createLeadItem(LeadItem leadItem)
Create a new
LeadItem
entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.deleteLeadItem(LeadItem leadItem)
Deletes an existing
LeadItem entity in the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.deleteLeadItem(LeadItem leadItem)
Deletes an existing
LeadItem entity in the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.updateLeadItem(LeadItem leadItem)
Update an existing
LeadItem entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.updateLeadItem(LeadItem leadItem)
Update an existing
LeadItem entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<LeadItem> |
LeadItemOneToOneLink.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 LeadItemLink<ObjectT> |
LeadItemLink.translateLinkType(EntityLink<LeadItemLink<ObjectT>,LeadItem,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
LeadItemCreateFluentHelper |
LeadService.createLeadItem(LeadItem leadItem)
Create a new
LeadItem
entity and save it to the S/4HANA system. |
LeadItemCreateFluentHelper |
DefaultLeadService.createLeadItem(LeadItem leadItem) |
LeadItemDeleteFluentHelper |
LeadService.deleteLeadItem(LeadItem leadItem)
Deletes an existing
LeadItem entity in the S/4HANA system. |
LeadItemDeleteFluentHelper |
DefaultLeadService.deleteLeadItem(LeadItem leadItem) |
LeadItemUpdateFluentHelper |
LeadService.updateLeadItem(LeadItem leadItem)
Update an existing
LeadItem entity and save it to the S/4HANA system. |
LeadItemUpdateFluentHelper |
DefaultLeadService.updateLeadItem(LeadItem leadItem) |
Copyright © 2021 SAP SE. All rights reserved.