public static class AttachmentLink.AttachmentLinkBuilder extends Object
Modifier and Type | Method and Description |
---|---|
AttachmentLink.AttachmentLinkBuilder |
archiveDocumentID(String archiveDocumentID)
Constraints: Not nullable, Maximum length: 40
|
AttachmentLink |
build() |
AttachmentLink.AttachmentLinkBuilder |
businessObjectTypeName(String businessObjectTypeName)
Constraints: Not nullable, Maximum length: 40
|
AttachmentLink.AttachmentLinkBuilder |
companyCode(String companyCode)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
AttachmentLink.AttachmentLinkBuilder |
documentInfoRecordDocNumber(String documentInfoRecordDocNumber)
Constraints: Not nullable, Maximum length: 25
|
AttachmentLink.AttachmentLinkBuilder |
documentInfoRecordDocPart(String documentInfoRecordDocPart)
Constraints: Not nullable, Maximum length: 3
|
AttachmentLink.AttachmentLinkBuilder |
documentInfoRecordDocType(String documentInfoRecordDocType)
Constraints: Not nullable, Maximum length: 3
|
AttachmentLink.AttachmentLinkBuilder |
documentInfoRecordDocVersion(String documentInfoRecordDocVersion)
Constraints: Not nullable, Maximum length: 2
|
AttachmentLink.AttachmentLinkBuilder |
fiscalPeriod(String fiscalPeriod)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
AttachmentLink.AttachmentLinkBuilder |
fiscalYear(String fiscalYear)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
AttachmentLink.AttachmentLinkBuilder |
jointVenturePartner(String jointVenturePartner)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
AttachmentLink.AttachmentLinkBuilder |
linkedSAPObjectKey(String linkedSAPObjectKey)
(Key Field) Constraints: Not nullable, Maximum length: 90
|
AttachmentLink.AttachmentLinkBuilder |
logicalDocument(String logicalDocument)
Constraints: Not nullable, Maximum length: 32
|
String |
toString() |
AttachmentLink.AttachmentLinkBuilder |
workstationApplication(String workstationApplication)
Constraints: Not nullable, Maximum length: 3
|
@Nonnull public AttachmentLink.AttachmentLinkBuilder companyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
this
.@Nonnull public AttachmentLink.AttachmentLinkBuilder fiscalYear(@Nullable String fiscalYear)
Original property name from the Odata EDM: FiscalYear
this
.@Nonnull public AttachmentLink.AttachmentLinkBuilder fiscalPeriod(@Nullable String fiscalPeriod)
Original property name from the Odata EDM: FiscalPeriod
this
.@Nonnull public AttachmentLink.AttachmentLinkBuilder jointVenturePartner(@Nullable String jointVenturePartner)
Original property name from the Odata EDM: JointVenturePartner
this
.@Nonnull public AttachmentLink.AttachmentLinkBuilder documentInfoRecordDocType(@Nullable String documentInfoRecordDocType)
Original property name from the Odata EDM: DocumentInfoRecordDocType
this
.@Nonnull public AttachmentLink.AttachmentLinkBuilder documentInfoRecordDocNumber(@Nullable String documentInfoRecordDocNumber)
Original property name from the Odata EDM: DocumentInfoRecordDocNumber
this
.@Nonnull public AttachmentLink.AttachmentLinkBuilder documentInfoRecordDocVersion(@Nullable String documentInfoRecordDocVersion)
Original property name from the Odata EDM: DocumentInfoRecordDocVersion
this
.@Nonnull public AttachmentLink.AttachmentLinkBuilder documentInfoRecordDocPart(@Nullable String documentInfoRecordDocPart)
Original property name from the Odata EDM: DocumentInfoRecordDocPart
this
.@Nonnull public AttachmentLink.AttachmentLinkBuilder logicalDocument(@Nullable String logicalDocument)
Original property name from the Odata EDM: LogicalDocument
this
.@Nonnull public AttachmentLink.AttachmentLinkBuilder archiveDocumentID(@Nullable String archiveDocumentID)
Original property name from the Odata EDM: ArchiveDocumentID
this
.@Nonnull public AttachmentLink.AttachmentLinkBuilder linkedSAPObjectKey(@Nullable String linkedSAPObjectKey)
Original property name from the Odata EDM: LinkedSAPObjectKey
this
.@Nonnull public AttachmentLink.AttachmentLinkBuilder businessObjectTypeName(@Nullable String businessObjectTypeName)
Original property name from the Odata EDM: BusinessObjectTypeName
this
.@Nonnull public AttachmentLink.AttachmentLinkBuilder workstationApplication(@Nullable String workstationApplication)
Original property name from the Odata EDM: WorkstationApplication
this
.@Nonnull public AttachmentLink build()
Copyright © 2020 SAP SE. All rights reserved.