import { ReContrObjAssgmt } from './ReContrObjAssgmt'; import { ReContrObjAssgmtRequestBuilder } from './ReContrObjAssgmtRequestBuilder'; 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 ReContrObjAssgmtApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ReContractApi ]): this; entityConstructor: typeof ReContrObjAssgmt; requestBuilder(): ReContrObjAssgmtRequestBuilder; 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 [[reStatusObjectSource]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_STATUS_OBJECT_SOURCE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reObjectAssignmentType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_OBJECT_ASSIGNMENT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reStatusObjectTarget]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_STATUS_OBJECT_TARGET: 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 [[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 [[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 [[reOnlyInfoAssgmt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ONLY_INFO_ASSGMT: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reStatusObjectSourceIsArchived]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_STATUS_OBJECT_SOURCE_IS_ARCHIVED: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reGenerationType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_GENERATION_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reIsMainAsset]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_IS_MAIN_ASSET: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reAssignmentHasMultiple]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ASSIGNMENT_HAS_MULTIPLE: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[reObjectPossessionStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_OBJECT_POSSESSION_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reObjectPossessionEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_OBJECT_POSSESSION_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[reGroupNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_GROUP_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reObjectGroupName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_OBJECT_GROUP_NAME: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reContractSubjectNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_SUBJECT_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reContractSubjectDescription]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_SUBJECT_DESCRIPTION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reContractSubjectClass]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_SUBJECT_CLASS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reContractSubjectType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_CONTRACT_SUBJECT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[externalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EXTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAccountingObject]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ACCOUNTING_OBJECT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[reAccountingObjectType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RE_ACCOUNTING_OBJECT_TYPE: 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=ReContrObjAssgmtApi.d.ts.map