import { Nf_Loc_Ce } from './Nf_Loc_Ce'; import { Nf_Loc_CeRequestBuilder } from './Nf_Loc_CeRequestBuilder'; 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_Loc_CeApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Nf_Loc_Ce; requestBuilder(): Nf_Loc_CeRequestBuilder; 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 [[nfId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NF_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[infText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INF_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indCarga]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_CARGA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cnpjCol]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CNPJ_COL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ieCol]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IE_COL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cpfCol]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CPF_COL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codMunCol]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_MUN_COL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cnpjEntg]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CNPJ_ENTG: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ieEntg]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IE_ENTG: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cpfEntg]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CPF_ENTG: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codMunEntg]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_MUN_ENTG: 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_Loc_CeApi.d.ts.map