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