import { ReContrAdjustmentTerm } from './ReContrAdjustmentTerm'; import { ReContrAdjustmentTermRequestBuilder } from './ReContrAdjustmentTermRequestBuilder'; import { ReContractApi } from './ReContractApi'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, CollectionField, OneToOneLink } from '@sap-cloud-sdk/odata-v4'; export declare class ReContrAdjustmentTermApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ReContractApi ]): this; entityConstructor: typeof ReContrAdjustmentTerm; requestBuilder(): ReContrAdjustmentTermRequestBuilder; 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-one navigation property [[reContract]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT: OneToOneLink, DeSerializersT, ReContractApi>; /** * 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 [[reTermNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_TERM_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentRule]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_RULE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentElementaryRule]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_ELEMENTARY_RULE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[validityStartEndDateValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALIDITY_START_END_DATE_VALUE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[validityStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALIDITY_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[validityEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALIDITY_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reAdjustmentMethod]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_METHOD: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentIsIndivGlobParam]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_IS_INDIV_GLOB_PARAM: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reAdjustmentIsIndivSpcfcParam]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_IS_INDIV_SPCFC_PARAM: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reTermName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_TERM_NAME: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[realEstateObjectType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REAL_ESTATE_OBJECT_TYPE: 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 [[reIdentificationKey]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_IDENTIFICATION_KEY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reRuleIsUsingDefaults]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_RULE_IS_USING_DEFAULTS: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reIsRuleApprovalRequired]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_IS_RULE_APPROVAL_REQUIRED: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reIsActvtnWithoutApprvl]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_IS_ACTVTN_WITHOUT_APPRVL: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reIsDueDateChangeable]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_IS_DUE_DATE_CHANGEABLE: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reAdjustmentPercentPassedValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_PERCENT_PASSED_VALUE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[reHasRentalObjectIncrease]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_HAS_RENTAL_OBJECT_INCREASE: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reAdjustmentDirection]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_DIRECTION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentChangeDirection]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_CHANGE_DIRECTION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentFrequency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_FREQUENCY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reFrequencyUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_FREQUENCY_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reIsIntervalFromFrqcyStart]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_IS_INTERVAL_FROM_FRQCY_START: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reIsSimulationRule]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_IS_SIMULATION_RULE: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reRuleHasNoDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_RULE_HAS_NO_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reAdjustmentSubsqntCondition]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_SUBSQNT_CONDITION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentIsOnNextNotice]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_IS_ON_NEXT_NOTICE: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reAdjustmentBase]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_BASE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentIsAutoDefault]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_IS_AUTO_DEFAULT: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reAdjustmentIsNotifRequired]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_IS_NOTIF_REQUIRED: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reAdjustmentIsTimeDependent]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_IS_TIME_DEPENDENT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentDueDateIsMandatory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_DUE_DATE_IS_MANDATORY: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reAdjustmentIsNotRetroActive]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_IS_NOT_RETRO_ACTIVE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentBlockReason]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_BLOCK_REASON: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reConditionType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONDITION_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reRuleSortOrder]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_RULE_SORT_ORDER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reCurrencyTranslationRule]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CURRENCY_TRANSLATION_RULE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentIndexSeries]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_INDEX_SERIES: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentIndexBaseYear]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_INDEX_BASE_YEAR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentIdxIsAlwaysBaseYr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_IDX_IS_ALWAYS_BASE_YR: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reAdjustmentIdxMinChgPointsVal]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_IDX_MIN_CHG_POINTS_VAL: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[reAdjustmentIdxMinChgPercent]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_IDX_MIN_CHG_PERCENT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[reAdjustmentIsIdxChgPointsExcd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_IS_IDX_CHG_POINTS_EXCD: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reAdjustmentIsIdxChgPctExcd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_IS_IDX_CHG_PCT_EXCD: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reAdjustmentRhythmFlexible]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_RHYTHM_FLEXIBLE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentDelayInMonths]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_DELAY_IN_MONTHS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[reAdjustmentDelayUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_DELAY_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentIndexBasis]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_INDEX_BASIS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentIndexOrSpread]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_INDEX_OR_SPREAD: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentIndexOrPerformance]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_INDEX_OR_PERFORMANCE: 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=ReContrAdjustmentTermApi.d.ts.map