import { ReContrPartAssgmt } from './ReContrPartAssgmt'; import { ReContrPartAssgmtRequestBuilder } from './ReContrPartAssgmtRequestBuilder'; 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 ReContrPartAssgmtApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ReContractApi ]): this; entityConstructor: typeof ReContrPartAssgmt; requestBuilder(): ReContrPartAssgmtRequestBuilder; 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 [[businessPartner]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_PARTNER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[businessPartnerRole]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_PARTNER_ROLE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[validityStartEndDateValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALIDITY_START_END_DATE_VALUE: 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 [[rePartnerRoleType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_PARTNER_ROLE_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[addressType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDRESS_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, 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 [[reFractionalPrptyShrRatio]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_FRACTIONAL_PRPTY_SHR_RATIO: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[reOwnershipShrRatio]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_OWNERSHIP_SHR_RATIO: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[reCoOwnershipShrRatio]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CO_OWNERSHIP_SHR_RATIO: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[reFractionalShrCnvrsnRatio]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_FRACTIONAL_SHR_CNVRSN_RATIO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[contractAccount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONTRACT_ACCOUNT: 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=ReContrPartAssgmtApi.d.ts.map