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