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