Class CreateUrlAsAttachmentFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

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

    • CreateUrlAsAttachmentFluentHelper

      public CreateUrlAsAttachmentFluentHelper(@Nonnull String servicePath, @Nullable String semanticObject, @Nonnull String linkedSAPObjectKey, @Nullable String businessObjectTypeName, @Nonnull String url, @Nonnull String urlDescription, @Nonnull String mIMEType)
      Creates a fluent helper object that will execute the CreateUrlAsAttachment OData function import with the provided parameters. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      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

      businessObjectTypeName - BusinessObjectTypeName

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: BusinessObjectTypeName

      urlDescription - UrlDescription

      Constraints: Not nullable, Maximum length: 255

      Original parameter name from the Odata EDM: UrlDescription

      semanticObject - SemanticObject

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: SemanticObject

      url - Url

      Constraints: Not nullable, Maximum length: 4096

      Original parameter name from the Odata EDM: Url

      mIMEType - MIMEType

      Constraints: Not nullable, Maximum length: 40

      Original parameter name from the Odata EDM: MIMEType

    • CreateUrlAsAttachmentFluentHelper

      public CreateUrlAsAttachmentFluentHelper(@Nonnull String servicePath, @Nullable String semanticObject, @Nonnull String linkedSAPObjectKey, @Nullable String businessObjectTypeName, @Nonnull String url, @Nonnull String urlDescription, @Nonnull String mIMEType, @Nullable String sAPObjectNodeType, @Nullable String sAPObjectType, @Nullable String harmonizedDocumentType)
      Creates a fluent helper object that will execute the CreateUrlAsAttachment OData function import with the provided parameters. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      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

      businessObjectTypeName - BusinessObjectTypeName

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: BusinessObjectTypeName

      urlDescription - UrlDescription

      Constraints: Not nullable, Maximum length: 255

      Original parameter name from the Odata EDM: UrlDescription

      semanticObject - SemanticObject

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: SemanticObject

      sAPObjectType - SAPObjectType

      Constraints: Nullable, Maximum length: 30

      Original parameter name from the Odata EDM: SAPObjectType

      harmonizedDocumentType - HarmonizedDocumentType

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: HarmonizedDocumentType

      sAPObjectNodeType - SAPObjectNodeType

      Constraints: Nullable, Maximum length: 30

      Original parameter name from the Odata EDM: SAPObjectNodeType

      url - Url

      Constraints: Not nullable, Maximum length: 4096

      Original parameter name from the Odata EDM: Url

      mIMEType - MIMEType

      Constraints: Not nullable, Maximum length: 40

      Original parameter name from the Odata EDM: MIMEType

  • Method Details