Class TaskCodeText.TaskCodeTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.taskcode.TaskCodeText.TaskCodeTextBuilder
- Enclosing class:
- TaskCodeText
Helper class to allow for fluent creation of TaskCodeText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2Navigation property _TaskCode for TaskCodeText to single TaskCode.(Key Field) Constraints: Not nullable, Maximum length: 4taskCodeGroup(String taskCodeGroup) (Key Field) Constraints: Not nullable, Maximum length: 8taskCodeText(String taskCodeText) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
taskCode
Navigation property _TaskCode for TaskCodeText to single TaskCode.- Parameters:
value- The TaskCode to build this TaskCodeText with.- Returns:
- This Builder to allow for a fluent interface.
-
taskCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: TaskCode
- Parameters:
value- The taskCode to build this TaskCodeText with.- Returns:
- This Builder to allow for a fluent interface.
-
taskCodeGroup
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: TaskCodeGroup
- Returns:
this.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
taskCodeText
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: TaskCodeText
- Returns:
this.
-
build
-
toString
-