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