Modifier and Type | Field and Description |
---|---|
static PhoneCallActivityLink<PhoneCallActivityPersonResp> |
PhoneCallActivity.TO_PERSON_RESPONSIBLE
Use with available fluent helpers to apply the to_PersonResponsible navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
PhoneCallActivityPersonResp |
PhoneCallActivityPersonResp.PhoneCallActivityPersonRespBuilder.build() |
protected PhoneCallActivityPersonResp |
PhoneCallActivityPersonRespCreateFluentHelper.getEntity() |
protected PhoneCallActivityPersonResp |
PhoneCallActivityPersonRespUpdateFluentHelper.getEntity() |
protected PhoneCallActivityPersonResp |
PhoneCallActivityPersonRespDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<PhoneCallActivityPersonResp> |
PhoneCallActivity.fetchPersonResponsible()
Fetches the PhoneCallActivityPersonResp entities (one to many) associated with this entity.
|
protected Class<PhoneCallActivityPersonResp> |
PhoneCallActivityPersonRespByKeyFluentHelper.getEntityClass() |
protected Class<PhoneCallActivityPersonResp> |
PhoneCallActivityPersonRespFluentHelper.getEntityClass() |
io.vavr.control.Option<List<PhoneCallActivityPersonResp>> |
PhoneCallActivity.getPersonResponsibleIfPresent()
Retrieval of associated PhoneCallActivityPersonResp entities (one to many).
|
List<PhoneCallActivityPersonResp> |
PhoneCallActivity.getPersonResponsibleOrFetch()
Retrieval of associated PhoneCallActivityPersonResp entities (one to many).
|
Class<PhoneCallActivityPersonResp> |
PhoneCallActivityPersonResp.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PhoneCallActivity.addPersonResponsible(PhoneCallActivityPersonResp... entity)
Adds elements to the list of associated PhoneCallActivityPersonResp entities.
|
PhoneCallActivity.PhoneCallActivityBuilder |
PhoneCallActivity.PhoneCallActivityBuilder.personResponsible(PhoneCallActivityPersonResp... value)
Navigation property to_PersonResponsible for PhoneCallActivity to multiple
PhoneCallActivityPersonResp.
|
Modifier and Type | Method and Description |
---|---|
void |
PhoneCallActivity.setPersonResponsible(List<PhoneCallActivityPersonResp> value)
Overwrites the list of associated PhoneCallActivityPersonResp entities for the loaded navigation property
to_PersonResponsible.
|
Constructor and Description |
---|
PhoneCallActivityPersonRespCreateFluentHelper(String servicePath,
PhoneCallActivityPersonResp entity)
Creates a fluent helper object that will create a
PhoneCallActivityPersonResp entity on the OData endpoint. |
PhoneCallActivityPersonRespDeleteFluentHelper(String servicePath,
PhoneCallActivityPersonResp entity)
Creates a fluent helper object that will delete a
PhoneCallActivityPersonResp entity on the OData endpoint. |
PhoneCallActivityPersonRespUpdateFluentHelper(String servicePath,
PhoneCallActivityPersonResp entity)
Creates a fluent helper object that will update a
PhoneCallActivityPersonResp 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 |
---|---|
ExpressionFluentHelper<PhoneCallActivityPersonResp> |
PhoneCallActivityPersonRespOneToOneLink.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 PhoneCallActivityPersonRespLink<ObjectT> |
PhoneCallActivityPersonRespLink.translateLinkType(EntityLink<PhoneCallActivityPersonRespLink<ObjectT>,PhoneCallActivityPersonResp,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.