Class ServiceConfRefObject.ServiceConfRefObjectBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.ServiceConfRefObject.ServiceConfRefObjectBuilder
Enclosing class:
ServiceConfRefObject

public static class ServiceConfRefObject.ServiceConfRefObjectBuilder extends Object
  • Method Details

    • serviceConfirmation

      @Nonnull public ServiceConfRefObject.ServiceConfRefObjectBuilder serviceConfirmation(@Nullable String serviceConfirmation)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original 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: 18

      Original 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: 40

      Original property name from the Odata EDM: ServiceRefFunctionalLocation

      Returns:
      this.
    • srvcRefObjIsMainObject

      @Nonnull public ServiceConfRefObject.ServiceConfRefObjectBuilder srvcRefObjIsMainObject(@Nullable Boolean srvcRefObjIsMainObject)
      Constraints: none

      Original property name from the Odata EDM: SrvcRefObjIsMainObject

      Returns:
      this.
    • build

      @Nonnull public ServiceConfRefObject build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object