Class Characteristic.CharacteristicBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.Characteristic.CharacteristicBuilder
- Enclosing class:
- Characteristic
Helper class to allow for fluent creation of Characteristic instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()changeNumber(String changeNumber) Constraints: Not nullable, Maximum length: 12characteristic(String characteristic) Constraints: Not nullable, Maximum length: 30charcDataType(String charcDataType) Constraints: Not nullable, Maximum length: 4charcInternalID(String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10classClassfctnAuthGrp(String classClassfctnAuthGrp) Constraints: Not nullable, Maximum length: 3classInternalID(String classInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10classMaintAuthGrp(String classMaintAuthGrp) Constraints: Not nullable, Maximum length: 3Navigation property to_Class for Characteristic to single FunctionalLocationClass.classProperty(String value) Constraints: Not nullable, Maximum length: 18Constraints: Not nullable, Maximum length: 3Navigation property to_FunctionalLocation for Characteristic to single FunctionalLocation.functionalLocation(String value) (Key Field) Constraints: Not nullable, Maximum length: 90functionalLocationLabelName(String functionalLocationLabelName) Constraints: Not nullable, Maximum length: 40keyDate(LocalDateTime keyDate) Constraints: Not nullable, Precision: 0toString()Navigation property to_Value for Characteristic to multiple Value.
-
Method Details
-
classProperty
Navigation property to_Class for Characteristic to single FunctionalLocationClass.- Parameters:
value- The FunctionalLocationClass to build this Characteristic with.- Returns:
- This Builder to allow for a fluent interface.
-
classProperty
Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Class
- Parameters:
value- The classProperty to build this Characteristic with.- Returns:
- This Builder to allow for a fluent interface.
-
functionalLocation
Navigation property to_FunctionalLocation for Characteristic to single FunctionalLocation.- Parameters:
value- The FunctionalLocation to build this Characteristic with.- Returns:
- This Builder to allow for a fluent interface.
-
functionalLocation
(Key Field) Constraints: Not nullable, Maximum length: 90Original property name from the Odata EDM: FunctionalLocation
- Parameters:
value- The functionalLocation to build this Characteristic with.- Returns:
- This Builder to allow for a fluent interface.
-
value
Navigation property to_Value for Characteristic to multiple Value.- Parameters:
value- The Values to build this Characteristic with.- Returns:
- This Builder to allow for a fluent interface.
-
classInternalID
@Nonnull public Characteristic.CharacteristicBuilder classInternalID(@Nullable String classInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClassInternalID
- Returns:
this.
-
charcInternalID
@Nonnull public Characteristic.CharacteristicBuilder charcInternalID(@Nullable String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Returns:
this.
-
functionalLocationLabelName
@Nonnull public Characteristic.CharacteristicBuilder functionalLocationLabelName(@Nullable String functionalLocationLabelName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: FunctionalLocationLabelName
- Returns:
this.
-
characteristic
@Nonnull public Characteristic.CharacteristicBuilder characteristic(@Nullable String characteristic) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: Characteristic
- Returns:
this.
-
charcDataType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CharcDataType
- Returns:
this.
-
keyDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: KeyDate
- Returns:
this.
-
changeNumber
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Returns:
this.
-
classType
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ClassType
- Returns:
this.
-
classMaintAuthGrp
@Nonnull public Characteristic.CharacteristicBuilder classMaintAuthGrp(@Nullable String classMaintAuthGrp) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ClassMaintAuthGrp
- Returns:
this.
-
classClassfctnAuthGrp
@Nonnull public Characteristic.CharacteristicBuilder classClassfctnAuthGrp(@Nullable String classClassfctnAuthGrp) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ClassClassfctnAuthGrp
- Returns:
this.
-
build
-
toString
-