Class ServiceConfPersonResp.ServiceConfPersonRespBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.ServiceConfPersonResp.ServiceConfPersonRespBuilder
- Enclosing class:
- ServiceConfPersonResp
-
Method Summary
Modifier and TypeMethodDescriptionbuild()custMgmtPartnerIsMainPartner(Boolean custMgmtPartnerIsMainPartner) Constraints: nonepersonResponsible(String personResponsible) (Key Field) Constraints: Not nullable, Maximum length: 10serviceConfirmation(String serviceConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
serviceConfirmation
@Nonnull public ServiceConfPersonResp.ServiceConfPersonRespBuilder serviceConfirmation(@Nullable String serviceConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceConfirmation
- Returns:
this.
-
personResponsible
@Nonnull public ServiceConfPersonResp.ServiceConfPersonRespBuilder personResponsible(@Nullable String personResponsible) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PersonResponsible
- Returns:
this.
-
custMgmtPartnerIsMainPartner
@Nonnull public ServiceConfPersonResp.ServiceConfPersonRespBuilder custMgmtPartnerIsMainPartner(@Nullable Boolean custMgmtPartnerIsMainPartner) Constraints: noneOriginal property name from the Odata EDM: CustMgmtPartnerIsMainPartner
- Returns:
this.
-
build
-
toString
-