public static class Attachment.AttachmentBuilder extends Object
Modifier and Type | Method and Description |
---|---|
Attachment.AttachmentBuilder |
attachmentDocumentUUID(UUID attachmentDocumentUUID)
(Key Field) Constraints: Not nullable
|
Attachment |
build() |
Attachment.AttachmentBuilder |
fileName(String fileName)
Constraints: Not nullable, Maximum length: 255
|
Attachment.AttachmentBuilder |
mimeType(String mimeType)
Constraints: Not nullable, Maximum length: 128
|
String |
toString() |
public Attachment.AttachmentBuilder attachmentDocumentUUID(@Nullable UUID attachmentDocumentUUID)
Original property name from the Odata EDM: AttachmentDocumentUUID
public Attachment.AttachmentBuilder mimeType(@Nullable String mimeType)
Original property name from the Odata EDM: MimeType
public Attachment.AttachmentBuilder fileName(@Nullable String fileName)
Original property name from the Odata EDM: FileName
public Attachment build()
Copyright © 2019 SAP SE. All rights reserved.