import { SpecValAssgmtInstanceWthComp } from './SpecValAssgmtInstanceWthComp'; import { SpecValAssgmtInstanceWthCompRequestBuilder } from './SpecValAssgmtInstanceWthCompRequestBuilder'; import { SpecIdentifierApi } from './SpecIdentifierApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, Link } from '@sap-cloud-sdk/odata-v2'; export declare class SpecValAssgmtInstanceWthCompApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ SpecIdentifierApi ]): this; entityConstructor: typeof SpecValAssgmtInstanceWthComp; requestBuilder(): SpecValAssgmtInstanceWthCompRequestBuilder; 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 [[toSubstanceIdentifier]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SUBSTANCE_IDENTIFIER: Link, DeSerializersT, SpecIdentifierApi>; /** * 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", false, true>; /** * Static representation of the [[specValAssgmtType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPEC_VAL_ASSGMT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[specificationRating]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPECIFICATION_RATING: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[specificationValidityArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPECIFICATION_VALIDITY_AREA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[componentSpecificationIntId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMPONENT_SPECIFICATION_INT_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[componentSpecification]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMPONENT_SPECIFICATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[compSpecComponentType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMP_SPEC_COMPONENT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[compSpecLowerLimitOperator]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMP_SPEC_LOWER_LIMIT_OPERATOR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[compSpecLowerLimit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMP_SPEC_LOWER_LIMIT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[compSpecUpperLimitOperator]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMP_SPEC_UPPER_LIMIT_OPERATOR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[compSpecUpperLimit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMP_SPEC_UPPER_LIMIT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[compSpecQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMP_SPEC_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[compSpecUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMP_SPEC_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[compSpecSortSequence]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMP_SPEC_SORT_SEQUENCE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[compSpecExceptionCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMP_SPEC_EXCEPTION_CODE: 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=SpecValAssgmtInstanceWthCompApi.d.ts.map