Class ServiceQtanPersonResp.ServiceQtanPersonRespBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation.ServiceQtanPersonResp.ServiceQtanPersonRespBuilder
- Enclosing class:
- ServiceQtanPersonResp
-
Method Summary
Modifier and TypeMethodDescriptionbuild()personResponsible(String personResponsible) (Key Field) Constraints: Not nullable, Maximum length: 10serviceQuotation(String serviceQuotation) (Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
serviceQuotation
@Nonnull public ServiceQtanPersonResp.ServiceQtanPersonRespBuilder serviceQuotation(@Nullable String serviceQuotation) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceQuotation
- Returns:
this.
-
personResponsible
@Nonnull public ServiceQtanPersonResp.ServiceQtanPersonRespBuilder personResponsible(@Nullable String personResponsible) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PersonResponsible
- Returns:
this.
-
build
-
toString
-