public class AppointmentActivity extends VdmEntity<AppointmentActivity>
Original entity name from the Odata EDM: A_AppointmentActivityType
Modifier and Type | Class and Description |
---|---|
static class |
AppointmentActivity.AppointmentActivityBuilder
Helper class to allow for fluent creation of AppointmentActivity instances.
|
Modifier and Type | Field and Description |
---|---|
static AppointmentActivityField<String> |
ACCOUNT
Use with available fluent helpers to apply the Account field to query operations.
|
static AppointmentActivitySelectable |
ALL_FIELDS
Selector for all available fields of AppointmentActivity.
|
static AppointmentActivityField<String> |
APPOINTMENT_ACTIVITY
Use with available fluent helpers to apply the AppointmentActivity field to query operations.
|
static AppointmentActivityField<String> |
APPOINTMENT_ACTIVITY_DESCRIPTION
Use with available fluent helpers to apply the AppointmentActivityDescription field to query operations.
|
static AppointmentActivityField<String> |
APPOINTMENT_ACTIVITY_IS_COMPLETED
Use with available fluent helpers to apply the AppointmentActivityIsCompleted field to query operations.
|
static AppointmentActivityField<String> |
APPOINTMENT_ACTIVITY_IS_REJECTED
Use with available fluent helpers to apply the AppointmentActivityIsRejected field to query operations.
|
static AppointmentActivityField<String> |
APPOINTMENT_ACTIVITY_TYPE
Use with available fluent helpers to apply the AppointmentActivityType field to query operations.
|
static AppointmentActivityField<UUID> |
APPOINTMENT_ACTIVITY_UUID
Use with available fluent helpers to apply the AppointmentActivityUUID field to query operations.
|
static AppointmentActivityField<String> |
APPT_ACTIVITY_LOCATION_TEXT
Use with available fluent helpers to apply the ApptActivityLocationText field to query operations.
|
static AppointmentActivityField<String> |
CONTACT_PERSON
Use with available fluent helpers to apply the ContactPerson field to query operations.
|
static AppointmentActivityField<String> |
CUST_MGMT_ACTIVITY_CATEGORY
Use with available fluent helpers to apply the CustMgmtActivityCategory field to query operations.
|
static AppointmentActivityField<ZonedDateTime> |
CUST_MGMT_ACTIVITY_END_DATE_TIME
Use with available fluent helpers to apply the CustMgmtActivityEndDateTime field to query operations.
|
static AppointmentActivityField<Boolean> |
CUST_MGMT_ACTIVITY_IS_PRIVATE
Use with available fluent helpers to apply the CustMgmtActivityIsPrivate field to query operations.
|
static AppointmentActivityField<String> |
CUST_MGMT_ACTIVITY_PRIORITY
Use with available fluent helpers to apply the CustMgmtActivityPriority field to query operations.
|
static AppointmentActivityField<ZonedDateTime> |
CUST_MGMT_ACTIVITY_START_DATE_TIME
Use with available fluent helpers to apply the CustMgmtActivityStartDateTime field to query operations.
|
static AppointmentActivityField<Boolean> |
CUST_MGMT_ACTY_IS_DSPD_IN_CALENDAR
Use with available fluent helpers to apply the CustMgmtActyIsDspdInCalendar field to query operations.
|
static AppointmentActivityField<String> |
DISTRIBUTION_CHANNEL
Use with available fluent helpers to apply the DistributionChannel field to query operations.
|
static AppointmentActivityField<String> |
DIVISION
Use with available fluent helpers to apply the Division field to query operations.
|
static AppointmentActivityField<String> |
RESPONSIBLE_SALES_ORGANIZATION
Use with available fluent helpers to apply the ResponsibleSalesOrganization field to query operations.
|
static AppointmentActivityField<String> |
RESPONSIBLE_SERVICE_ORGANIZATION
Use with available fluent helpers to apply the ResponsibleServiceOrganization field to query operations.
|
static AppointmentActivityField<String> |
SALES_GROUP_ORG_UNIT_ID
Use with available fluent helpers to apply the SalesGroupOrgUnitID field to query operations.
|
static AppointmentActivityField<String> |
SALES_OFFICE_ORG_UNIT_ID
Use with available fluent helpers to apply the SalesOfficeOrgUnitID field to query operations.
|
static AppointmentActivityField<String> |
SALES_ORGANIZATION_ORG_UNIT_ID
Use with available fluent helpers to apply the SalesOrganizationOrgUnitID field to query operations.
|
static AppointmentActivityField<String> |
SERVICE_ORGANIZATION
Use with available fluent helpers to apply the ServiceOrganization field to query operations.
|
static AppointmentActivityLink<AppointmentActyAttendee> |
TO_APPOINTMENT_ACTIVITY_ATTENDEE
Use with available fluent helpers to apply the to_AppointmentActivityAttendee navigation property to query
operations.
|
static AppointmentActivityLink<AppointmentActyPersonResp> |
TO_PERSON_RESPONSIBLE
Use with available fluent helpers to apply the to_PersonResponsible navigation property to query
operations.
|
static AppointmentActivityLink<AppointmentActivityText> |
TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
AppointmentActivity() |
AppointmentActivity(String appointmentActivity,
String appointmentActivityType,
UUID appointmentActivityUUID,
String appointmentActivityDescription,
String custMgmtActivityCategory,
String custMgmtActivityPriority,
Boolean custMgmtActivityIsPrivate,
Boolean custMgmtActyIsDspdInCalendar,
String apptActivityLocationText,
String account,
String contactPerson,
String appointmentActivityIsCompleted,
String appointmentActivityIsRejected,
ZonedDateTime custMgmtActivityStartDateTime,
ZonedDateTime custMgmtActivityEndDateTime,
String responsibleSalesOrganization,
String serviceOrganization,
String responsibleServiceOrganization,
String distributionChannel,
String division,
String salesOrganizationOrgUnitID,
String salesOfficeOrgUnitID,
String salesGroupOrgUnitID,
List<AppointmentActyAttendee> toAppointmentActivityAttendee,
List<AppointmentActyPersonResp> toPersonResponsible,
List<AppointmentActivityText> toText) |
Modifier and Type | Method and Description |
---|---|
void |
addAppointmentActivityAttendee(AppointmentActyAttendee... entity)
Adds elements to the list of associated AppointmentActyAttendee entities.
|
void |
addPersonResponsible(AppointmentActyPersonResp... entity)
Adds elements to the list of associated AppointmentActyPersonResp entities.
|
void |
addText(AppointmentActivityText... entity)
Adds elements to the list of associated AppointmentActivityText entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static AppointmentActivity.AppointmentActivityBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<AppointmentActyAttendee> |
fetchAppointmentActivityAttendee()
Fetches the AppointmentActyAttendee entities (one to many) associated with this entity.
|
List<AppointmentActyPersonResp> |
fetchPersonResponsible()
Fetches the AppointmentActyPersonResp entities (one to many) associated with this entity.
|
List<AppointmentActivityText> |
fetchText()
Fetches the AppointmentActivityText entities (one to many) associated with this entity.
|
static <T> AppointmentActivityField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getAccount()
Constraints: Not nullable, Maximum length: 10
|
String |
getAppointmentActivity()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
io.vavr.control.Option<List<AppointmentActyAttendee>> |
getAppointmentActivityAttendeeIfPresent()
Retrieval of associated AppointmentActyAttendee entities (one to many).
|
List<AppointmentActyAttendee> |
getAppointmentActivityAttendeeOrFetch()
Retrieval of associated AppointmentActyAttendee entities (one to many).
|
String |
getAppointmentActivityDescription()
Constraints: Not nullable, Maximum length: 40
|
String |
getAppointmentActivityIsCompleted()
Constraints: Not nullable, Maximum length: 1
|
String |
getAppointmentActivityIsRejected()
Constraints: Not nullable, Maximum length: 1
|
String |
getAppointmentActivityType()
Constraints: Not nullable, Maximum length: 4
|
UUID |
getAppointmentActivityUUID()
Constraints: none
|
String |
getApptActivityLocationText()
Constraints: Not nullable, Maximum length: 100
|
String |
getContactPerson()
Constraints: Not nullable, Maximum length: 10
|
String |
getCustMgmtActivityCategory()
Constraints: Not nullable, Maximum length: 3
|
ZonedDateTime |
getCustMgmtActivityEndDateTime()
Constraints: Not nullable, Precision: 0
|
Boolean |
getCustMgmtActivityIsPrivate()
Constraints: none
|
String |
getCustMgmtActivityPriority()
Constraints: Not nullable, Maximum length: 1
|
ZonedDateTime |
getCustMgmtActivityStartDateTime()
Constraints: Not nullable, Precision: 0
|
Boolean |
getCustMgmtActyIsDspdInCalendar()
Constraints: none
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
String |
getDistributionChannel()
Constraints: Not nullable, Maximum length: 2
|
String |
getDivision()
Constraints: Not nullable, Maximum length: 2
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
protected Map<String,Object> |
getKey() |
io.vavr.control.Option<List<AppointmentActyPersonResp>> |
getPersonResponsibleIfPresent()
Retrieval of associated AppointmentActyPersonResp entities (one to many).
|
List<AppointmentActyPersonResp> |
getPersonResponsibleOrFetch()
Retrieval of associated AppointmentActyPersonResp entities (one to many).
|
String |
getResponsibleSalesOrganization()
Constraints: Not nullable, Maximum length: 14
|
String |
getResponsibleServiceOrganization()
Constraints: Not nullable, Maximum length: 14
|
String |
getSalesGroupOrgUnitID()
Constraints: Not nullable, Maximum length: 14
|
String |
getSalesOfficeOrgUnitID()
Constraints: Not nullable, Maximum length: 14
|
String |
getSalesOrganizationOrgUnitID()
Constraints: Not nullable, Maximum length: 14
|
String |
getServiceOrganization()
Constraints: Not nullable, Maximum length: 14
|
io.vavr.control.Option<List<AppointmentActivityText>> |
getTextIfPresent()
Retrieval of associated AppointmentActivityText entities (one to many).
|
List<AppointmentActivityText> |
getTextOrFetch()
Retrieval of associated AppointmentActivityText entities (one to many).
|
Class<AppointmentActivity> |
getType() |
int |
hashCode() |
void |
setAccount(String account)
Constraints: Not nullable, Maximum length: 10
|
void |
setAppointmentActivity(String appointmentActivity)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setAppointmentActivityAttendee(List<AppointmentActyAttendee> value)
Overwrites the list of associated AppointmentActyAttendee entities for the loaded navigation property
to_AppointmentActivityAttendee.
|
void |
setAppointmentActivityDescription(String appointmentActivityDescription)
Constraints: Not nullable, Maximum length: 40
|
void |
setAppointmentActivityIsCompleted(String appointmentActivityIsCompleted)
Constraints: Not nullable, Maximum length: 1
|
void |
setAppointmentActivityIsRejected(String appointmentActivityIsRejected)
Constraints: Not nullable, Maximum length: 1
|
void |
setAppointmentActivityType(String appointmentActivityType)
Constraints: Not nullable, Maximum length: 4
|
void |
setAppointmentActivityUUID(UUID appointmentActivityUUID)
Constraints: none
|
void |
setApptActivityLocationText(String apptActivityLocationText)
Constraints: Not nullable, Maximum length: 100
|
void |
setContactPerson(String contactPerson)
Constraints: Not nullable, Maximum length: 10
|
void |
setCustMgmtActivityCategory(String custMgmtActivityCategory)
Constraints: Not nullable, Maximum length: 3
|
void |
setCustMgmtActivityEndDateTime(ZonedDateTime custMgmtActivityEndDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setCustMgmtActivityIsPrivate(Boolean custMgmtActivityIsPrivate)
Constraints: none
|
void |
setCustMgmtActivityPriority(String custMgmtActivityPriority)
Constraints: Not nullable, Maximum length: 1
|
void |
setCustMgmtActivityStartDateTime(ZonedDateTime custMgmtActivityStartDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setCustMgmtActyIsDspdInCalendar(Boolean custMgmtActyIsDspdInCalendar)
Constraints: none
|
void |
setDistributionChannel(String distributionChannel)
Constraints: Not nullable, Maximum length: 2
|
void |
setDivision(String division)
Constraints: Not nullable, Maximum length: 2
|
void |
setPersonResponsible(List<AppointmentActyPersonResp> value)
Overwrites the list of associated AppointmentActyPersonResp entities for the loaded navigation property
to_PersonResponsible.
|
void |
setResponsibleSalesOrganization(String responsibleSalesOrganization)
Constraints: Not nullable, Maximum length: 14
|
void |
setResponsibleServiceOrganization(String responsibleServiceOrganization)
Constraints: Not nullable, Maximum length: 14
|
void |
setSalesGroupOrgUnitID(String salesGroupOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
void |
setSalesOfficeOrgUnitID(String salesOfficeOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
void |
setSalesOrganizationOrgUnitID(String salesOrganizationOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
void |
setServiceOrganization(String serviceOrganization)
Constraints: Not nullable, Maximum length: 14
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setText(List<AppointmentActivityText> value)
Overwrites the list of associated AppointmentActivityText entities for the loaded navigation property
to_Text.
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final AppointmentActivitySelectable ALL_FIELDS
public static final AppointmentActivityField<String> APPOINTMENT_ACTIVITY
public static final AppointmentActivityField<String> APPOINTMENT_ACTIVITY_TYPE
public static final AppointmentActivityField<UUID> APPOINTMENT_ACTIVITY_UUID
public static final AppointmentActivityField<String> APPOINTMENT_ACTIVITY_DESCRIPTION
public static final AppointmentActivityField<String> CUST_MGMT_ACTIVITY_CATEGORY
public static final AppointmentActivityField<String> CUST_MGMT_ACTIVITY_PRIORITY
public static final AppointmentActivityField<Boolean> CUST_MGMT_ACTIVITY_IS_PRIVATE
public static final AppointmentActivityField<Boolean> CUST_MGMT_ACTY_IS_DSPD_IN_CALENDAR
public static final AppointmentActivityField<String> APPT_ACTIVITY_LOCATION_TEXT
public static final AppointmentActivityField<String> ACCOUNT
public static final AppointmentActivityField<String> CONTACT_PERSON
public static final AppointmentActivityField<String> APPOINTMENT_ACTIVITY_IS_COMPLETED
public static final AppointmentActivityField<String> APPOINTMENT_ACTIVITY_IS_REJECTED
public static final AppointmentActivityField<ZonedDateTime> CUST_MGMT_ACTIVITY_START_DATE_TIME
public static final AppointmentActivityField<ZonedDateTime> CUST_MGMT_ACTIVITY_END_DATE_TIME
public static final AppointmentActivityField<String> RESPONSIBLE_SALES_ORGANIZATION
public static final AppointmentActivityField<String> SERVICE_ORGANIZATION
public static final AppointmentActivityField<String> RESPONSIBLE_SERVICE_ORGANIZATION
public static final AppointmentActivityField<String> DISTRIBUTION_CHANNEL
public static final AppointmentActivityField<String> DIVISION
public static final AppointmentActivityField<String> SALES_ORGANIZATION_ORG_UNIT_ID
public static final AppointmentActivityField<String> SALES_OFFICE_ORG_UNIT_ID
public static final AppointmentActivityField<String> SALES_GROUP_ORG_UNIT_ID
public static final AppointmentActivityLink<AppointmentActyAttendee> TO_APPOINTMENT_ACTIVITY_ATTENDEE
public static final AppointmentActivityLink<AppointmentActyPersonResp> TO_PERSON_RESPONSIBLE
public static final AppointmentActivityLink<AppointmentActivityText> TO_TEXT
public AppointmentActivity()
public AppointmentActivity(@Nullable String appointmentActivity, @Nullable String appointmentActivityType, @Nullable UUID appointmentActivityUUID, @Nullable String appointmentActivityDescription, @Nullable String custMgmtActivityCategory, @Nullable String custMgmtActivityPriority, @Nullable Boolean custMgmtActivityIsPrivate, @Nullable Boolean custMgmtActyIsDspdInCalendar, @Nullable String apptActivityLocationText, @Nullable String account, @Nullable String contactPerson, @Nullable String appointmentActivityIsCompleted, @Nullable String appointmentActivityIsRejected, @Nullable ZonedDateTime custMgmtActivityStartDateTime, @Nullable ZonedDateTime custMgmtActivityEndDateTime, @Nullable String responsibleSalesOrganization, @Nullable String serviceOrganization, @Nullable String responsibleServiceOrganization, @Nullable String distributionChannel, @Nullable String division, @Nullable String salesOrganizationOrgUnitID, @Nullable String salesOfficeOrgUnitID, @Nullable String salesGroupOrgUnitID, List<AppointmentActyAttendee> toAppointmentActivityAttendee, List<AppointmentActyPersonResp> toPersonResponsible, List<AppointmentActivityText> toText)
@Nonnull public Class<AppointmentActivity> getType()
getType
in class VdmObject<AppointmentActivity>
public void setAppointmentActivity(@Nullable String appointmentActivity)
Original property name from the Odata EDM: AppointmentActivity
appointmentActivity
- Transaction IDpublic void setAppointmentActivityType(@Nullable String appointmentActivityType)
Original property name from the Odata EDM: AppointmentActivityType
appointmentActivityType
- Business Transaction Typepublic void setAppointmentActivityUUID(@Nullable UUID appointmentActivityUUID)
Original property name from the Odata EDM: AppointmentActivityUUID
appointmentActivityUUID
- GUID of a CRM Order Objectpublic void setAppointmentActivityDescription(@Nullable String appointmentActivityDescription)
Original property name from the Odata EDM: AppointmentActivityDescription
appointmentActivityDescription
- Transaction Descriptionpublic void setCustMgmtActivityCategory(@Nullable String custMgmtActivityCategory)
Original property name from the Odata EDM: CustMgmtActivityCategory
custMgmtActivityCategory
- Activity Category (Communication Type)public void setCustMgmtActivityPriority(@Nullable String custMgmtActivityPriority)
Original property name from the Odata EDM: CustMgmtActivityPriority
custMgmtActivityPriority
- Activity Prioritypublic void setCustMgmtActivityIsPrivate(@Nullable Boolean custMgmtActivityIsPrivate)
Original property name from the Odata EDM: CustMgmtActivityIsPrivate
custMgmtActivityIsPrivate
- Indicator: Task is Privatepublic void setCustMgmtActyIsDspdInCalendar(@Nullable Boolean custMgmtActyIsDspdInCalendar)
Original property name from the Odata EDM: CustMgmtActyIsDspdInCalendar
custMgmtActyIsDspdInCalendar
- Include Activity in Calendarpublic void setApptActivityLocationText(@Nullable String apptActivityLocationText)
Original property name from the Odata EDM: ApptActivityLocationText
apptActivityLocationText
- Locationpublic void setAccount(@Nullable String account)
Original property name from the Odata EDM: Account
account
- Activity Partnerpublic void setContactPerson(@Nullable String contactPerson)
Original property name from the Odata EDM: ContactPerson
contactPerson
- Customer Contact Personpublic void setAppointmentActivityIsCompleted(@Nullable String appointmentActivityIsCompleted)
Original property name from the Odata EDM: AppointmentActivityIsCompleted
appointmentActivityIsCompleted
- The appointmentActivityIsCompleted to set.public void setAppointmentActivityIsRejected(@Nullable String appointmentActivityIsRejected)
Original property name from the Odata EDM: AppointmentActivityIsRejected
appointmentActivityIsRejected
- Cancellation Statuspublic void setCustMgmtActivityStartDateTime(@Nullable ZonedDateTime custMgmtActivityStartDateTime)
Original property name from the Odata EDM: CustMgmtActivityStartDateTime
custMgmtActivityStartDateTime
- Start Datepublic void setCustMgmtActivityEndDateTime(@Nullable ZonedDateTime custMgmtActivityEndDateTime)
Original property name from the Odata EDM: CustMgmtActivityEndDateTime
custMgmtActivityEndDateTime
- End Datepublic void setResponsibleSalesOrganization(@Nullable String responsibleSalesOrganization)
Original property name from the Odata EDM: ResponsibleSalesOrganization
responsibleSalesOrganization
- Organizational Unit (Sales)public void setServiceOrganization(@Nullable String serviceOrganization)
Original property name from the Odata EDM: ServiceOrganization
serviceOrganization
- Service Organizationpublic void setResponsibleServiceOrganization(@Nullable String responsibleServiceOrganization)
Original property name from the Odata EDM: ResponsibleServiceOrganization
responsibleServiceOrganization
- Organizational Unit (Service)public void setDistributionChannel(@Nullable String distributionChannel)
Original property name from the Odata EDM: DistributionChannel
distributionChannel
- Distribution Channelpublic void setDivision(@Nullable String division)
Original property name from the Odata EDM: Division
division
- Divisionpublic void setSalesOrganizationOrgUnitID(@Nullable String salesOrganizationOrgUnitID)
Original property name from the Odata EDM: SalesOrganizationOrgUnitID
salesOrganizationOrgUnitID
- Sales Organization IDpublic void setSalesOfficeOrgUnitID(@Nullable String salesOfficeOrgUnitID)
Original property name from the Odata EDM: SalesOfficeOrgUnitID
salesOfficeOrgUnitID
- Sales Officepublic void setSalesGroupOrgUnitID(@Nullable String salesGroupOrgUnitID)
Original property name from the Odata EDM: SalesGroupOrgUnitID
salesGroupOrgUnitID
- Sales Groupprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<AppointmentActivity>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<AppointmentActivity>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<AppointmentActivity>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<AppointmentActivity>
@Nonnull public static <T> AppointmentActivityField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> AppointmentActivityField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<AppointmentActivity>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<AppointmentActivity>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<AppointmentActivity>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<AppointmentActivity>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<AppointmentActivity>
@Nonnull public List<AppointmentActyAttendee> fetchAppointmentActivityAttendee() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<AppointmentActyAttendee> getAppointmentActivityAttendeeOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_AppointmentActivityAttendee of a queried AppointmentActivity is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<AppointmentActyAttendee>> getAppointmentActivityAttendeeIfPresent()
If the navigation property for an entity AppointmentActivity has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with
result state empty
is returned.public void setAppointmentActivityAttendee(@Nonnull List<AppointmentActyAttendee> value)
If the navigation property to_AppointmentActivityAttendee of a queried AppointmentActivity is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of AppointmentActyAttendee entities.public void addAppointmentActivityAttendee(AppointmentActyAttendee... entity)
If the navigation property to_AppointmentActivityAttendee of a queried AppointmentActivity is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of AppointmentActyAttendee entities.@Nonnull public List<AppointmentActyPersonResp> fetchPersonResponsible() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<AppointmentActyPersonResp> getPersonResponsibleOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PersonResponsible of a queried AppointmentActivity is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<AppointmentActyPersonResp>> getPersonResponsibleIfPresent()
If the navigation property for an entity AppointmentActivity has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setPersonResponsible(@Nonnull List<AppointmentActyPersonResp> value)
If the navigation property to_PersonResponsible of a queried AppointmentActivity is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of AppointmentActyPersonResp entities.public void addPersonResponsible(AppointmentActyPersonResp... entity)
If the navigation property to_PersonResponsible of a queried AppointmentActivity is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of AppointmentActyPersonResp entities.@Nonnull public List<AppointmentActivityText> fetchText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<AppointmentActivityText> getTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Text of a queried AppointmentActivity is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<AppointmentActivityText>> getTextIfPresent()
If the navigation property for an entity AppointmentActivity has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setText(@Nonnull List<AppointmentActivityText> value)
If the navigation property to_Text of a queried AppointmentActivity is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of AppointmentActivityText entities.public void addText(AppointmentActivityText... entity)
If the navigation property to_Text of a queried AppointmentActivity is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of AppointmentActivityText entities.@Nonnull public static AppointmentActivity.AppointmentActivityBuilder builder()
@Nullable public String getAppointmentActivity()
Original property name from the Odata EDM: AppointmentActivity
@Nullable public String getAppointmentActivityType()
Original property name from the Odata EDM: AppointmentActivityType
@Nullable public UUID getAppointmentActivityUUID()
Original property name from the Odata EDM: AppointmentActivityUUID
@Nullable public String getAppointmentActivityDescription()
Original property name from the Odata EDM: AppointmentActivityDescription
@Nullable public String getCustMgmtActivityCategory()
Original property name from the Odata EDM: CustMgmtActivityCategory
@Nullable public String getCustMgmtActivityPriority()
Original property name from the Odata EDM: CustMgmtActivityPriority
@Nullable public Boolean getCustMgmtActivityIsPrivate()
Original property name from the Odata EDM: CustMgmtActivityIsPrivate
@Nullable public Boolean getCustMgmtActyIsDspdInCalendar()
Original property name from the Odata EDM: CustMgmtActyIsDspdInCalendar
@Nullable public String getApptActivityLocationText()
Original property name from the Odata EDM: ApptActivityLocationText
@Nullable public String getAccount()
Original property name from the Odata EDM: Account
@Nullable public String getContactPerson()
Original property name from the Odata EDM: ContactPerson
@Nullable public String getAppointmentActivityIsCompleted()
Original property name from the Odata EDM: AppointmentActivityIsCompleted
@Nullable public String getAppointmentActivityIsRejected()
Original property name from the Odata EDM: AppointmentActivityIsRejected
@Nullable public ZonedDateTime getCustMgmtActivityStartDateTime()
Original property name from the Odata EDM: CustMgmtActivityStartDateTime
@Nullable public ZonedDateTime getCustMgmtActivityEndDateTime()
Original property name from the Odata EDM: CustMgmtActivityEndDateTime
@Nullable public String getResponsibleSalesOrganization()
Original property name from the Odata EDM: ResponsibleSalesOrganization
@Nullable public String getServiceOrganization()
Original property name from the Odata EDM: ServiceOrganization
@Nullable public String getResponsibleServiceOrganization()
Original property name from the Odata EDM: ResponsibleServiceOrganization
@Nullable public String getDistributionChannel()
Original property name from the Odata EDM: DistributionChannel
@Nullable public String getDivision()
Original property name from the Odata EDM: Division
@Nullable public String getSalesOrganizationOrgUnitID()
Original property name from the Odata EDM: SalesOrganizationOrgUnitID
@Nullable public String getSalesOfficeOrgUnitID()
Original property name from the Odata EDM: SalesOfficeOrgUnitID
@Nullable public String getSalesGroupOrgUnitID()
Original property name from the Odata EDM: SalesGroupOrgUnitID
@Nonnull public String toString()
toString
in class VdmObject<AppointmentActivity>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<AppointmentActivity>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<AppointmentActivity>
public int hashCode()
hashCode
in class VdmObject<AppointmentActivity>
Copyright © 2021 SAP SE. All rights reserved.