Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @sap/cloud-sdk-vdm-attachment-service

attachment-service

This package contains the VDM for the SAP S/4HANA attachment-service service.

Index

Functions

createAttachmentsCount

  • Parameters

    • json: any

    Returns AttachmentsCount

createUrlAsAttachment

  • createUrlAsAttachment(parameters: CreateUrlAsAttachmentParameters): FunctionImportRequestBuilder<CreateUrlAsAttachmentParameters, AttachmentContentSet>
  • Create URL as attachment.

    Parameters

    • parameters: CreateUrlAsAttachmentParameters

      Object containing all parameters for the function import.

    Returns FunctionImportRequestBuilder<CreateUrlAsAttachmentParameters, AttachmentContentSet>

    A request builder that allows to overwrite some of the values and execute the resultng request.

getAllOriginals

  • getAllOriginals(parameters: GetAllOriginalsParameters): FunctionImportRequestBuilder<GetAllOriginalsParameters, AttachmentContentSet[]>
  • Invoke function GetAllOriginals.

    Parameters

    • parameters: GetAllOriginalsParameters

      Object containing all parameters for the function import.

    Returns FunctionImportRequestBuilder<GetAllOriginalsParameters, AttachmentContentSet[]>

    A request builder that allows to overwrite some of the values and execute the resultng request.

getAttachmentCount

  • getAttachmentCount(parameters: GetAttachmentCountParameters): FunctionImportRequestBuilder<GetAttachmentCountParameters, AttachmentsCount>
  • Invoke function GetAttachmentCount.

    Parameters

    • parameters: GetAttachmentCountParameters

      Object containing all parameters for the function import.

    Returns FunctionImportRequestBuilder<GetAttachmentCountParameters, AttachmentsCount>

    A request builder that allows to overwrite some of the values and execute the resultng request.

renameAttachment

  • renameAttachment(parameters: RenameAttachmentParameters): FunctionImportRequestBuilder<RenameAttachmentParameters, AttachmentContentSet>
  • Rename Attachment.

    Parameters

    • parameters: RenameAttachmentParameters

      Object containing all parameters for the function import.

    Returns FunctionImportRequestBuilder<RenameAttachmentParameters, AttachmentContentSet>

    A request builder that allows to overwrite some of the values and execute the resultng request.

Object literals

Const functionImports

functionImports: object

createUrlAsAttachment

createUrlAsAttachment: createUrlAsAttachment

getAllOriginals

getAllOriginals: getAllOriginals

getAttachmentCount

getAttachmentCount: getAttachmentCount

renameAttachment

renameAttachment: renameAttachment