Modifier and Type | Field and Description |
---|---|
static OpportunityItemLink<OpportunityItemText> |
OpportunityItem.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
OpportunityItemText |
OpportunityItemText.OpportunityItemTextBuilder.build() |
protected OpportunityItemText |
OpportunityItemTextCreateFluentHelper.getEntity() |
protected OpportunityItemText |
OpportunityItemTextDeleteFluentHelper.getEntity() |
protected OpportunityItemText |
OpportunityItemTextUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<OpportunityItemText> |
OpportunityItem.fetchText()
Fetches the OpportunityItemText entities (one to many) associated with this entity.
|
protected Class<OpportunityItemText> |
OpportunityItemTextByKeyFluentHelper.getEntityClass() |
protected Class<OpportunityItemText> |
OpportunityItemTextFluentHelper.getEntityClass() |
io.vavr.control.Option<List<OpportunityItemText>> |
OpportunityItem.getTextIfPresent()
Retrieval of associated OpportunityItemText entities (one to many).
|
List<OpportunityItemText> |
OpportunityItem.getTextOrFetch()
Retrieval of associated OpportunityItemText entities (one to many).
|
Class<OpportunityItemText> |
OpportunityItemText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
OpportunityItem.addText(OpportunityItemText... entity)
Adds elements to the list of associated OpportunityItemText entities.
|
OpportunityItem.OpportunityItemBuilder |
OpportunityItem.OpportunityItemBuilder.text(OpportunityItemText... value)
Navigation property to_Text for OpportunityItem to multiple OpportunityItemText.
|
Modifier and Type | Method and Description |
---|---|
void |
OpportunityItem.setText(List<OpportunityItemText> value)
Overwrites the list of associated OpportunityItemText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
OpportunityItemTextCreateFluentHelper(String servicePath,
OpportunityItemText entity)
Creates a fluent helper object that will create a
OpportunityItemText entity on the OData endpoint. |
OpportunityItemTextDeleteFluentHelper(String servicePath,
OpportunityItemText entity)
Creates a fluent helper object that will delete a
OpportunityItemText entity on the OData endpoint. |
OpportunityItemTextUpdateFluentHelper(String servicePath,
OpportunityItemText entity)
Creates a fluent helper object that will update a
OpportunityItemText entity on the OData endpoint. |
Constructor and Description |
---|
OpportunityItem(String opportunity,
String opportunityItem,
UUID opportunityUUID,
String opportunityItemCategory,
UUID opportunityItemUUID,
String opportunityItemDescription,
String product,
String productHierarchy,
BigDecimal netValueAmount,
String transactionCurrency,
BigDecimal productQuantity,
String salesQuantityUnit,
String opportunityItemStatus,
String competitor,
String contactPerson,
String prospect,
String payerParty,
String referenceLead,
String referenceLeadItem,
Opportunity toOpportunity,
List<OpptyItmFUPSalesOrder> toOpportunityItemSalesOrder,
List<OpptyItmFUPSalesQuotation> toOpportunityItemSalesQuotation,
List<OpptyItmFUPServiceOrder> toOpportunityItemServiceOrder,
List<OpportunityItemPersonResp> toPersonResponsible,
List<OpportunityItemSalesRep> toSalesRepresentative,
List<OpportunityItemText> toText) |
Modifier and Type | Method and Description |
---|---|
OpportunityServiceBatchChangeSet |
DefaultOpportunityServiceBatchChangeSet.createOpportunityItemText(OpportunityItemText opportunityItemText)
Create a new
OpportunityItemText entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.createOpportunityItemText(OpportunityItemText opportunityItemText)
Create a new
OpportunityItemText entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
DefaultOpportunityServiceBatchChangeSet.deleteOpportunityItemText(OpportunityItemText opportunityItemText)
Deletes an existing
OpportunityItemText entity in the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.deleteOpportunityItemText(OpportunityItemText opportunityItemText)
Deletes an existing
OpportunityItemText entity in the S/4HANA system. |
OpportunityServiceBatchChangeSet |
DefaultOpportunityServiceBatchChangeSet.updateOpportunityItemText(OpportunityItemText opportunityItemText)
Update an existing
OpportunityItemText entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.updateOpportunityItemText(OpportunityItemText opportunityItemText)
Update an existing
OpportunityItemText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<OpportunityItemText> |
OpportunityItemTextOneToOneLink.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 OpportunityItemTextLink<ObjectT> |
OpportunityItemTextLink.translateLinkType(EntityLink<OpportunityItemTextLink<ObjectT>,OpportunityItemText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.