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