import { ReContrOrglAssgmtTerm } from './ReContrOrglAssgmtTerm'; import { ReContrOrglAssgmtTermRequestBuilder } from './ReContrOrglAssgmtTermRequestBuilder'; 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 ReContrOrglAssgmtTermApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ReContractApi ]): this; entityConstructor: typeof ReContrOrglAssgmtTerm; requestBuilder(): ReContrOrglAssgmtTermRequestBuilder; 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 [[reTermType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_TERM_TYPE: 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 [[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 [[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 [[businessArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_AREA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[profitCenter]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROFIT_CENTER: 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 [[taxJurisdiction]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_JURISDICTION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[fund]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FUND: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[fundsCenter]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FUNDS_CENTER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[commitmentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMMITMENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[functionalArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FUNCTIONAL_AREA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[budgetPeriod]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUDGET_PERIOD: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[taxCalculationProcedure]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_CALCULATION_PROCEDURE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[financialManagementArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FINANCIAL_MANAGEMENT_AREA: 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=ReContrOrglAssgmtTermApi.d.ts.map