import { ReContrReminderRule } from './ReContrReminderRule'; import { ReContrReminderRuleRequestBuilder } from './ReContrReminderRuleRequestBuilder'; 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 ReContrReminderRuleApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ReContractApi ]): this; entityConstructor: typeof ReContrReminderRule; requestBuilder(): ReContrReminderRuleRequestBuilder; 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 [[reReminderRuleParamNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_RULE_PARAM_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", 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 [[validityStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALIDITY_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[validityEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALIDITY_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reReminderParamType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_PARAM_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reReminderParamDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_PARAM_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reReminderParamNmbr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_PARAM_NMBR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reReminderParamIsBoolean]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_PARAM_IS_BOOLEAN: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reReminderParamName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_REMINDER_PARAM_NAME: 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=ReContrReminderRuleApi.d.ts.map