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