Class ProdSubstnCtrl.ProdSubstnCtrlBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutioncontrol.ProdSubstnCtrl.ProdSubstnCtrlBuilder
Enclosing class:
ProdSubstnCtrl

public static final class ProdSubstnCtrl.ProdSubstnCtrlBuilder extends Object
Helper class to allow for fluent creation of ProdSubstnCtrl instances.
  • Method Details

    • controlGroup

      @Nonnull public ProdSubstnCtrl.ProdSubstnCtrlBuilder controlGroup(Prodsubstnctrl_2... value)
      Navigation property _ControlGroup for ProdSubstnCtrl to multiple Prodsubstnctrl_2.
      Parameters:
      value - The Prodsubstnctrl_2s to build this ProdSubstnCtrl with.
      Returns:
      This Builder to allow for a fluent interface.
    • text

      Navigation property _Text for ProdSubstnCtrl to multiple Prodsubstngrptxtctrl.
      Parameters:
      value - The Prodsubstngrptxtctrls to build this ProdSubstnCtrl with.
      Returns:
      This Builder to allow for a fluent interface.
    • mDSubstnObjectType

      @Nonnull public ProdSubstnCtrl.ProdSubstnCtrlBuilder mDSubstnObjectType(@Nullable String mDSubstnObjectType)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: MDSubstnObjectType

      Returns:
      this.
    • mDSubstnControl

      @Nonnull public ProdSubstnCtrl.ProdSubstnCtrlBuilder mDSubstnControl(@Nullable String mDSubstnControl)
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: MDSubstnControl

      Returns:
      this.
    • mDSubstnHasDefaultGroup

      @Nonnull public ProdSubstnCtrl.ProdSubstnCtrlBuilder mDSubstnHasDefaultGroup(@Nullable Boolean mDSubstnHasDefaultGroup)
      Constraints: Not nullable

      Original property name from the Odata EDM: MDSubstnHasDefaultGroup

      Returns:
      this.
    • createdByUser

      @Nonnull public ProdSubstnCtrl.ProdSubstnCtrlBuilder createdByUser(@Nullable String createdByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CreatedByUser

      Returns:
      this.
    • creationDateTime

      @Nonnull public ProdSubstnCtrl.ProdSubstnCtrlBuilder creationDateTime(@Nullable OffsetDateTime creationDateTime)
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: CreationDateTime

      Returns:
      this.
    • lastChangedByUser

      @Nonnull public ProdSubstnCtrl.ProdSubstnCtrlBuilder lastChangedByUser(@Nullable String lastChangedByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: LastChangedByUser

      Returns:
      this.
    • lastChangeDateTime

      @Nonnull public ProdSubstnCtrl.ProdSubstnCtrlBuilder lastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime)
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: LastChangeDateTime

      Returns:
      this.
    • _Messages

      @Nonnull public ProdSubstnCtrl.ProdSubstnCtrlBuilder _Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public ProdSubstnCtrl build()
    • toString

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