import { SpecAssignedMatlForKeyDate } from './SpecAssignedMatlForKeyDate'; import { SpecAssignedMatlForKeyDateRequestBuilder } from './SpecAssignedMatlForKeyDateRequestBuilder'; import { ProductDescriptionApi } from './ProductDescriptionApi'; import { ProductApi } from './ProductApi'; import { ProductPlantApi } from './ProductPlantApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, Link, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class SpecAssignedMatlForKeyDateApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ProductDescriptionApi, ProductApi, ProductPlantApi ]): this; entityConstructor: typeof SpecAssignedMatlForKeyDate; requestBuilder(): SpecAssignedMatlForKeyDateRequestBuilder; 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-many navigation property [[toDescription]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_DESCRIPTION: Link, DeSerializersT, ProductDescriptionApi>; /** * Static representation of the one-to-one navigation property [[toProduct]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_PRODUCT: OneToOneLink, DeSerializersT, ProductApi>; /** * Static representation of the one-to-one navigation property [[toProductPlant]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_PRODUCT_PLANT: OneToOneLink, DeSerializersT, ProductPlantApi>; /** * Static representation of the [[specMaterialAssgmtInternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_MATERIAL_ASSGMT_INTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[specMaterialAssgmtChangeState]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_MATERIAL_ASSGMT_CHANGE_STATE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[material]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[plant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[plantName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLANT_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specMaterialAssgmtChangeDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_MATERIAL_ASSGMT_CHANGE_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[specMaterialAssgmtChangeNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_MATERIAL_ASSGMT_CHANGE_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specMaterialAssgmtCreatedByUsr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_MATERIAL_ASSGMT_CREATED_BY_USR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specMaterialAssgmtCreationDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_MATERIAL_ASSGMT_CREATION_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[specMaterialAssgmtIsDeleted]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_MATERIAL_ASSGMT_IS_DELETED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[specMatlAssgmtLastChangedByUsr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_MATL_ASSGMT_LAST_CHANGED_BY_USR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specMatlAssgmtValdtyEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_MATL_ASSGMT_VALDTY_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[specMatlAssgmtValdtyStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_MATL_ASSGMT_VALDTY_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[specificationInternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPECIFICATION_INTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specificationAuthznGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPECIFICATION_AUTHZN_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specificationType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPECIFICATION_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=SpecAssignedMatlForKeyDateApi.d.ts.map