Class AttachmentLink.AttachmentLinkBuilder
- Enclosing class:
- AttachmentLink
-
Method Summary
Modifier and TypeMethodDescriptionarchiveDocumentID(String archiveDocumentID) Constraints: Not nullable, Maximum length: 40build()businessObjectTypeName(String businessObjectTypeName) Constraints: Not nullable, Maximum length: 40companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4documentInfoRecordDocNumber(String documentInfoRecordDocNumber) Constraints: Not nullable, Maximum length: 25documentInfoRecordDocPart(String documentInfoRecordDocPart) Constraints: Not nullable, Maximum length: 3documentInfoRecordDocType(String documentInfoRecordDocType) Constraints: Not nullable, Maximum length: 3documentInfoRecordDocVersion(String documentInfoRecordDocVersion) Constraints: Not nullable, Maximum length: 2fiscalPeriod(String fiscalPeriod) (Key Field) Constraints: Not nullable, Maximum length: 3fiscalYear(String fiscalYear) (Key Field) Constraints: Not nullable, Maximum length: 4jointVenturePartner(String jointVenturePartner) (Key Field) Constraints: Not nullable, Maximum length: 10linkedSAPObjectKey(String linkedSAPObjectKey) (Key Field) Constraints: Not nullable, Maximum length: 90logicalDocument(String logicalDocument) Constraints: Not nullable, Maximum length: 32toString()workstationApplication(String workstationApplication) Constraints: Not nullable, Maximum length: 3
-
Method Details
-
companyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
fiscalYear
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FiscalYear
- Returns:
this.
-
fiscalPeriod
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: FiscalPeriod
- Returns:
this.
-
jointVenturePartner
@Nonnull public AttachmentLink.AttachmentLinkBuilder jointVenturePartner(@Nullable String jointVenturePartner) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: JointVenturePartner
- Returns:
this.
-
documentInfoRecordDocType
@Nonnull public AttachmentLink.AttachmentLinkBuilder documentInfoRecordDocType(@Nullable String documentInfoRecordDocType) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentInfoRecordDocType
- Returns:
this.
-
documentInfoRecordDocNumber
@Nonnull public AttachmentLink.AttachmentLinkBuilder documentInfoRecordDocNumber(@Nullable String documentInfoRecordDocNumber) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: DocumentInfoRecordDocNumber
- Returns:
this.
-
documentInfoRecordDocVersion
@Nonnull public AttachmentLink.AttachmentLinkBuilder documentInfoRecordDocVersion(@Nullable String documentInfoRecordDocVersion) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DocumentInfoRecordDocVersion
- Returns:
this.
-
documentInfoRecordDocPart
@Nonnull public AttachmentLink.AttachmentLinkBuilder documentInfoRecordDocPart(@Nullable String documentInfoRecordDocPart) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentInfoRecordDocPart
- Returns:
this.
-
logicalDocument
@Nonnull public AttachmentLink.AttachmentLinkBuilder logicalDocument(@Nullable String logicalDocument) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: LogicalDocument
- Returns:
this.
-
archiveDocumentID
@Nonnull public AttachmentLink.AttachmentLinkBuilder archiveDocumentID(@Nullable String archiveDocumentID) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ArchiveDocumentID
- Returns:
this.
-
linkedSAPObjectKey
@Nonnull public AttachmentLink.AttachmentLinkBuilder linkedSAPObjectKey(@Nullable String linkedSAPObjectKey) (Key Field) Constraints: Not nullable, Maximum length: 90Original property name from the Odata EDM: LinkedSAPObjectKey
- Returns:
this.
-
businessObjectTypeName
@Nonnull public AttachmentLink.AttachmentLinkBuilder businessObjectTypeName(@Nullable String businessObjectTypeName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BusinessObjectTypeName
- Returns:
this.
-
workstationApplication
@Nonnull public AttachmentLink.AttachmentLinkBuilder workstationApplication(@Nullable String workstationApplication) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: WorkstationApplication
- Returns:
this.
-
build
-
toString
-