@broadcom/endevor-for-zowe-cli
Version:
Endevor Plug-in for Zowe CLI
9 lines (8 loc) • 650 B
TypeScript
import { Session } from "@zowe/imperative";
import { IElementBasicData, IEndevorRestResponse, IElementActionRequestOptions, RetrieveElmDictionary } from "../index";
export declare class RetrieveElement {
private static ZOWE_CLI_RETRIEVE_TO_DESCRIPTION;
static retrieveElement(session: Session, instance: string, element: IElementBasicData, requestBody: IElementActionRequestOptions, charset?: string, codePage?: string): Promise<IEndevorRestResponse<Buffer>>;
static setupRetrieveRequest(args: RetrieveElmDictionary): IElementActionRequestOptions;
static setupViewRequest(args: RetrieveElmDictionary): IElementActionRequestOptions;
}