Class VariantConfigurationTable.VariantConfigurationTableBuilder
- Enclosing class:
- VariantConfigurationTable
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()column(VarCnfTblColumn... value) Navigation property _Column for VariantConfigurationTable to multiple VarCnfTblColumn.createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDate(LocalDate creationDate) Constraints: NullableengineProcessingMode(String engineProcessingMode) Constraints: Not nullable, Maximum length: 1lastChangeDate(LocalDate lastChangeDate) Constraints: NullablelastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12text(VarCnfTblText... value) Navigation property _Text for VariantConfigurationTable to multiple VarCnfTblText.toString()Navigation property _ValueAssignmentAlternative for VariantConfigurationTable to multiple VarCnfTblValAssgmtAlternative.varCnfTblCstmStorLnkLastChgdBy(String varCnfTblCstmStorLnkLastChgdBy) Constraints: Not nullable, Maximum length: 12varCnfTblCstmStorLnkLstChgDate(LocalDate varCnfTblCstmStorLnkLstChgDate) Constraints: NullablevarCnfTblCstmStorLnkLstChgTime(LocalTime varCnfTblCstmStorLnkLstChgTime) Constraints: Not nullablevarConfignTblCstmStorIsActive(Boolean varConfignTblCstmStorIsActive) Constraints: Not nullablevarConfignTblCustomStorageName(String varConfignTblCustomStorageName) Constraints: Not nullable, Maximum length: 30varConfignTblDescription(String varConfignTblDescription) Constraints: Not nullable, Maximum length: 40varConfignTblGroup(String varConfignTblGroup) Constraints: Not nullable, Maximum length: 10varConfignTblGroupName(String varConfignTblGroupName) Constraints: Not nullable, Maximum length: 40varConfignTblIsDecisionTable(Boolean varConfignTblIsDecisionTable) Constraints: Not nullablevarConfignTblLstChgDateTime(OffsetDateTime varConfignTblLstChgDateTime) Constraints: Nullable, Precision: 7varConfignTblName(String varConfignTblName) (Key Field) Constraints: Not nullable, Maximum length: 18varConfignTblStatus(String varConfignTblStatus) Constraints: Not nullable, Maximum length: 1varConfignTblStatusName(String varConfignTblStatusName) Constraints: Not nullable, Maximum length: 40
-
Method Details
-
column
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder column(VarCnfTblColumn... value) Navigation property _Column for VariantConfigurationTable to multiple VarCnfTblColumn.- Parameters:
value- The VarCnfTblColumns to build this VariantConfigurationTable with.- Returns:
- This Builder to allow for a fluent interface.
-
text
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder text(VarCnfTblText... value) Navigation property _Text for VariantConfigurationTable to multiple VarCnfTblText.- Parameters:
value- The VarCnfTblTexts to build this VariantConfigurationTable with.- Returns:
- This Builder to allow for a fluent interface.
-
valueAssignmentAlternative
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder valueAssignmentAlternative(VarCnfTblValAssgmtAlternative... value) Navigation property _ValueAssignmentAlternative for VariantConfigurationTable to multiple VarCnfTblValAssgmtAlternative.- Parameters:
value- The VarCnfTblValAssgmtAlternatives to build this VariantConfigurationTable with.- Returns:
- This Builder to allow for a fluent interface.
-
varConfignTblName
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder varConfignTblName(@Nullable String varConfignTblName) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: VarConfignTblName
- Returns:
this.
-
varConfignTblDescription
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder varConfignTblDescription(@Nullable String varConfignTblDescription) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: VarConfignTblDescription
- Returns:
this.
-
varConfignTblStatus
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder varConfignTblStatus(@Nullable String varConfignTblStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: VarConfignTblStatus
- Returns:
this.
-
varConfignTblStatusName
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder varConfignTblStatusName(@Nullable String varConfignTblStatusName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: VarConfignTblStatusName
- Returns:
this.
-
varConfignTblGroup
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder varConfignTblGroup(@Nullable String varConfignTblGroup) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: VarConfignTblGroup
- Returns:
this.
-
varConfignTblGroupName
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder varConfignTblGroupName(@Nullable String varConfignTblGroupName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: VarConfignTblGroupName
- Returns:
this.
-
varConfignTblCustomStorageName
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder varConfignTblCustomStorageName(@Nullable String varConfignTblCustomStorageName) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: VarConfignTblCustomStorageName
- Returns:
this.
-
varConfignTblCstmStorIsActive
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder varConfignTblCstmStorIsActive(@Nullable Boolean varConfignTblCstmStorIsActive) Constraints: Not nullableOriginal property name from the Odata EDM: VarConfignTblCstmStorIsActive
- Returns:
this.
-
varConfignTblIsDecisionTable
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder varConfignTblIsDecisionTable(@Nullable Boolean varConfignTblIsDecisionTable) Constraints: Not nullableOriginal property name from the Odata EDM: VarConfignTblIsDecisionTable
- Returns:
this.
-
engineProcessingMode
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder engineProcessingMode(@Nullable String engineProcessingMode) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: EngineProcessingMode
- Returns:
this.
-
creationDate
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder creationDate(@Nullable LocalDate creationDate) Constraints: NullableOriginal property name from the Odata EDM: CreationDate
- Returns:
this.
-
createdByUser
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
lastChangeDate
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder lastChangeDate(@Nullable LocalDate lastChangeDate) Constraints: NullableOriginal property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
lastChangedByUser
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
varCnfTblCstmStorLnkLstChgDate
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder varCnfTblCstmStorLnkLstChgDate(@Nullable LocalDate varCnfTblCstmStorLnkLstChgDate) Constraints: NullableOriginal property name from the Odata EDM: VarCnfTblCstmStorLnkLstChgDate
- Returns:
this.
-
varCnfTblCstmStorLnkLstChgTime
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder varCnfTblCstmStorLnkLstChgTime(@Nullable LocalTime varCnfTblCstmStorLnkLstChgTime) Constraints: Not nullableOriginal property name from the Odata EDM: VarCnfTblCstmStorLnkLstChgTime
- Returns:
this.
-
varCnfTblCstmStorLnkLastChgdBy
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder varCnfTblCstmStorLnkLastChgdBy(@Nullable String varCnfTblCstmStorLnkLastChgdBy) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: VarCnfTblCstmStorLnkLastChgdBy
- Returns:
this.
-
varConfignTblLstChgDateTime
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder varConfignTblLstChgDateTime(@Nullable OffsetDateTime varConfignTblLstChgDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: VarConfignTblLstChgDateTime
- Returns:
this.
-
_Messages
@Nonnull public VariantConfigurationTable.VariantConfigurationTableBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-