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