import { SuplrEvalRspSection } from './SuplrEvalRspSection'; import { SuplrEvalRspSectionRequestBuilder } from './SuplrEvalRspSectionRequestBuilder'; import { SuplrEvalRspQuestionApi } from './SuplrEvalRspQuestionApi'; import { SuplrEvalRspSectionTextApi } from './SuplrEvalRspSectionTextApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, Link } from '@sap-cloud-sdk/odata-v2'; export declare class SuplrEvalRspSectionApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ SuplrEvalRspQuestionApi, SuplrEvalRspSectionTextApi ]): this; entityConstructor: typeof SuplrEvalRspSection; requestBuilder(): SuplrEvalRspSectionRequestBuilder; 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-many navigation property [[toSuplrEvalRspQuestion]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SUPLR_EVAL_RSP_QUESTION: Link, DeSerializersT, SuplrEvalRspQuestionApi>; /** * Static representation of the one-to-many navigation property [[toSuplrEvalRspSectionText]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SUPLR_EVAL_RSP_SECTION_TEXT: Link, DeSerializersT, SuplrEvalRspSectionTextApi>; /** * Static representation of the [[suplrEvalRspSectionUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPLR_EVAL_RSP_SECTION_UUID: EdmTypeField>, DeSerializersT, "Edm.Guid", false, true>; /** * Static representation of the [[suplrEvalRspUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPLR_EVAL_RSP_UUID: EdmTypeField>, DeSerializersT, "Edm.Guid", true, true>; /** * Static representation of the [[suplrEvalRspQuestionnaireUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID: EdmTypeField>, DeSerializersT, "Edm.Guid", true, true>; /** * Static representation of the [[suplrEvalReqSectionUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPLR_EVAL_REQ_SECTION_UUID: EdmTypeField>, DeSerializersT, "Edm.Guid", true, true>; /** * Static representation of the [[supplierEvalResponseSection]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPPLIER_EVAL_RESPONSE_SECTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[supplierEvalResponseSctnAltv]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPPLIER_EVAL_RESPONSE_SCTN_ALTV: OrderableEdmTypeField>, DeSerializersT, "Edm.Int32", true, true>; /** * Static representation of the [[questionnaireSectionName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ QUESTIONNAIRE_SECTION_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[weightingFactor]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WEIGHTING_FACTOR: OrderableEdmTypeField>, DeSerializersT, "Edm.Int16", true, true>; /** * Static representation of the [[minimalScore]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MINIMAL_SCORE: OrderableEdmTypeField>, DeSerializersT, "Edm.Byte", true, true>; /** * Static representation of the [[targetScore]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TARGET_SCORE: OrderableEdmTypeField>, DeSerializersT, "Edm.Byte", true, true>; /** * Static representation of the [[calculatedScore]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CALCULATED_SCORE: OrderableEdmTypeField>, DeSerializersT, "Edm.Double", true, true>; /** * Static representation of the [[numberOfResponses]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUMBER_OF_RESPONSES: OrderableEdmTypeField>, DeSerializersT, "Edm.Int32", true, true>; }; } //# sourceMappingURL=SuplrEvalRspSectionApi.d.ts.map