import { InbDeliveryItemText } from './InbDeliveryItemText'; import { InbDeliveryItemTextRequestBuilder } from './InbDeliveryItemTextRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class InbDeliveryItemTextApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof InbDeliveryItemText; requestBuilder(): InbDeliveryItemTextRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[deliveryDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[deliveryDocumentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_DOCUMENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[textElement]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TEXT_ELEMENT: 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 [[textElementDescription]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TEXT_ELEMENT_DESCRIPTION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[textElementText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TEXT_ELEMENT_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[deliveryLongTextIsFormatted]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_LONG_TEXT_IS_FORMATTED: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; }; } //# sourceMappingURL=InbDeliveryItemTextApi.d.ts.map