Modifier and Type | Field and Description |
---|---|
static PhoneCallActivityLink<PhoneCallActivityText> |
PhoneCallActivity.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
PhoneCallActivityText |
PhoneCallActivityText.PhoneCallActivityTextBuilder.build() |
protected PhoneCallActivityText |
PhoneCallActivityTextUpdateFluentHelper.getEntity() |
protected PhoneCallActivityText |
PhoneCallActivityTextDeleteFluentHelper.getEntity() |
protected PhoneCallActivityText |
PhoneCallActivityTextCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<PhoneCallActivityText> |
PhoneCallActivity.fetchText()
Fetches the PhoneCallActivityText entities (one to many) associated with this entity.
|
protected Class<PhoneCallActivityText> |
PhoneCallActivityTextFluentHelper.getEntityClass() |
protected Class<PhoneCallActivityText> |
PhoneCallActivityTextByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<PhoneCallActivityText>> |
PhoneCallActivity.getTextIfPresent()
Retrieval of associated PhoneCallActivityText entities (one to many).
|
List<PhoneCallActivityText> |
PhoneCallActivity.getTextOrFetch()
Retrieval of associated PhoneCallActivityText entities (one to many).
|
Class<PhoneCallActivityText> |
PhoneCallActivityText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PhoneCallActivity.addText(PhoneCallActivityText... entity)
Adds elements to the list of associated PhoneCallActivityText entities.
|
PhoneCallActivity.PhoneCallActivityBuilder |
PhoneCallActivity.PhoneCallActivityBuilder.text(PhoneCallActivityText... value)
Navigation property to_Text for PhoneCallActivity to multiple PhoneCallActivityText.
|
Modifier and Type | Method and Description |
---|---|
void |
PhoneCallActivity.setText(List<PhoneCallActivityText> value)
Overwrites the list of associated PhoneCallActivityText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
PhoneCallActivityTextCreateFluentHelper(String servicePath,
PhoneCallActivityText entity)
Creates a fluent helper object that will create a
PhoneCallActivityText entity on the OData endpoint. |
PhoneCallActivityTextDeleteFluentHelper(String servicePath,
PhoneCallActivityText entity)
Creates a fluent helper object that will delete a
PhoneCallActivityText entity on the OData endpoint. |
PhoneCallActivityTextUpdateFluentHelper(String servicePath,
PhoneCallActivityText entity)
Creates a fluent helper object that will update a
PhoneCallActivityText entity on the OData endpoint. |
Constructor and Description |
---|
PhoneCallActivity(String phoneCallActivity,
String phoneCallActivityType,
String phoneCallActivityDescription,
UUID phoneCallActivityUUID,
String custMgmtActivityCategory,
String custMgmtActivityPriority,
String custMgmtActivityDirection,
Boolean custMgmtActivityIsPrivate,
Boolean custMgmtActyIsDspdInCalendar,
String account,
String contactPerson,
String phoneCallActivityIsCompleted,
String phoneCallActivityIsRejected,
ZonedDateTime custMgmtActivityStartDateTime,
ZonedDateTime custMgmtActivityEndDateTime,
String responsibleSalesOrganization,
String serviceOrganization,
String responsibleServiceOrganization,
String distributionChannel,
String division,
String salesOrganizationOrgUnitID,
String salesOfficeOrgUnitID,
String salesGroupOrgUnitID,
String marketingReferenceCampaignID,
List<PhoneCallActivityAttendee> toAttendee,
List<PhoneCallActivityPersonResp> toPersonResponsible,
List<PhoneCallActivityText> toText) |
Modifier and Type | Method and Description |
---|---|
PhoneCallActivityServiceBatchChangeSet |
DefaultPhoneCallActivityServiceBatchChangeSet.createPhoneCallActivityText(PhoneCallActivityText phoneCallActivityText)
Create a new
PhoneCallActivityText entity and save it to the S/4HANA system. |
PhoneCallActivityServiceBatchChangeSet |
PhoneCallActivityServiceBatchChangeSet.createPhoneCallActivityText(PhoneCallActivityText phoneCallActivityText)
Create a new
PhoneCallActivityText entity and save it to the S/4HANA system. |
PhoneCallActivityServiceBatchChangeSet |
DefaultPhoneCallActivityServiceBatchChangeSet.deletePhoneCallActivityText(PhoneCallActivityText phoneCallActivityText)
Deletes an existing
PhoneCallActivityText entity in the S/4HANA system. |
PhoneCallActivityServiceBatchChangeSet |
PhoneCallActivityServiceBatchChangeSet.deletePhoneCallActivityText(PhoneCallActivityText phoneCallActivityText)
Deletes an existing
PhoneCallActivityText entity in the S/4HANA system. |
PhoneCallActivityServiceBatchChangeSet |
DefaultPhoneCallActivityServiceBatchChangeSet.updatePhoneCallActivityText(PhoneCallActivityText phoneCallActivityText)
Update an existing
PhoneCallActivityText entity and save it to the S/4HANA system. |
PhoneCallActivityServiceBatchChangeSet |
PhoneCallActivityServiceBatchChangeSet.updatePhoneCallActivityText(PhoneCallActivityText phoneCallActivityText)
Update an existing
PhoneCallActivityText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PhoneCallActivityText> |
PhoneCallActivityTextOneToOneLink.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 PhoneCallActivityTextLink<ObjectT> |
PhoneCallActivityTextLink.translateLinkType(EntityLink<PhoneCallActivityTextLink<ObjectT>,PhoneCallActivityText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.