Class RenameAttachmentFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

Fluent helper for the RenameAttachment OData function import.
  • Constructor Details

    • RenameAttachmentFluentHelper

      public RenameAttachmentFluentHelper(@Nonnull String servicePath, @Nullable String documentInfoRecordDocType, @Nullable String documentInfoRecordDocVersion, @Nonnull String logicalDocument, @Nonnull String archiveDocumentID, @Nullable String businessObjectTypeName, @Nonnull String linkedSAPObjectKey, @Nullable String semanticObject, @Nonnull String fileName, @Nullable String documentInfoRecordDocNumber, @Nullable String documentInfoRecordDocPart)
      Creates a fluent helper object that will execute the RenameAttachment OData function import with the provided parameters. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      documentInfoRecordDocType - DocumentInfoRecordDocType

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: DocumentInfoRecordDocType

      fileName - FileName

      Constraints: Not nullable, Maximum length: 255

      Original parameter name from the Odata EDM: FileName

      documentInfoRecordDocNumber - DocumentInfoRecordDocNumber

      Constraints: Nullable, Maximum length: 25

      Original parameter name from the Odata EDM: DocumentInfoRecordDocNumber

      documentInfoRecordDocPart - DocumentInfoRecordDocPart

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: DocumentInfoRecordDocPart

      servicePath - Service path to be used to call the functions against.
      archiveDocumentID - ArchiveDocumentID

      Constraints: Not nullable, Maximum length: 40

      Original parameter name from the Odata EDM: ArchiveDocumentID

      linkedSAPObjectKey - LinkedSAPObjectKey

      Constraints: Not nullable, Maximum length: 90

      Original parameter name from the Odata EDM: LinkedSAPObjectKey

      businessObjectTypeName - BusinessObjectTypeName

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: BusinessObjectTypeName

      documentInfoRecordDocVersion - DocumentInfoRecordDocVersion

      Constraints: Nullable, Maximum length: 2

      Original parameter name from the Odata EDM: DocumentInfoRecordDocVersion

      semanticObject - SemanticObject

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: SemanticObject

      logicalDocument - LogicalDocument

      Constraints: Not nullable, Maximum length: 32

      Original parameter name from the Odata EDM: LogicalDocument

    • RenameAttachmentFluentHelper

      public RenameAttachmentFluentHelper(@Nonnull String servicePath, @Nullable String documentInfoRecordDocType, @Nullable String documentInfoRecordDocVersion, @Nonnull String logicalDocument, @Nonnull String archiveDocumentID, @Nullable String businessObjectTypeName, @Nonnull String linkedSAPObjectKey, @Nullable String semanticObject, @Nonnull String fileName, @Nullable String documentInfoRecordDocNumber, @Nullable String documentInfoRecordDocPart, @Nullable String sAPObjectNodeType, @Nullable String sAPObjectType)
      Creates a fluent helper object that will execute the RenameAttachment OData function import with the provided parameters. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      fileName - FileName

      Constraints: Not nullable, Maximum length: 255

      Original parameter name from the Odata EDM: FileName

      documentInfoRecordDocNumber - DocumentInfoRecordDocNumber

      Constraints: Nullable, Maximum length: 25

      Original parameter name from the Odata EDM: DocumentInfoRecordDocNumber

      archiveDocumentID - ArchiveDocumentID

      Constraints: Not nullable, Maximum length: 40

      Original parameter name from the Odata EDM: ArchiveDocumentID

      businessObjectTypeName - BusinessObjectTypeName

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: BusinessObjectTypeName

      documentInfoRecordDocVersion - DocumentInfoRecordDocVersion

      Constraints: Nullable, Maximum length: 2

      Original parameter name from the Odata EDM: DocumentInfoRecordDocVersion

      sAPObjectType - SAPObjectType

      Constraints: Nullable, Maximum length: 30

      Original parameter name from the Odata EDM: SAPObjectType

      logicalDocument - LogicalDocument

      Constraints: Not nullable, Maximum length: 32

      Original parameter name from the Odata EDM: LogicalDocument

      documentInfoRecordDocType - DocumentInfoRecordDocType

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: DocumentInfoRecordDocType

      documentInfoRecordDocPart - DocumentInfoRecordDocPart

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: DocumentInfoRecordDocPart

      servicePath - Service path to be used to call the functions against.
      linkedSAPObjectKey - LinkedSAPObjectKey

      Constraints: Not nullable, Maximum length: 90

      Original parameter name from the Odata EDM: LinkedSAPObjectKey

      semanticObject - SemanticObject

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: SemanticObject

      sAPObjectNodeType - SAPObjectNodeType

      Constraints: Nullable, Maximum length: 30

      Original parameter name from the Odata EDM: SAPObjectNodeType

  • Method Details