import { BusSolutionQuotationText } from './BusSolutionQuotationText'; import { BusSolutionQuotationTextRequestBuilder } from './BusSolutionQuotationTextRequestBuilder'; import { BusinessSolutionQuotationApi } from './BusinessSolutionQuotationApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class BusSolutionQuotationTextApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ BusinessSolutionQuotationApi ]): this; entityConstructor: typeof BusSolutionQuotationText; requestBuilder(): BusSolutionQuotationTextRequestBuilder; 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 [[toBusinessSolutionQuotation]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_BUSINESS_SOLUTION_QUOTATION: OneToOneLink, DeSerializersT, BusinessSolutionQuotationApi>; /** * Static representation of the [[businessSolutionQuotation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_SOLUTION_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 [[textObjectType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TEXT_OBJECT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[plainLongText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLAIN_LONG_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=BusSolutionQuotationTextApi.d.ts.map