Package com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.variantconfigurationcharacteristicgroup
Class VarConfignCharacGroupAllocation.VarConfignCharacGroupAllocationBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.variantconfigurationcharacteristicgroup.VarConfignCharacGroupAllocation.VarConfignCharacGroupAllocationBuilder
- Enclosing class:
- VarConfignCharacGroupAllocation
public static final class VarConfignCharacGroupAllocation.VarConfignCharacGroupAllocationBuilder
extends Object
Helper class to allow for fluent creation of VarConfignCharacGroupAllocation instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()changeNumber(String changeNumber) (Key Field) Constraints: Not nullable, Maximum length: 12characteristic(String characteristic) Constraints: Not nullable, Maximum length: 30charcInternalID(String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10confignCharacteristicGroup(String confignCharacteristicGroup) (Key Field) Constraints: Not nullable, Maximum length: 30createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDateTime(OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7Navigation property _Group for VarConfignCharacGroupAllocation to single VarConfignCharacteristicGroup.lastChangeDateTime(OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7lastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12sortingNumber(Integer sortingNumber) Constraints: Not nullabletoString()
-
Method Details
-
group
@Nonnull public VarConfignCharacGroupAllocation.VarConfignCharacGroupAllocationBuilder group(VarConfignCharacteristicGroup value) Navigation property _Group for VarConfignCharacGroupAllocation to single VarConfignCharacteristicGroup.- Parameters:
value- The VarConfignCharacteristicGroup to build this VarConfignCharacGroupAllocation with.- Returns:
- This Builder to allow for a fluent interface.
-
confignCharacteristicGroup
@Nonnull public VarConfignCharacGroupAllocation.VarConfignCharacGroupAllocationBuilder confignCharacteristicGroup(@Nullable String confignCharacteristicGroup) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ConfignCharacteristicGroup
- Returns:
this.
-
changeNumber
@Nonnull public VarConfignCharacGroupAllocation.VarConfignCharacGroupAllocationBuilder changeNumber(@Nullable String changeNumber) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Returns:
this.
-
charcInternalID
@Nonnull public VarConfignCharacGroupAllocation.VarConfignCharacGroupAllocationBuilder charcInternalID(@Nullable String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Returns:
this.
-
sortingNumber
@Nonnull public VarConfignCharacGroupAllocation.VarConfignCharacGroupAllocationBuilder sortingNumber(@Nullable Integer sortingNumber) Constraints: Not nullableOriginal property name from the Odata EDM: SortingNumber
- Returns:
this.
-
characteristic
@Nonnull public VarConfignCharacGroupAllocation.VarConfignCharacGroupAllocationBuilder characteristic(@Nullable String characteristic) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: Characteristic
- Returns:
this.
-
createdByUser
@Nonnull public VarConfignCharacGroupAllocation.VarConfignCharacGroupAllocationBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
creationDateTime
@Nonnull public VarConfignCharacGroupAllocation.VarConfignCharacGroupAllocationBuilder creationDateTime(@Nullable OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public VarConfignCharacGroupAllocation.VarConfignCharacGroupAllocationBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
lastChangeDateTime
@Nonnull public VarConfignCharacGroupAllocation.VarConfignCharacGroupAllocationBuilder lastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
build
-
toString
-