Class VarConfigurationTableContent.VarConfigurationTableContentBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttablecontent.VarConfigurationTableContent.VarConfigurationTableContentBuilder
- Enclosing class:
- VarConfigurationTableContent
public static final class VarConfigurationTableContent.VarConfigurationTableContentBuilder
extends Object
Helper class to allow for fluent creation of VarConfigurationTableContent instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()engineProcessingMode(String engineProcessingMode) Constraints: Not nullable, Maximum length: 1tableLine(VariantConfigurationTableLine... value) Navigation property _TableLine for VarConfigurationTableContent to multiple VariantConfigurationTableLine.toString()varConfignTblCntntLastChgNo(String varConfignTblCntntLastChgNo) Constraints: Not nullable, Maximum length: 12varConfignTblCntntLstChgDteTme(OffsetDateTime varConfignTblCntntLstChgDteTme) Constraints: Nullable, Precision: 7varConfignTblName(String varConfignTblName) (Key Field) Constraints: Not nullable, Maximum length: 18varConfignTblStatus(String varConfignTblStatus) Constraints: Not nullable, Maximum length: 1
-
Method Details
-
tableLine
@Nonnull public VarConfigurationTableContent.VarConfigurationTableContentBuilder tableLine(VariantConfigurationTableLine... value) Navigation property _TableLine for VarConfigurationTableContent to multiple VariantConfigurationTableLine.- Parameters:
value- The VariantConfigurationTableLines to build this VarConfigurationTableContent with.- Returns:
- This Builder to allow for a fluent interface.
-
varConfignTblName
@Nonnull public VarConfigurationTableContent.VarConfigurationTableContentBuilder varConfignTblName(@Nullable String varConfignTblName) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: VarConfignTblName
- Returns:
this.
-
varConfignTblStatus
@Nonnull public VarConfigurationTableContent.VarConfigurationTableContentBuilder varConfignTblStatus(@Nullable String varConfignTblStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: VarConfignTblStatus
- Returns:
this.
-
engineProcessingMode
@Nonnull public VarConfigurationTableContent.VarConfigurationTableContentBuilder engineProcessingMode(@Nullable String engineProcessingMode) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: EngineProcessingMode
- Returns:
this.
-
varConfignTblCntntLstChgDteTme
@Nonnull public VarConfigurationTableContent.VarConfigurationTableContentBuilder varConfignTblCntntLstChgDteTme(@Nullable OffsetDateTime varConfignTblCntntLstChgDteTme) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: VarConfignTblCntntLstChgDteTme
- Returns:
this.
-
varConfignTblCntntLastChgNo
@Nonnull public VarConfigurationTableContent.VarConfigurationTableContentBuilder varConfignTblCntntLastChgNo(@Nullable String varConfignTblCntntLastChgNo) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: VarConfignTblCntntLastChgNo
- Returns:
this.
-
_Messages
@Nonnull public VarConfigurationTableContent.VarConfigurationTableContentBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-