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() |
@Nonnull public Attachment.AttachmentBuilder attachmentDocumentUUID(@Nullable UUID attachmentDocumentUUID)
Original property name from the Odata EDM: AttachmentDocumentUUID
this
.@Nonnull public Attachment.AttachmentBuilder mimeType(@Nullable String mimeType)
Original property name from the Odata EDM: MimeType
this
.@Nonnull public Attachment.AttachmentBuilder fileName(@Nullable String fileName)
Original property name from the Odata EDM: FileName
this
.@Nonnull public Attachment build()
Copyright © 2020 SAP SE. All rights reserved.