import { Nf_Type } from './Nf_Type'; import { Nf_TypeRequestBuilder } from './Nf_TypeRequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class Nf_TypeApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Nf_Type; requestBuilder(): Nf_TypeRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[nftype]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NFTYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[doctyp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOCTYP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[direct]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DIRECT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[entrad]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ENTRAD: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nfe]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NFE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[municipal]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MUNICIPAL: 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=Nf_TypeApi.d.ts.map