import { DefaultDeSerializers, DeSerializers, GetAllRequestBuilder, GetByKeyRequestBuilder, CreateRequestBuilder, UpdateRequestBuilder, DeleteRequestBuilder, DeserializedType, RequestBuilder } from '@sap-cloud-sdk/odata-v4'; import { Aqs_Impwh } from './Aqs_Impwh'; /** * Request builder class for operations supported on the [[Aqs_Impwh]] entity. */ export declare class Aqs_ImpwhRequestBuilder extends RequestBuilder, T> { /** * Returns a request builder for retrieving one `Aqs_Impwh` entity based on its keys. * @param empresa Key property. See [[Aqs_Impwh.empresa]]. * @param filial Key property. See [[Aqs_Impwh.filial]]. * @param exercicio Key property. See [[Aqs_Impwh.exercicio]]. * @param numLcto Key property. See [[Aqs_Impwh.numLcto]]. * @param numItem Key property. See [[Aqs_Impwh.numItem]]. * @param codigoIrf Key property. See [[Aqs_Impwh.codigoIrf]]. * @param catImposto Key property. See [[Aqs_Impwh.catImposto]]. * @returns A request builder for creating requests to retrieve one `Aqs_Impwh` entity based on its keys. */ getByKey(empresa: DeserializedType, filial: DeserializedType, exercicio: DeserializedType, numLcto: DeserializedType, numItem: DeserializedType, codigoIrf: DeserializedType, catImposto: DeserializedType): GetByKeyRequestBuilder, T>; /** * Returns a request builder for querying all `Aqs_Impwh` entities. * @returns A request builder for creating requests to retrieve all `Aqs_Impwh` entities. */ getAll(): GetAllRequestBuilder, T>; /** * Returns a request builder for creating a `Aqs_Impwh` entity. * @param entity The entity to be created * @returns A request builder for creating requests that create an entity of type `Aqs_Impwh`. */ create(entity: Aqs_Impwh): CreateRequestBuilder, T>; /** * Returns a request builder for updating an entity of type `Aqs_Impwh`. * @param entity The entity to be updated * @returns A request builder for creating requests that update an entity of type `Aqs_Impwh`. */ update(entity: Aqs_Impwh): UpdateRequestBuilder, T>; /** * Returns a request builder for deleting an entity of type `Aqs_Impwh`. * @param empresa Key property. See [[Aqs_Impwh.empresa]]. * @param filial Key property. See [[Aqs_Impwh.filial]]. * @param exercicio Key property. See [[Aqs_Impwh.exercicio]]. * @param numLcto Key property. See [[Aqs_Impwh.numLcto]]. * @param numItem Key property. See [[Aqs_Impwh.numItem]]. * @param codigoIrf Key property. See [[Aqs_Impwh.codigoIrf]]. * @param catImposto Key property. See [[Aqs_Impwh.catImposto]]. * @returns A request builder for creating requests that delete an entity of type `Aqs_Impwh`. */ delete(empresa: string, filial: string, exercicio: string, numLcto: string, numItem: string, codigoIrf: string, catImposto: string): DeleteRequestBuilder, T>; /** * Returns a request builder for deleting an entity of type `Aqs_Impwh`. * @param entity Pass the entity to be deleted. * @returns A request builder for creating requests that delete an entity of type `Aqs_Impwh` by taking the entity as a parameter. */ delete(entity: Aqs_Impwh): DeleteRequestBuilder, T>; } //# sourceMappingURL=Aqs_ImpwhRequestBuilder.d.ts.map