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