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