import { PurchaseReqnItemText } from './PurchaseReqnItemText'; import { PurchaseReqnItemTextRequestBuilder } from './PurchaseReqnItemTextRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class PurchaseReqnItemTextApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof PurchaseReqnItemText; requestBuilder(): PurchaseReqnItemTextRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[purchaseRequisition]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_REQUISITION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[purchaseRequisitionItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_REQUISITION_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[documentText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOCUMENT_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[technicalObjectType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TECHNICAL_OBJECT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[language]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LANGUAGE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[archObjectNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ARCH_OBJECT_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[noteDescription]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NOTE_DESCRIPTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[fixedIndicator]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FIXED_INDICATOR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=PurchaseReqnItemTextApi.d.ts.map