public static final class LegalDocument.LegalDocumentBuilder extends Object
Modifier and Type | Method and Description |
---|---|
LegalDocument |
build() |
LegalDocument.LegalDocumentBuilder |
documentDescription(String documentDescription)
Constraints: Not nullable, Maximum length: 255
|
LegalDocument.LegalDocumentBuilder |
internalDocumentStatus(String internalDocumentStatus)
Constraints: Not nullable, Maximum length: 2
|
LegalDocument.LegalDocumentBuilder |
legalDocumentSource(String legalDocumentSource)
Constraints: Not nullable, Maximum length: 3
|
LegalDocument.LegalDocumentBuilder |
legalTransaction(String legalTransaction)
Constraints: Not nullable, Maximum length: 10
|
LegalDocument.LegalDocumentBuilder |
lglCntntMChangedByUser(String lglCntntMChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
LegalDocument.LegalDocumentBuilder |
lglCntntMChangedUTCDateTime(ZonedDateTime lglCntntMChangedUTCDateTime)
Constraints: Not nullable, Precision: 7
|
LegalDocument.LegalDocumentBuilder |
lglCntntMCreatedByUser(String lglCntntMCreatedByUser)
Constraints: Not nullable, Maximum length: 12
|
LegalDocument.LegalDocumentBuilder |
lglCntntMCreatedUTCDateTime(ZonedDateTime lglCntntMCreatedUTCDateTime)
Constraints: Not nullable, Precision: 0
|
LegalDocument.LegalDocumentBuilder |
lglCntntMDocAccessLvl(String lglCntntMDocAccessLvl)
Constraints: Not nullable, Maximum length: 4
|
LegalDocument.LegalDocumentBuilder |
lglCntntMDocContentType(String lglCntntMDocContentType)
Constraints: Not nullable, Maximum length: 4
|
LegalDocument.LegalDocumentBuilder |
lglCntntMDocument(String lglCntntMDocument)
Constraints: Not nullable, Maximum length: 10
|
LegalDocument.LegalDocumentBuilder |
lglCntntMDocumentIsTopVersion(Boolean lglCntntMDocumentIsTopVersion)
Constraints: none
|
LegalDocument.LegalDocumentBuilder |
lglCntntMDocumentLinkedObject(String lglCntntMDocumentLinkedObject)
Constraints: Not nullable, Maximum length: 10
|
LegalDocument.LegalDocumentBuilder |
lglCntntMDocumentLinkedObjKey(UUID lglCntntMDocumentLinkedObjKey)
Constraints: none
|
LegalDocument.LegalDocumentBuilder |
lglCntntMDocumentUUID(UUID lglCntntMDocumentUUID)
(Key Field) Constraints: Not nullable
|
LegalDocument.LegalDocumentBuilder |
lglCntntMLanguage(String lglCntntMLanguage)
Constraints: Not nullable, Maximum length: 2
|
LegalDocument.LegalDocumentBuilder |
lglDocStamp(LglDocStamp... value)
Navigation property to_LglDocStamp for LegalDocument to multiple LglDocStamp.
|
String |
toString() |
@Nonnull public LegalDocument.LegalDocumentBuilder lglDocStamp(LglDocStamp... value)
value
- The LglDocStamps to build this LegalDocument with.public LegalDocument.LegalDocumentBuilder lglCntntMDocumentUUID(@Nullable UUID lglCntntMDocumentUUID)
Original property name from the Odata EDM: LglCntntMDocumentUUID
public LegalDocument.LegalDocumentBuilder lglCntntMDocument(@Nullable String lglCntntMDocument)
Original property name from the Odata EDM: LglCntntMDocument
public LegalDocument.LegalDocumentBuilder lglCntntMDocumentLinkedObject(@Nullable String lglCntntMDocumentLinkedObject)
Original property name from the Odata EDM: LglCntntMDocumentLinkedObject
In the standard system, many links are supported. You can display these using the input help.Additional links can be defined via specific screens and table entries without changing the program.See also: Maintain object link
public LegalDocument.LegalDocumentBuilder lglCntntMDocumentLinkedObjKey(@Nullable UUID lglCntntMDocumentLinkedObjKey)
Original property name from the Odata EDM: LglCntntMDocumentLinkedObjKey
public LegalDocument.LegalDocumentBuilder legalTransaction(@Nullable String legalTransaction)
Original property name from the Odata EDM: LegalTransaction
public LegalDocument.LegalDocumentBuilder lglCntntMDocContentType(@Nullable String lglCntntMDocContentType)
Original property name from the Odata EDM: LglCntntMDocContentType
public LegalDocument.LegalDocumentBuilder lglCntntMLanguage(@Nullable String lglCntntMLanguage)
Original property name from the Odata EDM: LglCntntMLanguage
public LegalDocument.LegalDocumentBuilder documentDescription(@Nullable String documentDescription)
Original property name from the Odata EDM: DocumentDescription
public LegalDocument.LegalDocumentBuilder lglCntntMDocAccessLvl(@Nullable String lglCntntMDocAccessLvl)
Original property name from the Odata EDM: LglCntntMDocAccessLvl
public LegalDocument.LegalDocumentBuilder legalDocumentSource(@Nullable String legalDocumentSource)
Original property name from the Odata EDM: LegalDocumentSource
public LegalDocument.LegalDocumentBuilder lglCntntMChangedUTCDateTime(@Nullable ZonedDateTime lglCntntMChangedUTCDateTime)
Original property name from the Odata EDM: LglCntntMChangedUTCDateTime
public LegalDocument.LegalDocumentBuilder lglCntntMChangedByUser(@Nullable String lglCntntMChangedByUser)
Original property name from the Odata EDM: LglCntntMChangedByUser
public LegalDocument.LegalDocumentBuilder lglCntntMCreatedUTCDateTime(@Nullable ZonedDateTime lglCntntMCreatedUTCDateTime)
Original property name from the Odata EDM: LglCntntMCreatedUTCDateTime
public LegalDocument.LegalDocumentBuilder lglCntntMCreatedByUser(@Nullable String lglCntntMCreatedByUser)
Original property name from the Odata EDM: LglCntntMCreatedByUser
public LegalDocument.LegalDocumentBuilder internalDocumentStatus(@Nullable String internalDocumentStatus)
Original property name from the Odata EDM: InternalDocumentStatus
public LegalDocument.LegalDocumentBuilder lglCntntMDocumentIsTopVersion(@Nullable Boolean lglCntntMDocumentIsTopVersion)
Original property name from the Odata EDM: LglCntntMDocumentIsTopVersion
public LegalDocument build()
Copyright © 2019 SAP SE. All rights reserved.