import { Dem_Dif_A } from './Dem_Dif_A'; import { Dem_Dif_ARequestBuilder } from './Dem_Dif_ARequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class Dem_Dif_AApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Dem_Dif_A; requestBuilder(): Dem_Dif_ARequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[empresa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EMPRESA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtLancto]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_LANCTO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codCta]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CTA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codCcus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CCUS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlSaldoSoc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_SALDO_SOC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[indVlSaldoSoc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_VL_SALDO_SOC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlSaldoFis]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_SALDO_FIS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[indVlSaldoFis]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_VL_SALDO_FIS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[difSaldos]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DIF_SALDOS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[indDifSaldos]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_DIF_SALDOS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[metContr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MET_CONTR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codSubcont]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_SUBCONT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codCcusSub]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CCUS_SUB: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codSubcontAux]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_SUBCONT_AUX: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codCcusSubAux]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CCUS_SUB_AUX: 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=Dem_Dif_AApi.d.ts.map