import { Dior } from './Dior'; import { DiorRequestBuilder } from './DiorRequestBuilder'; 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 DiorApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Dior; requestBuilder(): DiorRequestBuilder; 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 [[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 [[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 [[numEdossie]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_EDOSSIE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtIniAto]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_INI_ATO: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[dtFinAto]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_FIN_ATO: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[anoIni]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ANO_INI: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[anoFin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ANO_FIN: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[opPdepBrasil]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OP_PDEP_BRASIL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[opPdepExtTnf]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OP_PDEP_EXT_TNF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[opPdepExtTf]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OP_PDEP_EXT_TF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[opPindepBrasil]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OP_PINDEP_BRASIL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[opPindepExtTnf]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OP_PINDEP_EXT_TNF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[opPindepExtTf]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OP_PINDEP_EXT_TF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[gerAtivFiscal]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ GER_ATIV_FISCAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reorgSoc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REORG_SOC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[gerPasTerc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ GER_PAS_TERC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[benefGerPas]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BENEF_GER_PAS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reducBaseTrib]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REDUC_BASE_TRIB: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reducAtivo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REDUC_ATIVO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[percReducAtivo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERC_REDUC_ATIVO: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[descSum]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DESC_SUM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[fundJur]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FUND_JUR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[fundJustSum]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FUND_JUST_SUM: 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=DiorApi.d.ts.map