import { SuplrEvalRspRootQnaire } from './SuplrEvalRspRootQnaire'; import { SuplrEvalRspRootQnaireRequestBuilder } from './SuplrEvalRspRootQnaireRequestBuilder'; import { SuplrEvalRspStrucQnaireApi } from './SuplrEvalRspStrucQnaireApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, Link } from '@sap-cloud-sdk/odata-v2'; export declare class SuplrEvalRspRootQnaireApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ SuplrEvalRspStrucQnaireApi ]): this; entityConstructor: typeof SuplrEvalRspRootQnaire; requestBuilder(): SuplrEvalRspRootQnaireRequestBuilder; 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 [[toSuplrEvalRspStrucQnaire]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SUPLR_EVAL_RSP_STRUC_QNAIRE: Link, DeSerializersT, SuplrEvalRspStrucQnaireApi>; /** * 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", 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 [[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 [[isScoringRelevant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_SCORING_RELEVANT: EdmTypeField>, DeSerializersT, "Edm.Boolean", 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 [[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>; /** * Static representation of the [[suplrEvalOrdinalNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPLR_EVAL_ORDINAL_NUMBER: OrderableEdmTypeField>, DeSerializersT, "Edm.Int32", 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 [[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>; }; } //# sourceMappingURL=SuplrEvalRspRootQnaireApi.d.ts.map