import { Cfe_An_Cm } from './Cfe_An_Cm'; import { Cfe_An_CmRequestBuilder } from './Cfe_An_CmRequestBuilder'; 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 Cfe_An_CmApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Cfe_An_Cm; requestBuilder(): Cfe_An_CmRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[id]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ID: EdmTypeField>, DeSerializersT, "Edm.Guid", false, true>; /** * 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 [[codSit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_SIT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numCfe]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_CFE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[nrSat]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NR_SAT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtDoc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_DOC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[quant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ QUANT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[unid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UNID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_UNIT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlUnIcmsNaOper]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_UN_ICMS_NA_OPER: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlUnitIcmsOp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_UNIT_ICMS_OP: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlUnIcmsStStq]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_UN_ICMS_ST_STQ: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlUnFcpIcmsStStq]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_UN_FCP_ICMS_ST_STQ: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlUnIcmsStRest]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_UN_ICMS_ST_REST: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlUnFcpStRest]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_UN_FCP_ST_REST: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlUnIcmsStCompl]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_UN_ICMS_ST_COMPL: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlUnFcpStCompl]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_UN_FCP_ST_COMPL: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[codMotRestCompl]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_MOT_REST_COMPL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlUnIcmsOpStq]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_UN_ICMS_OP_STQ: 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=Cfe_An_CmApi.d.ts.map