import { Parti_Per } from './Parti_Per'; import { Parti_PerRequestBuilder } from './Parti_PerRequestBuilder'; 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 Parti_PerApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Parti_Per; requestBuilder(): Parti_PerRequestBuilder; 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 [[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 [[pais]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PAIS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtEvento]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_EVENTO: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", false, true>; /** * Static representation of the [[indRelac]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_RELAC: 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 [[nomEmp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NOM_EMP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[valorReais]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALOR_REAIS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[valorEstr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALOR_ESTR: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[percCapTot]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERC_CAP_TOT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[percCapVot]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERC_CAP_VOT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[resEqPat]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RES_EQ_PAT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[dataAquis]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DATA_AQUIS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indProcCart]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_PROC_CART: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numProcCart]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_PROC_CART: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nomeCart]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NOME_CART: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indProcRfb]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_PROC_RFB: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numProcRfb]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_PROC_RFB: 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=Parti_PerApi.d.ts.map