import { Sld_Trn_N } from './Sld_Trn_N'; import { Sld_Trn_NRequestBuilder } from './Sld_Trn_NRequestBuilder'; 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 Sld_Trn_NApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Sld_Trn_N; requestBuilder(): Sld_Trn_NRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[id]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * 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 [[ledger]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LEDGER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[periodo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERIODO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ano]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ANO: 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 [[codCtaAnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CTA_ANT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codCcusAnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CCUS_ANT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlSldIni]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_SLD_INI: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[indDcIni]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_DC_INI: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlSldIniAux]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_SLD_INI_AUX: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[indDcIniAux]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_DC_INI_AUX: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtAlt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_ALT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codNat]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_NAT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indCta]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_CTA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nivel]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NIVEL: OrderableEdmTypeField>, DeSerializersT, "Edm.Int32", false, true>; /** * Static representation of the [[codCtaSup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CTA_SUP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cta]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CTA: 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=Sld_Trn_NApi.d.ts.map