import { SupplierEvaluationResponse } from './SupplierEvaluationResponse'; import { SupplierEvaluationResponseRequestBuilder } from './SupplierEvaluationResponseRequestBuilder'; import { SuplrEvalRspAppraiserApi } from './SuplrEvalRspAppraiserApi'; import { SuplrEvalRspExternalNameApi } from './SuplrEvalRspExternalNameApi'; import { SuplrEvalRspIntroductionApi } from './SuplrEvalRspIntroductionApi'; import { SuplrEvalRspLanguageApi } from './SuplrEvalRspLanguageApi'; import { SuplrEvalRspPurchaserRespApi } from './SuplrEvalRspPurchaserRespApi'; import { SuplrEvalRspRootQnaireApi } from './SuplrEvalRspRootQnaireApi'; import { SuplrEvalRspSupplierApi } from './SuplrEvalRspSupplierApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, OneToOneLink, Link } from '@sap-cloud-sdk/odata-v2'; export declare class SupplierEvaluationResponseApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ SuplrEvalRspAppraiserApi, SuplrEvalRspExternalNameApi, SuplrEvalRspIntroductionApi, SuplrEvalRspLanguageApi, SuplrEvalRspPurchaserRespApi, SuplrEvalRspRootQnaireApi, SuplrEvalRspSupplierApi ]): this; entityConstructor: typeof SupplierEvaluationResponse; requestBuilder(): SupplierEvaluationResponseRequestBuilder; 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 [[toSuplrEvalRspAppraiser]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SUPLR_EVAL_RSP_APPRAISER: OneToOneLink, DeSerializersT, SuplrEvalRspAppraiserApi>; /** * Static representation of the one-to-many navigation property [[toSuplrEvalRspExternalName]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SUPLR_EVAL_RSP_EXTERNAL_NAME: Link, DeSerializersT, SuplrEvalRspExternalNameApi>; /** * Static representation of the one-to-many navigation property [[toSuplrEvalRspIntroduction]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SUPLR_EVAL_RSP_INTRODUCTION: Link, DeSerializersT, SuplrEvalRspIntroductionApi>; /** * Static representation of the one-to-many navigation property [[toSuplrEvalRspLanguage]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SUPLR_EVAL_RSP_LANGUAGE: Link, DeSerializersT, SuplrEvalRspLanguageApi>; /** * Static representation of the one-to-one navigation property [[toSuplrEvalRspPurchaserResp]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SUPLR_EVAL_RSP_PURCHASER_RESP: OneToOneLink, DeSerializersT, SuplrEvalRspPurchaserRespApi>; /** * Static representation of the one-to-one navigation property [[toSuplrEvalRspRootQnaire]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SUPLR_EVAL_RSP_ROOT_QNAIRE: OneToOneLink, DeSerializersT, SuplrEvalRspRootQnaireApi>; /** * Static representation of the one-to-one navigation property [[toSuplrEvalRspSupplier]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SUPLR_EVAL_RSP_SUPPLIER: OneToOneLink, DeSerializersT, SuplrEvalRspSupplierApi>; /** * 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", false, true>; /** * Static representation of the [[suplrEvalReqUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPLR_EVAL_REQ_UUID: EdmTypeField>, DeSerializersT, "Edm.Guid", true, true>; /** * Static representation of the [[purgCatUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURG_CAT_UUID: EdmTypeField>, DeSerializersT, "Edm.Guid", true, true>; /** * Static representation of the [[supplierEvalResponse]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPPLIER_EVAL_RESPONSE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[suplrEvalRspName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPLR_EVAL_RSP_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, 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", true, true>; /** * Static representation of the [[createdByUser]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATED_BY_USER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[lastChangedByUser]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAST_CHANGED_BY_USER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[suplrEvalStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPLR_EVAL_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[suplrEvalEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPLR_EVAL_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[suplrEvalDeadlineDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPLR_EVAL_DEADLINE_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[lastChangeDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAST_CHANGE_DATE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTimeOffset", true, true>; /** * Static representation of the [[suplrEvalSubmissionDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPLR_EVAL_SUBMISSION_DATE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTimeOffset", true, true>; /** * Static representation of the [[creationDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATION_DATE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTimeOffset", true, true>; /** * Static representation of the [[suplrEvalRspLifecycleStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPLR_EVAL_RSP_LIFECYCLE_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=SupplierEvaluationResponseApi.d.ts.map