Class VarCnfObjDpndcySourceCodeLine.VarCnfObjDpndcySourceCodeLineBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.objectdependency.VarCnfObjDpndcySourceCodeLine.VarCnfObjDpndcySourceCodeLineBuilder
- Enclosing class:
- VarCnfObjDpndcySourceCodeLine
public static final class VarCnfObjDpndcySourceCodeLine.VarCnfObjDpndcySourceCodeLineBuilder
extends Object
Helper class to allow for fluent creation of VarCnfObjDpndcySourceCodeLine instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()changeNumber(String changeNumber) (Key Field) Constraints: Not nullable, Maximum length: 12Navigation property _ObjectDependency for VarCnfObjDpndcySourceCodeLine to single VarConfignObjectDependency.objectDependencyCodeLineNumber(Short objectDependencyCodeLineNumber) (Key Field) Constraints: Not nullableobjectDependencyCodeLineText(String objectDependencyCodeLineText) Constraints: Not nullable, Maximum length: 72objectDependencyName(String objectDependencyName) (Key Field) Constraints: Not nullable, Maximum length: 30Navigation property _SourceCode for VarCnfObjDpndcySourceCodeLine to single VarCnfObjDependencySourceCode.toString()
-
Method Details
-
objectDependency
@Nonnull public VarCnfObjDpndcySourceCodeLine.VarCnfObjDpndcySourceCodeLineBuilder objectDependency(VarConfignObjectDependency value) Navigation property _ObjectDependency for VarCnfObjDpndcySourceCodeLine to single VarConfignObjectDependency.- Parameters:
value- The VarConfignObjectDependency to build this VarCnfObjDpndcySourceCodeLine with.- Returns:
- This Builder to allow for a fluent interface.
-
sourceCode
@Nonnull public VarCnfObjDpndcySourceCodeLine.VarCnfObjDpndcySourceCodeLineBuilder sourceCode(VarCnfObjDependencySourceCode value) Navigation property _SourceCode for VarCnfObjDpndcySourceCodeLine to single VarCnfObjDependencySourceCode.- Parameters:
value- The VarCnfObjDependencySourceCode to build this VarCnfObjDpndcySourceCodeLine with.- Returns:
- This Builder to allow for a fluent interface.
-
objectDependencyName
@Nonnull public VarCnfObjDpndcySourceCodeLine.VarCnfObjDpndcySourceCodeLineBuilder objectDependencyName(@Nullable String objectDependencyName) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ObjectDependencyName
- Returns:
this.
-
changeNumber
@Nonnull public VarCnfObjDpndcySourceCodeLine.VarCnfObjDpndcySourceCodeLineBuilder changeNumber(@Nullable String changeNumber) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Returns:
this.
-
objectDependencyCodeLineNumber
@Nonnull public VarCnfObjDpndcySourceCodeLine.VarCnfObjDpndcySourceCodeLineBuilder objectDependencyCodeLineNumber(@Nullable Short objectDependencyCodeLineNumber) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ObjectDependencyCodeLineNumber
- Returns:
this.
-
objectDependencyCodeLineText
@Nonnull public VarCnfObjDpndcySourceCodeLine.VarCnfObjDpndcySourceCodeLineBuilder objectDependencyCodeLineText(@Nullable String objectDependencyCodeLineText) Constraints: Not nullable, Maximum length: 72Original property name from the Odata EDM: ObjectDependencyCodeLineText
- Returns:
this.
-
build
-
toString
-