import { Ciap_Atv } from './Ciap_Atv'; import { Ciap_AtvRequestBuilder } from './Ciap_AtvRequestBuilder'; 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 Ciap_AtvApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Ciap_Atv; requestBuilder(): Ciap_AtvRequestBuilder; 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 [[codIndBem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_IND_BEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[identMerc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IDENT_MERC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[descrItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DESCR_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codPrnc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_PRNC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codCta]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CTA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nrParc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NR_PARC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codCcus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CCUS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ccus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CCUS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[func]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FUNC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vidaUtil]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VIDA_UTIL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[criadoEm]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CRIADO_EM: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, 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=Ciap_AtvApi.d.ts.map