public static class AttachmentContent.AttachmentContentBuilder extends Object
Modifier and Type | Method and Description |
---|---|
AttachmentContent.AttachmentContentBuilder |
archiveDocumentID(String archiveDocumentID)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
AttachmentContent.AttachmentContentBuilder |
archiveLinkRepository(String archiveLinkRepository)
Constraints: Not nullable, Maximum length: 2
|
AttachmentContent |
build() |
AttachmentContent.AttachmentContentBuilder |
businessObjectType(String businessObjectType)
Constraints: Not nullable, Maximum length: 40
|
AttachmentContent.AttachmentContentBuilder |
businessObjectTypeName(String businessObjectTypeName)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
AttachmentContent.AttachmentContentBuilder |
changedDateTime(LocalDateTime changedDateTime)
Constraints: Not nullable, Precision: 7
|
AttachmentContent.AttachmentContentBuilder |
content(byte[] content)
Constraints: none
|
AttachmentContent.AttachmentContentBuilder |
createdByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
AttachmentContent.AttachmentContentBuilder |
createdByUserFullName(String createdByUserFullName)
Constraints: Not nullable, Maximum length: 80
|
AttachmentContent.AttachmentContentBuilder |
creationDateTime(LocalDateTime creationDateTime)
Constraints: Not nullable, Precision: 7
|
AttachmentContent.AttachmentContentBuilder |
documentInfoRecordDocNumber(String documentInfoRecordDocNumber)
(Key Field) Constraints: Not nullable, Maximum length: 25
|
AttachmentContent.AttachmentContentBuilder |
documentInfoRecordDocPart(String documentInfoRecordDocPart)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
AttachmentContent.AttachmentContentBuilder |
documentInfoRecordDocType(String documentInfoRecordDocType)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
AttachmentContent.AttachmentContentBuilder |
documentInfoRecordDocVersion(String documentInfoRecordDocVersion)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
AttachmentContent.AttachmentContentBuilder |
documentURL(String documentURL)
Constraints: Not nullable, Maximum length: 4096
|
AttachmentContent.AttachmentContentBuilder |
fileName(String fileName)
Constraints: Not nullable, Maximum length: 255
|
AttachmentContent.AttachmentContentBuilder |
fileSize(String fileSize)
Constraints: Not nullable, Maximum length: 12
|
AttachmentContent.AttachmentContentBuilder |
lastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
AttachmentContent.AttachmentContentBuilder |
lastChangedByUserFullName(String lastChangedByUserFullName)
Constraints: Not nullable, Maximum length: 80
|
AttachmentContent.AttachmentContentBuilder |
linkedSAPObjectKey(String linkedSAPObjectKey)
(Key Field) Constraints: Not nullable, Maximum length: 90
|
AttachmentContent.AttachmentContentBuilder |
logicalDocument(String logicalDocument)
(Key Field) Constraints: Not nullable, Maximum length: 32
|
AttachmentContent.AttachmentContentBuilder |
mimeType(String mimeType)
Constraints: Not nullable, Maximum length: 128
|
AttachmentContent.AttachmentContentBuilder |
semanticObject(String semanticObject)
Constraints: Not nullable, Maximum length: 40
|
AttachmentContent.AttachmentContentBuilder |
storageCategory(String storageCategory)
Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
AttachmentContent.AttachmentContentBuilder |
workstationApplication(String workstationApplication)
Constraints: Not nullable, Maximum length: 3
|
@Nonnull public AttachmentContent.AttachmentContentBuilder documentInfoRecordDocType(@Nullable String documentInfoRecordDocType)
Original property name from the Odata EDM: DocumentInfoRecordDocType
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder documentInfoRecordDocNumber(@Nullable String documentInfoRecordDocNumber)
Original property name from the Odata EDM: DocumentInfoRecordDocNumber
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder documentInfoRecordDocVersion(@Nullable String documentInfoRecordDocVersion)
Original property name from the Odata EDM: DocumentInfoRecordDocVersion
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder documentInfoRecordDocPart(@Nullable String documentInfoRecordDocPart)
Original property name from the Odata EDM: DocumentInfoRecordDocPart
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder logicalDocument(@Nullable String logicalDocument)
Original property name from the Odata EDM: LogicalDocument
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder archiveDocumentID(@Nullable String archiveDocumentID)
Original property name from the Odata EDM: ArchiveDocumentID
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder linkedSAPObjectKey(@Nullable String linkedSAPObjectKey)
Original property name from the Odata EDM: LinkedSAPObjectKey
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder businessObjectTypeName(@Nullable String businessObjectTypeName)
Original property name from the Odata EDM: BusinessObjectTypeName
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder semanticObject(@Nullable String semanticObject)
Original property name from the Odata EDM: SemanticObject
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder workstationApplication(@Nullable String workstationApplication)
Original property name from the Odata EDM: WorkstationApplication
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder fileSize(@Nullable String fileSize)
Original property name from the Odata EDM: FileSize
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder fileName(@Nullable String fileName)
Original property name from the Odata EDM: FileName
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder documentURL(@Nullable String documentURL)
Original property name from the Odata EDM: DocumentURL
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder mimeType(@Nullable String mimeType)
Original property name from the Odata EDM: MimeType
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder content(@Nullable byte[] content)
Original property name from the Odata EDM: Content
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder createdByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder createdByUserFullName(@Nullable String createdByUserFullName)
Original property name from the Odata EDM: CreatedByUserFullName
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder creationDateTime(@Nullable LocalDateTime creationDateTime)
Original property name from the Odata EDM: CreationDateTime
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder businessObjectType(@Nullable String businessObjectType)
Original property name from the Odata EDM: BusinessObjectType
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder lastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder lastChangedByUserFullName(@Nullable String lastChangedByUserFullName)
Original property name from the Odata EDM: LastChangedByUserFullName
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder changedDateTime(@Nullable LocalDateTime changedDateTime)
Original property name from the Odata EDM: ChangedDateTime
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder storageCategory(@Nullable String storageCategory)
Original property name from the Odata EDM: StorageCategory
this
.@Nonnull public AttachmentContent.AttachmentContentBuilder archiveLinkRepository(@Nullable String archiveLinkRepository)
Original property name from the Odata EDM: ArchiveLinkRepository
this
.@Nonnull public AttachmentContent build()
Copyright © 2021 SAP SE. All rights reserved.