public static class LeadPersonResp.LeadPersonRespBuilder extends Object
Modifier and Type | Method and Description |
---|---|
LeadPersonResp |
build() |
LeadPersonResp.LeadPersonRespBuilder |
lead(String lead)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
LeadPersonResp.LeadPersonRespBuilder |
responsibleEmployee(String responsibleEmployee)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
@Nonnull public LeadPersonResp.LeadPersonRespBuilder lead(@Nullable String lead)
Original property name from the Odata EDM: Lead
this
.@Nonnull public LeadPersonResp.LeadPersonRespBuilder responsibleEmployee(@Nullable String responsibleEmployee)
Original property name from the Odata EDM: ResponsibleEmployee
this
.@Nonnull public LeadPersonResp build()
Copyright © 2021 SAP SE. All rights reserved.