Modifier and Type | Method and Description |
---|---|
Person |
build() |
Person.PersonBuilder |
personFullName(String personFullName)
Constraints: Not nullable, Maximum length: 80
|
Person.PersonBuilder |
personInvolvedRole(String personInvolvedRole)
(Key Field) Constraints: Not nullable, Maximum length: 21
|
Person.PersonBuilder |
personInvolvedUUID(UUID personInvolvedUUID)
(Key Field) Constraints: Not nullable
|
String |
toString() |
public Person.PersonBuilder personFullName(@Nullable String personFullName)
Original property name from the Odata EDM: PersonFullName
public Person.PersonBuilder personInvolvedRole(@Nullable String personInvolvedRole)
Original property name from the Odata EDM: PersonInvolvedRole
public Person.PersonBuilder personInvolvedUUID(@Nullable UUID personInvolvedUUID)
Original property name from the Odata EDM: PersonInvolvedUUID
public Person build()
Copyright © 2019 SAP SE. All rights reserved.