Package com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.variantconfigurationcharacteristicgroup
Class VarConfignCharcGroupText.VarConfignCharcGroupTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.variantconfigurationcharacteristicgroup.VarConfignCharcGroupText.VarConfignCharcGroupTextBuilder
- Enclosing class:
- VarConfignCharcGroupText
Helper class to allow for fluent creation of VarConfignCharcGroupText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()changeNumber(String changeNumber) (Key Field) Constraints: Not nullable, Maximum length: 12confignCharacteristicGroup(String confignCharacteristicGroup) (Key Field) Constraints: Not nullable, Maximum length: 30confignCharacteristicGroupDesc(String confignCharacteristicGroupDesc) Constraints: Not nullable, Maximum length: 70createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDateTime(OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7Navigation property _Group for VarConfignCharcGroupText to single VarConfignCharacteristicGroup.(Key Field) Constraints: Not nullable, Maximum length: 2lastChangeDateTime(OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7lastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12toString()
-
Method Details
-
group
@Nonnull public VarConfignCharcGroupText.VarConfignCharcGroupTextBuilder group(VarConfignCharacteristicGroup value) Navigation property _Group for VarConfignCharcGroupText to single VarConfignCharacteristicGroup.- Parameters:
value- The VarConfignCharacteristicGroup to build this VarConfignCharcGroupText with.- Returns:
- This Builder to allow for a fluent interface.
-
confignCharacteristicGroup
@Nonnull public VarConfignCharcGroupText.VarConfignCharcGroupTextBuilder confignCharacteristicGroup(@Nullable String confignCharacteristicGroup) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ConfignCharacteristicGroup
- Returns:
this.
-
changeNumber
@Nonnull public VarConfignCharcGroupText.VarConfignCharcGroupTextBuilder changeNumber(@Nullable String changeNumber) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Returns:
this.
-
language
@Nonnull public VarConfignCharcGroupText.VarConfignCharcGroupTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
confignCharacteristicGroupDesc
@Nonnull public VarConfignCharcGroupText.VarConfignCharcGroupTextBuilder confignCharacteristicGroupDesc(@Nullable String confignCharacteristicGroupDesc) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: ConfignCharacteristicGroupDesc
- Returns:
this.
-
createdByUser
@Nonnull public VarConfignCharcGroupText.VarConfignCharcGroupTextBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
creationDateTime
@Nonnull public VarConfignCharcGroupText.VarConfignCharcGroupTextBuilder creationDateTime(@Nullable OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public VarConfignCharcGroupText.VarConfignCharcGroupTextBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
lastChangeDateTime
@Nonnull public VarConfignCharcGroupText.VarConfignCharcGroupTextBuilder lastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
build
-
toString
-