import { Conprebru } from './Conprebru'; import { ConprebruRequestBuilder } from './ConprebruRequestBuilder'; 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 ConprebruApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Conprebru; requestBuilder(): ConprebruRequestBuilder; 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 [[filial]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FILIAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numLancto]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_LANCTO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numCampo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_CAMPO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cno]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CNO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[perRef]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PER_REF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtIni]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_INI: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[dtFin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_FIN: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[vlRecTotEst]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_REC_TOT_EST: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[codAtivEcon]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_ATIV_ECON: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlRecAtivEstab]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_REC_ATIV_ESTAB: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlExc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_EXC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlBcCont]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_BC_CONT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[aliqCont]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ALIQ_CONT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlContApu]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CONT_APU: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", 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 [[infoCompl]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INFO_COMPL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codDet]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_DET: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[detValor]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DET_VALOR: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[infCompl]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INF_COMPL: 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=ConprebruApi.d.ts.map