import { Cpl_Co_Ro } from './Cpl_Co_Ro'; import { Cpl_Co_RoRequestBuilder } from './Cpl_Co_RoRequestBuilder'; 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 Cpl_Co_RoApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Cpl_Co_Ro; requestBuilder(): Cpl_Co_RoRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * 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 [[codMunDest]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_MUN_DEST: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codMunOrig]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_MUN_ORIG: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codPartConsg]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_PART_CONSG: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codPartRed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_PART_RED: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indFrtRed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_FRT_RED: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[veicId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VEIC_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ufId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UF_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlLiqFrt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_LIQ_FRT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlSecCat]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_SEC_CAT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlDesp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_DESP: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlPedg]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_PEDG: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlOut]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_OUT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlFrt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_FRT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", 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=Cpl_Co_RoApi.d.ts.map