Class TaskCode.TaskCodeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.taskcode.TaskCode.TaskCodeBuilder
- Enclosing class:
- TaskCode
Helper class to allow for fluent creation of TaskCode instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()codeGroupIsUsable(Boolean codeGroupIsUsable) Constraints: Not nullablecodeIsInactive(Boolean codeIsInactive) Constraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 4taskCodeGroup(String taskCodeGroup) (Key Field) Constraints: Not nullable, Maximum length: 8taskCodeText(TaskCodeText... value) Navigation property _TaskCodeText for TaskCode to multiple TaskCodeText.toString()
-
Method Details
-
taskCodeText
Navigation property _TaskCodeText for TaskCode to multiple TaskCodeText.- Parameters:
value- The TaskCodeTexts to build this TaskCode 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.
-
taskCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: TaskCode
- Returns:
this.
-
codeIsInactive
Constraints: Not nullableOriginal property name from the Odata EDM: CodeIsInactive
- Returns:
this.
-
codeGroupIsUsable
Constraints: Not nullableOriginal property name from the Odata EDM: CodeGroupIsUsable
- Returns:
this.
-
build
-
toString
-