import { RequestBuilder, GetAllRequestBuilderV2, GetByKeyRequestBuilderV2 } from '@sap-cloud-sdk/core'; import { SalesQuoteItemPartyPoBoxDeviatingRegionCode } from './SalesQuoteItemPartyPoBoxDeviatingRegionCode'; /** * Request builder class for operations supported on the [[SalesQuoteItemPartyPoBoxDeviatingRegionCode]] entity. */ export declare class SalesQuoteItemPartyPoBoxDeviatingRegionCodeRequestBuilder extends RequestBuilder { /** * Returns a request builder for retrieving one `SalesQuoteItemPartyPoBoxDeviatingRegionCode` entity based on its keys. * @param context Key property. See [[SalesQuoteItemPartyPoBoxDeviatingRegionCode.context]]. * @param code Key property. See [[SalesQuoteItemPartyPoBoxDeviatingRegionCode.code]]. * @returns A request builder for creating requests to retrieve one `SalesQuoteItemPartyPoBoxDeviatingRegionCode` entity based on its keys. */ getByKey(context: string, code: string): GetByKeyRequestBuilderV2; /** * Returns a request builder for querying all `SalesQuoteItemPartyPoBoxDeviatingRegionCode` entities. * @returns A request builder for creating requests to retrieve all `SalesQuoteItemPartyPoBoxDeviatingRegionCode` entities. */ getAll(): GetAllRequestBuilderV2; } //# sourceMappingURL=SalesQuoteItemPartyPoBoxDeviatingRegionCodeRequestBuilder.d.ts.map