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