@microsoft/msgraph-beta-sdk-print
Version:
Print fluent API for Microsoft Graph
26 lines • 1.3 kB
TypeScript
import { type PrintRequestBuilder } from './print/index.js';
import { type BackingStoreFactory, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestAdapter } from '@microsoft/kiota-abstractions';
/**
* Instantiates a new PrintServiceClient and sets the default values.
* @param backingStore The backing store to use for the models.
* @param requestAdapter The request adapter to use to execute the requests.
*/
export declare function createPrintServiceClient(requestAdapter: RequestAdapter, backingStore?: BackingStoreFactory | undefined): PrintServiceClient;
/**
* The main entry point of the SDK, exposes the configuration and the fluent API.
*/
export interface PrintServiceClient extends BaseRequestBuilder<PrintServiceClient> {
/**
* Provides operations to manage the print singleton.
*/
get print(): PrintRequestBuilder;
}
/**
* Metadata for all the navigation properties in the request builder.
*/
export declare const PrintServiceClientNavigationMetadata: Record<Exclude<keyof PrintServiceClient, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
/**
* Uri template for the request builder.
*/
export declare const PrintServiceClientUriTemplate = "{+baseurl}";
//# sourceMappingURL=printServiceClient.d.ts.map