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