import { ReContrReminderDate } from './ReContrReminderDate'; import { ReContrReminderDateRequestBuilder } from './ReContrReminderDateRequestBuilder'; import { ReContractApi } from './ReContractApi'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, CollectionField, OneToOneLink } from '@sap-cloud-sdk/odata-v4'; export declare class ReContrReminderDateApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ReContractApi ]): this; entityConstructor: typeof ReContrReminderDate; requestBuilder(): ReContrReminderDateRequestBuilder; 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 [[reContract]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT: OneToOneLink, DeSerializersT, ReContractApi>; /** * Static representation of the [[internalRealEstateNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INTERNAL_REAL_ESTATE_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reReminderNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reReminderDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", false, true>; /** * Static representation of the [[reReminderRule]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_RULE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reReminderReason]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_REASON: EdmTypeField>, DeSerializersT, "Edm.String", false, 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", false, true>; /** * Static representation of the [[creationDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATION_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[creationTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATION_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.TimeOfDay", false, true>; /** * Static representation of the [[reSourceOfCreation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_SOURCE_OF_CREATION: EdmTypeField>, DeSerializersT, "Edm.String", false, 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", false, true>; /** * Static representation of the [[lastChangeDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAST_CHANGE_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[lastChangeTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAST_CHANGE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.TimeOfDay", false, true>; /** * Static representation of the [[reSourceOfChange]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_SOURCE_OF_CHANGE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[responsible]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESPONSIBLE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reReminderWrkflwDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_WRKFLW_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reReminderIsDone]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_IS_DONE: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reReminderIsFix]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_IS_FIX: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reReminderIsWrkflwSend]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_IS_WRKFLW_SEND: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[textObjectKey]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TEXT_OBJECT_KEY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reReminderInfoText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_INFO_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[sapMessages]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SAP_MESSAGES: CollectionField>, DeSerializersT, Sap_Message, false, true>; }; } //# sourceMappingURL=ReContrReminderDateApi.d.ts.map