import { ServiceQuotationText } from './ServiceQuotationText'; import { ServiceQuotationTextRequestBuilder } from './ServiceQuotationTextRequestBuilder'; import { ServiceQuotationApi } from './ServiceQuotationApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class ServiceQuotationTextApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ServiceQuotationApi ]): this; entityConstructor: typeof ServiceQuotationText; requestBuilder(): ServiceQuotationTextRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the one-to-one navigation property [[toServiceQuotation]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SERVICE_QUOTATION: OneToOneLink, DeSerializersT, ServiceQuotationApi>; /** * Static representation of the [[serviceQuotation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SERVICE_QUOTATION: 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 [[longTextId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LONG_TEXT_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[longText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LONG_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=ServiceQuotationTextApi.d.ts.map