import { SuplrEvalRspLanguage } from './SuplrEvalRspLanguage'; import { SuplrEvalRspLanguageRequestBuilder } from './SuplrEvalRspLanguageRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class SuplrEvalRspLanguageApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof SuplrEvalRspLanguage; requestBuilder(): SuplrEvalRspLanguageRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[suplrEvalRspLanguageUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPLR_EVAL_RSP_LANGUAGE_UUID: EdmTypeField>, DeSerializersT, "Edm.Guid", false, 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 [[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 [[isMasterLanguage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_MASTER_LANGUAGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isSelectedLanguage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_SELECTED_LANGUAGE: 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>; }; } //# sourceMappingURL=SuplrEvalRspLanguageApi.d.ts.map