Class LglTransLinkedObjects.LglTransLinkedObjectsBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.LglTransLinkedObjects.LglTransLinkedObjectsBuilder
- Enclosing class:
- LglTransLinkedObjects
-
Method Summary
Modifier and TypeMethodDescriptionbuild()legalTransactionIsTriggerObj(Boolean legalTransactionIsTriggerObj) Constraints: nonelegalTransactionLinkdObjUUID(UUID legalTransactionLinkdObjUUID) (Key Field) Constraints: Not nullablelegalTransactionMandatoryFlag(String legalTransactionMandatoryFlag) Constraints: Not nullable, Maximum length: 1legalTransactionUUID(UUID legalTransactionUUID) Constraints: nonelglCntntMIntegrationLink(String lglCntntMIntegrationLink) Constraints: Not nullable, Maximum length: 3lglCntntMLinkdObj(String lglCntntMLinkdObj) Constraints: Not nullable, Maximum length: 255lglCntntMLinkdObjType(String lglCntntMLinkdObjType) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
legalTransactionLinkdObjUUID
@Nonnull public LglTransLinkedObjects.LglTransLinkedObjectsBuilder legalTransactionLinkdObjUUID(@Nullable UUID legalTransactionLinkdObjUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LegalTransactionLinkdObjUUID
- Returns:
this.
-
lglCntntMLinkdObjType
@Nonnull public LglTransLinkedObjects.LglTransLinkedObjectsBuilder lglCntntMLinkdObjType(@Nullable String lglCntntMLinkdObjType) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMLinkdObjType
- Returns:
this.
-
lglCntntMLinkdObj
@Nonnull public LglTransLinkedObjects.LglTransLinkedObjectsBuilder lglCntntMLinkdObj(@Nullable String lglCntntMLinkdObj) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: LglCntntMLinkdObj
- Returns:
this.
-
legalTransactionMandatoryFlag
@Nonnull public LglTransLinkedObjects.LglTransLinkedObjectsBuilder legalTransactionMandatoryFlag(@Nullable String legalTransactionMandatoryFlag) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: LegalTransactionMandatoryFlag
- Returns:
this.
-
legalTransactionUUID
@Nonnull public LglTransLinkedObjects.LglTransLinkedObjectsBuilder legalTransactionUUID(@Nullable UUID legalTransactionUUID) Constraints: noneOriginal property name from the Odata EDM: LegalTransactionUUID
- Returns:
this.
-
legalTransactionIsTriggerObj
@Nonnull public LglTransLinkedObjects.LglTransLinkedObjectsBuilder legalTransactionIsTriggerObj(@Nullable Boolean legalTransactionIsTriggerObj) Constraints: noneOriginal property name from the Odata EDM: LegalTransactionIsTriggerObj
- Returns:
this.
-
lglCntntMIntegrationLink
@Nonnull public LglTransLinkedObjects.LglTransLinkedObjectsBuilder lglCntntMIntegrationLink(@Nullable String lglCntntMIntegrationLink) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: LglCntntMIntegrationLink
- Returns:
this.
-
build
-
toString
-