import { ReContract } from './ReContract'; import { ReContractRequestBuilder } from './ReContractRequestBuilder'; import { ReContrAdjustmentTermApi } from './ReContrAdjustmentTermApi'; import { ReContrConditionApi } from './ReContrConditionApi'; import { ReContrNoticeTermForObjApi } from './ReContrNoticeTermForObjApi'; import { ReContrNoticeTermApi } from './ReContrNoticeTermApi'; import { ReContrObjAssgmtApi } from './ReContrObjAssgmtApi'; import { ReContrOrglAssgmtTermApi } from './ReContrOrglAssgmtTermApi'; import { ReContrPartAssgmtApi } from './ReContrPartAssgmtApi'; import { ReContrPostingTermApi } from './ReContrPostingTermApi'; import { ReContrReminderDateApi } from './ReContrReminderDateApi'; import { ReContrReminderRuleApi } from './ReContrReminderRuleApi'; import { ReContrRenewalTermApi } from './ReContrRenewalTermApi'; import { ReContrRhythmTermApi } from './ReContrRhythmTermApi'; import { ReContrValuationConditionApi } from './ReContrValuationConditionApi'; import { ReContrValuationApi } from './ReContrValuationApi'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, CollectionField, OneToManyLink } from '@sap-cloud-sdk/odata-v4'; export declare class ReContractApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ReContrAdjustmentTermApi, ReContrConditionApi, ReContrNoticeTermForObjApi, ReContrNoticeTermApi, ReContrObjAssgmtApi, ReContrOrglAssgmtTermApi, ReContrPartAssgmtApi, ReContrPostingTermApi, ReContrReminderDateApi, ReContrReminderRuleApi, ReContrRenewalTermApi, ReContrRhythmTermApi, ReContrValuationConditionApi, ReContrValuationApi ]): this; entityConstructor: typeof ReContract; requestBuilder(): ReContractRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the one-to-many navigation property [[reAdjustmentTermTp]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_TERM_TP: OneToManyLink, DeSerializersT, ReContrAdjustmentTermApi>; /** * Static representation of the one-to-many navigation property [[reConditionTp]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONDITION_TP: OneToManyLink, DeSerializersT, ReContrConditionApi>; /** * Static representation of the one-to-many navigation property [[reNoticeTermForObjTp]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_NOTICE_TERM_FOR_OBJ_TP: OneToManyLink, DeSerializersT, ReContrNoticeTermForObjApi>; /** * Static representation of the one-to-many navigation property [[reNoticeTermTp]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_NOTICE_TERM_TP: OneToManyLink, DeSerializersT, ReContrNoticeTermApi>; /** * Static representation of the one-to-many navigation property [[reObjAssgmtTp]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_OBJ_ASSGMT_TP: OneToManyLink, DeSerializersT, ReContrObjAssgmtApi>; /** * Static representation of the one-to-many navigation property [[reOrglAssgmtTermTp]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ORGL_ASSGMT_TERM_TP: OneToManyLink, DeSerializersT, ReContrOrglAssgmtTermApi>; /** * Static representation of the one-to-many navigation property [[rePartnerAssgmtTp]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_PARTNER_ASSGMT_TP: OneToManyLink, DeSerializersT, ReContrPartAssgmtApi>; /** * Static representation of the one-to-many navigation property [[rePostingTermTp]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_POSTING_TERM_TP: OneToManyLink, DeSerializersT, ReContrPostingTermApi>; /** * Static representation of the one-to-many navigation property [[reReminderDateTp]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_DATE_TP: OneToManyLink, DeSerializersT, ReContrReminderDateApi>; /** * Static representation of the one-to-many navigation property [[reReminderRuleTp]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_RULE_TP: OneToManyLink, DeSerializersT, ReContrReminderRuleApi>; /** * Static representation of the one-to-many navigation property [[reRenewalTermTp]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_RENEWAL_TERM_TP: OneToManyLink, DeSerializersT, ReContrRenewalTermApi>; /** * Static representation of the one-to-many navigation property [[reRhythmTermTp]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_RHYTHM_TERM_TP: OneToManyLink, DeSerializersT, ReContrRhythmTermApi>; /** * Static representation of the one-to-many navigation property [[reValuationConditionTp]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_VALUATION_CONDITION_TP: OneToManyLink, DeSerializersT, ReContrValuationConditionApi>; /** * Static representation of the one-to-many navigation property [[reValuationTp]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_VALUATION_TP: OneToManyLink, DeSerializersT, ReContrValuationApi>; /** * Static representation of the [[internalRealEstateNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INTERNAL_REAL_ESTATE_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[companyCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMPANY_CODE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[realEstateContract]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REAL_ESTATE_CONTRACT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reStatusObject]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_STATUS_OBJECT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reInternalFinNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_INTERNAL_FIN_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reCreationType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CREATION_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[createdByUser]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATED_BY_USER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[creationDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATION_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[creationTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATION_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.TimeOfDay", false, true>; /** * Static representation of the [[reSourceOfCreation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_SOURCE_OF_CREATION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[lastChangedByUser]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAST_CHANGED_BY_USER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[lastChangeDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAST_CHANGE_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[lastChangeTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAST_CHANGE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.TimeOfDay", false, true>; /** * Static representation of the [[reSourceOfChange]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_SOURCE_OF_CHANGE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[responsible]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESPONSIBLE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reUserExclusive]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_USER_EXCLUSIVE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAuthorizationGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_AUTHORIZATION_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reContractType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[contractStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONTRACT_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[contractEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONTRACT_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reContractName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_NAME: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reContractActivateDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_ACTIVATE_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reTenancyLaw]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_TENANCY_LAW: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reContractNumberOld]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_NUMBER_OLD: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reMainContractCompanyCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_MAIN_CONTRACT_COMPANY_CODE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reMainContract]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_MAIN_CONTRACT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reContractCurrency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_CURRENCY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reIndustrySector]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_INDUSTRY_SECTOR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reIsSalesRelevant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_IS_SALES_RELEVANT: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reContractDepositType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_DEPOSIT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reContractSignDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_SIGN_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reContract2SignDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_2_SIGN_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reContractCashFlowDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_CASH_FLOW_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reContractFirstEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_FIRST_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reContractNoticeDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_NOTICE_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reContractNoticeInDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_NOTICE_IN_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reContractNoticeReason]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_NOTICE_REASON: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reContractNoticeActivationDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_NOTICE_ACTIVATION_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reCashFlowArchivedToDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CASH_FLOW_ARCHIVED_TO_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reCashFlowLockedToDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CASH_FLOW_LOCKED_TO_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reCashFlowPostingFromDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CASH_FLOW_POSTING_FROM_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reBusinessEntity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_BUSINESS_ENTITY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[rePossessionStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_POSSESSION_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[rePossessionEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_POSSESSION_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reHasMultipleAssignments]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_HAS_MULTIPLE_ASSIGNMENTS: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reObjectAvailableFromDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_OBJECT_AVAILABLE_FROM_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reObjectAvailableToDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_OBJECT_AVAILABLE_TO_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[valuationRelevance]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALUATION_RELEVANCE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[sapMessages]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SAP_MESSAGES: CollectionField>, DeSerializersT, Sap_Message, false, true>; }; } //# sourceMappingURL=ReContractApi.d.ts.map