import { ReContrValuationCondition } from './ReContrValuationCondition'; import { ReContrValuationConditionRequestBuilder } from './ReContrValuationConditionRequestBuilder'; 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 ReContrValuationConditionApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ReContractApi ]): this; entityConstructor: typeof ReContrValuationCondition; requestBuilder(): ReContrValuationConditionRequestBuilder; 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 [[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 [[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 [[reConditionValidityStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONDITION_VALIDITY_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", false, true>; /** * Static representation of the [[reExtConditionPurpose]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_EXT_CONDITION_PURPOSE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reStatusObjectCalculation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_STATUS_OBJECT_CALCULATION: EdmTypeField>, DeSerializersT, "Edm.String", 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 [[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 [[reConditionValidityEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONDITION_VALIDITY_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reValuationCndnProperty]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_VALUATION_CNDN_PROPERTY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reValuationCndnConsdtn]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_VALUATION_CNDN_CONSDTN: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reIsValuationCndnConsdtn]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_IS_VALUATION_CNDN_CONSDTN: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reValuationCndnSharePercent]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_VALUATION_CNDN_SHARE_PERCENT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[reValuationCndnShareAbsltAmt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_VALUATION_CNDN_SHARE_ABSLT_AMT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[reValuationCurrency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_VALUATION_CURRENCY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reValuationCndnStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_VALUATION_CNDN_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reInfoText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_INFO_TEXT: 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=ReContrValuationConditionApi.d.ts.map