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