Class ServiceConfRefObject.ServiceConfRefObjectBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.ServiceConfRefObject.ServiceConfRefObjectBuilder
- Enclosing class:
- ServiceConfRefObject
-
Method Summary
Modifier and TypeMethodDescriptionbuild()serviceConfirmation(String serviceConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10serviceReferenceEquipment(String serviceReferenceEquipment) (Key Field) Constraints: Not nullable, Maximum length: 18serviceRefFunctionalLocation(String serviceRefFunctionalLocation) (Key Field) Constraints: Not nullable, Maximum length: 40srvcRefObjIsMainObject(Boolean srvcRefObjIsMainObject) Constraints: nonetoString()
-
Method Details
-
serviceConfirmation
@Nonnull public ServiceConfRefObject.ServiceConfRefObjectBuilder serviceConfirmation(@Nullable String serviceConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceConfirmation
- Returns:
this.
-
serviceReferenceEquipment
@Nonnull public ServiceConfRefObject.ServiceConfRefObjectBuilder serviceReferenceEquipment(@Nullable String serviceReferenceEquipment) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: ServiceReferenceEquipment
- Returns:
this.
-
serviceRefFunctionalLocation
@Nonnull public ServiceConfRefObject.ServiceConfRefObjectBuilder serviceRefFunctionalLocation(@Nullable String serviceRefFunctionalLocation) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ServiceRefFunctionalLocation
- Returns:
this.
-
srvcRefObjIsMainObject
@Nonnull public ServiceConfRefObject.ServiceConfRefObjectBuilder srvcRefObjIsMainObject(@Nullable Boolean srvcRefObjIsMainObject) Constraints: noneOriginal property name from the Odata EDM: SrvcRefObjIsMainObject
- Returns:
this.
-
build
-
toString
-