import { Imp_Pg_Ex } from './Imp_Pg_Ex'; import { Imp_Pg_ExRequestBuilder } from './Imp_Pg_ExRequestBuilder'; 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 Imp_Pg_ExApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Imp_Pg_Ex; requestBuilder(): Imp_Pg_ExRequestBuilder; 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 [[nif]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NIF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cnpj]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CNPJ: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[resInvPer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RES_INV_PER: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[resInvPerReal]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RES_INV_PER_REAL: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[resNegAcum]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RES_NEG_ACUM: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[resPosTrib]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RES_POS_TRIB: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[resPosTribReal]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RES_POS_TRIB_REAL: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[impPagRend]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IMP_PAG_REND: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[impPagRendReal]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IMP_PAG_REND_REAL: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[resIsenPetrPer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RES_ISEN_PETR_PER: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[resIsenPetrPerReal]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RES_ISEN_PETR_PER_REAL: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[impLucr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IMP_LUCR: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[impLucrReal]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IMP_LUCR_REAL: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[impRetExt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IMP_RET_EXT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[impRetExtReal]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IMP_RET_EXT_REAL: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[impRetBr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IMP_RET_BR: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", 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=Imp_Pg_ExApi.d.ts.map