Class Attachment.AttachmentBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.Attachment.AttachmentBuilder
Enclosing class:
Attachment

public static class Attachment.AttachmentBuilder extends Object
  • Method Details

    • attachmentDocumentUUID

      @Nonnull public Attachment.AttachmentBuilder attachmentDocumentUUID(@Nullable UUID attachmentDocumentUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: AttachmentDocumentUUID

      Returns:
      this.
    • mimeType

      @Nonnull public Attachment.AttachmentBuilder mimeType(@Nullable String mimeType)
      Constraints: Not nullable, Maximum length: 128

      Original property name from the Odata EDM: MimeType

      Returns:
      this.
    • fileName

      @Nonnull public Attachment.AttachmentBuilder fileName(@Nullable String fileName)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: FileName

      Returns:
      this.
    • build

      @Nonnull public Attachment build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object