Class Person.PersonBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.Person.PersonBuilder
- Enclosing class:
- Person
-
Method Summary
Modifier and TypeMethodDescriptionbuild()personFullName(String personFullName) Constraints: Not nullable, Maximum length: 80Constraints: Not nullable, Maximum length: 80personInvolvedRole(String personInvolvedRole) (Key Field) Constraints: Not nullable, Maximum length: 21personInvolvedUUID(UUID personInvolvedUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
personId
Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: PersonId
- Returns:
this.
-
personFullName
Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: PersonFullName
- Returns:
this.
-
personInvolvedRole
(Key Field) Constraints: Not nullable, Maximum length: 21Original property name from the Odata EDM: PersonInvolvedRole
- Returns:
this.
-
personInvolvedUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PersonInvolvedUUID
- Returns:
this.
-
build
-
toString
-