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