public static final class OpportunityPersonResp.OpportunityPersonRespBuilder extends Object
Modifier and Type | Method and Description |
---|---|
OpportunityPersonResp |
build() |
OpportunityPersonResp.OpportunityPersonRespBuilder |
opportunity(Opportunity value)
Navigation property to_Opportunity for OpportunityPersonResp to single Opportunity.
|
OpportunityPersonResp.OpportunityPersonRespBuilder |
opportunity(String value)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
OpportunityPersonResp.OpportunityPersonRespBuilder |
personResponsible(String personResponsible)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
@Nonnull public OpportunityPersonResp.OpportunityPersonRespBuilder opportunity(Opportunity value)
value
- The Opportunity to build this OpportunityPersonResp with.@Nonnull public OpportunityPersonResp.OpportunityPersonRespBuilder opportunity(String value)
Original property name from the Odata EDM: Opportunity
value
- The opportunity to build this OpportunityPersonResp with.@Nonnull public OpportunityPersonResp.OpportunityPersonRespBuilder personResponsible(@Nullable String personResponsible)
Original property name from the Odata EDM: PersonResponsible
this
.@Nonnull public OpportunityPersonResp build()
Copyright © 2021 SAP SE. All rights reserved.