import { P_Nf_View } from './P_Nf_View'; import { P_Nf_ViewRequestBuilder } from './P_Nf_ViewRequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class P_Nf_ViewApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof P_Nf_View; requestBuilder(): P_Nf_ViewRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[codPart]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_PART: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nome]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NOME: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ie]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IE: 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 [[cnpj]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CNPJ: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ende]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ENDE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[bairro]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BAIRRO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cep]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CEP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[descMun]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DESC_MUN: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[fone]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FONE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[suframa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUFRAMA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[email]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EMAIL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codPais]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_PAIS: 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=P_Nf_ViewApi.d.ts.map