java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.Person.PersonBuilder
Enclosing class:
Person

public static class Person.PersonBuilder extends Object
  • Method Details

    • personId

      @Nonnull public Person.PersonBuilder personId(@Nullable String personId)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PersonId

      Returns:
      this.
    • personFullName

      @Nonnull public Person.PersonBuilder personFullName(@Nullable String personFullName)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PersonFullName

      Returns:
      this.
    • personInvolvedRole

      @Nonnull public Person.PersonBuilder personInvolvedRole(@Nullable String personInvolvedRole)
      (Key Field) Constraints: Not nullable, Maximum length: 21

      Original property name from the Odata EDM: PersonInvolvedRole

      Returns:
      this.
    • personInvolvedUUID

      @Nonnull public Person.PersonBuilder personInvolvedUUID(@Nullable UUID personInvolvedUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: PersonInvolvedUUID

      Returns:
      this.
    • build

      @Nonnull public Person build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object