Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontract.REContrReminderDate
Packages that use REContrReminderDate
Package
Description
-
Uses of REContrReminderDate in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontract
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontract with type parameters of type REContrReminderDateModifier and TypeFieldDescriptionstatic final SimpleProperty<REContrReminderDate>REContrReminderDate.ALL_FIELDSSelector for all available fields of REContrReminderDate.static final SimpleProperty.String<REContrReminderDate>REContrReminderDate.CREATED_BY_USERstatic final SimpleProperty.Date<REContrReminderDate>REContrReminderDate.CREATION_DATEstatic final SimpleProperty.Time<REContrReminderDate>REContrReminderDate.CREATION_TIMEstatic final SimpleProperty.String<REContrReminderDate>REContrReminderDate.INTERNAL_REAL_ESTATE_NUMBERstatic final SimpleProperty.Date<REContrReminderDate>REContrReminderDate.LAST_CHANGE_DATEstatic final SimpleProperty.Time<REContrReminderDate>REContrReminderDate.LAST_CHANGE_TIMEstatic final SimpleProperty.String<REContrReminderDate>REContrReminderDate.LAST_CHANGED_BY_USERstatic final SimpleProperty.Date<REContrReminderDate>REContrReminderDate.RE_REMINDER_DATEstatic final SimpleProperty.String<REContrReminderDate>REContrReminderDate.RE_REMINDER_INFO_TEXTstatic final SimpleProperty.Boolean<REContrReminderDate>REContrReminderDate.RE_REMINDER_IS_DONEstatic final SimpleProperty.Boolean<REContrReminderDate>REContrReminderDate.RE_REMINDER_IS_FIXstatic final SimpleProperty.Boolean<REContrReminderDate>REContrReminderDate.RE_REMINDER_IS_WRKFLW_SENDstatic final SimpleProperty.String<REContrReminderDate>REContrReminderDate.RE_REMINDER_NUMBERstatic final SimpleProperty.String<REContrReminderDate>REContrReminderDate.RE_REMINDER_REASONstatic final SimpleProperty.String<REContrReminderDate>REContrReminderDate.RE_REMINDER_RULEstatic final SimpleProperty.Date<REContrReminderDate>REContrReminderDate.RE_REMINDER_WRKFLW_DATEstatic final SimpleProperty.String<REContrReminderDate>REContrReminderDate.RE_SOURCE_OF_CHANGEstatic final SimpleProperty.String<REContrReminderDate>REContrReminderDate.RE_SOURCE_OF_CREATIONstatic final SimpleProperty.String<REContrReminderDate>REContrReminderDate.RESPONSIBLEstatic final SimpleProperty.String<REContrReminderDate>REContrReminderDate.TEXT_OBJECT_KEYstatic final NavigationProperty.Single<REContrReminderDate,REContract> REContrReminderDate.TO__R_E_CONTRACTUse with available request builders to apply the _REContract navigation property to query operations.static final NavigationProperty.Collection<REContract,REContrReminderDate> REContract.TO__R_E_REMINDER_DATE_TPUse with available request builders to apply the _REReminderDateTP navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontract that return REContrReminderDateMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontract that return types with arguments of type REContrReminderDateModifier and TypeMethodDescriptionio.vavr.control.Option<List<REContrReminderDate>>REContract.getREReminderDateTPIfPresent()Retrieval of associated REContrReminderDate entities (one to many).REContrReminderDate.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontract with parameters of type REContrReminderDateModifier and TypeMethodDescriptionvoidREContract.addREReminderDateTP(REContrReminderDate... entity) Adds elements to the list of associated REContrReminderDate entities.REContract.REContractBuilder.reReminderDateTP(REContrReminderDate... value) Navigation property _REReminderDateTP for REContract to multiple REContrReminderDate.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontract with type arguments of type REContrReminderDateModifier and TypeMethodDescriptionvoidREContract.setREReminderDateTP(List<REContrReminderDate> value) Overwrites the list of associated REContrReminderDate entities for the loaded navigation property _REReminderDateTP. -
Uses of REContrReminderDate in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type REContrReminderDateModifier and TypeMethodDescriptionDefaultRealEstateContractService.countREContrReminderDate()Deprecated.RealEstateContractService.countREContrReminderDate()Deprecated.Fetch the number of entries from theREContrReminderDateentity collection matching the filter and search expressions.DefaultRealEstateContractService.getAllREContrReminderDate()Deprecated.RealEstateContractService.getAllREContrReminderDate()Deprecated.Fetch multipleREContrReminderDateentities.DefaultRealEstateContractService.getREContrReminderDateByKey(String internalRealEstateNumber, String rEReminderNumber, LocalDate rEReminderDate) Deprecated.RealEstateContractService.getREContrReminderDateByKey(String internalRealEstateNumber, String rEReminderNumber, LocalDate rEReminderDate) Deprecated.Fetch a singleREContrReminderDateentity using key fields.DefaultRealEstateContractService.updateREContrReminderDate(REContrReminderDate rEContrReminderDate) Deprecated.RealEstateContractService.updateREContrReminderDate(REContrReminderDate rEContrReminderDate) Deprecated.Update an existingREContrReminderDateentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type REContrReminderDateModifier and TypeMethodDescriptionDefaultRealEstateContractService.updateREContrReminderDate(REContrReminderDate rEContrReminderDate) Deprecated.RealEstateContractService.updateREContrReminderDate(REContrReminderDate rEContrReminderDate) Deprecated.Update an existingREContrReminderDateentity and save it to the S/4HANA system.