import { ReContrCondition } from './ReContrCondition'; import { ReContrConditionRequestBuilder } from './ReContrConditionRequestBuilder'; 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 ReContrConditionApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ReContractApi ]): this; entityConstructor: typeof ReContrCondition; requestBuilder(): ReContrConditionRequestBuilder; 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 [[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 [[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 [[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 [[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 [[reExtConditionPurposeForEdit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_EXT_CONDITION_PURPOSE_FOR_EDIT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reStatusObjectDistribution]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_STATUS_OBJECT_DISTRIBUTION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reObjectTypeDistribution]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_OBJECT_TYPE_DISTRIBUTION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reObjectTypePosting]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_OBJECT_TYPE_POSTING: EdmTypeField>, DeSerializersT, "Edm.String", false, 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 [[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 [[creationDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATION_DATE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", 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 [[lastChangeDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAST_CHANGE_DATE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", 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 [[reIsOneTimeCondition]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_IS_ONE_TIME_CONDITION: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reConditionIsStatistical]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONDITION_IS_STATISTICAL: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[rePostingTerm]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_POSTING_TERM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reRhythmTerm]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_RHYTHM_TERM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAdjustmentNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ADJUSTMENT_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reOrgAssignmentTerm]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ORG_ASSIGNMENT_TERM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reSalesTerm]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_SALES_TERM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[rePeakSalesTerm]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_PEAK_SALES_TERM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reSrvcChrgSettlementPostingTrm]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_SRVC_CHRG_SETTLEMENT_POSTING_TRM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reWithholdingTaxTerm]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_WITHHOLDING_TAX_TERM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reCalculationRule]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CALCULATION_RULE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reUnitPrice]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_UNIT_PRICE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[reConditionCurrency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONDITION_CURRENCY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reCalculationRuleParam1]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CALCULATION_RULE_PARAM_1: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reCalculationRuleParam2]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CALCULATION_RULE_PARAM_2: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reDistributionRule]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_DISTRIBUTION_RULE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reDistributionRuleParam1]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_DISTRIBUTION_RULE_PARAM_1: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reDistributionRuleParam2]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_DISTRIBUTION_RULE_PARAM_2: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reReasonForChange]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REASON_FOR_CHANGE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reStsObjectParamCalculation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_STS_OBJECT_PARAM_CALCULATION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reStsObjectParamDistribution]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_STS_OBJECT_PARAM_DISTRIBUTION: 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=ReContrConditionApi.d.ts.map