import { TimeSheetEntry } from './TimeSheetEntry'; import { TimeSheetEntryRequestBuilder } from './TimeSheetEntryRequestBuilder'; import { TimeSheetDataFieldsField } from './TimeSheetDataFields'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class TimeSheetEntryApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof TimeSheetEntry; requestBuilder(): TimeSheetEntryRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[timeSheetDataFields]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIME_SHEET_DATA_FIELDS: TimeSheetDataFieldsField>, DeSerializersT, false, true>; /** * Static representation of the [[personWorkAgreementExternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERSON_WORK_AGREEMENT_EXTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[companyCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMPANY_CODE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[timeSheetRecord]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIME_SHEET_RECORD: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[personWorkAgreement]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERSON_WORK_AGREEMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[timeSheetDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIME_SHEET_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[timeSheetIsReleasedOnSave]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIME_SHEET_IS_RELEASED_ON_SAVE: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[timeSheetPredecessorRecord]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIME_SHEET_PREDECESSOR_RECORD: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[timeSheetStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIME_SHEET_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[timeSheetIsExecutedInTestRun]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIME_SHEET_IS_EXECUTED_IN_TEST_RUN: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[timeSheetOperation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TIME_SHEET_OPERATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=TimeSheetEntryApi.d.ts.map