public static class ServiceOrderPersonResp.ServiceOrderPersonRespBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ServiceOrderPersonResp |
build() |
ServiceOrderPersonResp.ServiceOrderPersonRespBuilder |
personResponsible(String personResponsible)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ServiceOrderPersonResp.ServiceOrderPersonRespBuilder |
serviceOrder(String serviceOrder)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
@Nonnull public ServiceOrderPersonResp.ServiceOrderPersonRespBuilder serviceOrder(@Nullable String serviceOrder)
Original property name from the Odata EDM: ServiceOrder
this
.@Nonnull public ServiceOrderPersonResp.ServiceOrderPersonRespBuilder personResponsible(@Nullable String personResponsible)
Original property name from the Odata EDM: PersonResponsible
this
.@Nonnull public ServiceOrderPersonResp build()
Copyright © 2021 SAP SE. All rights reserved.