import { Ecf_Nf } from './Ecf_Nf'; import { Ecf_NfRequestBuilder } from './Ecf_NfRequestBuilder'; 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_NfApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Ecf_Nf; requestBuilder(): Ecf_NfRequestBuilder; 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 [[ecfCx]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ECF_CX: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numDoc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_DOC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codSit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_SIT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlDoc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_DOC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[cpfCnpj]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CPF_CNPJ: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nomAdq]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NOM_ADQ: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[chvCfe]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHV_CFE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numCcf]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_CCF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[uf]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UF: 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=Ecf_NfApi.d.ts.map