import { Lcont_Cpl } from './Lcont_Cpl'; import { Lcont_CplRequestBuilder } from './Lcont_CplRequestBuilder'; 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 Lcont_CplApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Lcont_Cpl; requestBuilder(): Lcont_CplRequestBuilder; 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 [[exercicio]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EXERCICIO: 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 [[dtLcto]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_LCTO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numLcto]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_LCTO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[item]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codHistPad]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_HIST_PAD: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlDcAux]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_DC_AUX: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[indDcAux]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_DC_AUX: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtLctoExt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_LCTO_EXT: 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=Lcont_CplApi.d.ts.map