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