import { Ecf_Red_Z } from './Ecf_Red_Z'; import { Ecf_Red_ZRequestBuilder } from './Ecf_Red_ZRequestBuilder'; 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 Ecf_Red_ZApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Ecf_Red_Z; requestBuilder(): Ecf_Red_ZRequestBuilder; 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 [[codMod]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_MOD: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ecfMod]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ECF_MOD: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ecfFab]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ECF_FAB: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtDoc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_DOC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cro]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CRO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[crz]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CRZ: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numCooFin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_COO_FIN: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[gtFin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ GT_FIN: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlBrt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_BRT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlPis]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_PIS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCofins]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_COFINS: 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=Ecf_Red_ZApi.d.ts.map