import { DefaultDeSerializers, DeSerializers, GetAllRequestBuilder, GetByKeyRequestBuilder, DeserializedType, RequestBuilder } from '@sap-cloud-sdk/odata-v2'; import { SpecValAssgmtInstanceWthComp } from './SpecValAssgmtInstanceWthComp'; /** * Request builder class for operations supported on the [[SpecValAssgmtInstanceWthComp]] entity. */ export declare class SpecValAssgmtInstanceWthCompRequestBuilder extends RequestBuilder, T> { /** * Returns a request builder for retrieving one `SpecValAssgmtInstanceWthComp` entity based on its keys. * @param specificationInternalId Key property. See [[SpecValAssgmtInstanceWthComp.specificationInternalId]]. * @param specValAssgmtType Key property. See [[SpecValAssgmtInstanceWthComp.specValAssgmtType]]. * @param specificationRating Key property. See [[SpecValAssgmtInstanceWthComp.specificationRating]]. * @param specificationValidityArea Key property. See [[SpecValAssgmtInstanceWthComp.specificationValidityArea]]. * @param componentSpecificationIntId Key property. See [[SpecValAssgmtInstanceWthComp.componentSpecificationIntId]]. * @returns A request builder for creating requests to retrieve one `SpecValAssgmtInstanceWthComp` entity based on its keys. */ getByKey(specificationInternalId: DeserializedType, specValAssgmtType: DeserializedType, specificationRating: DeserializedType, specificationValidityArea: DeserializedType, componentSpecificationIntId: DeserializedType): GetByKeyRequestBuilder, T>; /** * Returns a request builder for querying all `SpecValAssgmtInstanceWthComp` entities. * @returns A request builder for creating requests to retrieve all `SpecValAssgmtInstanceWthComp` entities. */ getAll(): GetAllRequestBuilder, T>; } //# sourceMappingURL=SpecValAssgmtInstanceWthCompRequestBuilder.d.ts.map