Class EquipmentPartner.EquipmentPartnerBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.equipment.EquipmentPartner.EquipmentPartnerBuilder
Enclosing class:
EquipmentPartner

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

    • equipment

      @Nonnull public EquipmentPartner.EquipmentPartnerBuilder equipment(Equipment value)
      Navigation property to_Equipment for EquipmentPartner to single Equipment.
      Parameters:
      value - The Equipment to build this EquipmentPartner with.
      Returns:
      This Builder to allow for a fluent interface.
    • equipment

      @Nonnull public EquipmentPartner.EquipmentPartnerBuilder equipment(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: Equipment

      Parameters:
      value - The equipment to build this EquipmentPartner with.
      Returns:
      This Builder to allow for a fluent interface.
    • partnerFunction

      @Nonnull public EquipmentPartner.EquipmentPartnerBuilder partnerFunction(@Nullable String partnerFunction)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: PartnerFunction

      Returns:
      this.
    • equipmentPartnerObjectNmbr

      @Nonnull public EquipmentPartner.EquipmentPartnerBuilder equipmentPartnerObjectNmbr(@Nullable String equipmentPartnerObjectNmbr)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: EquipmentPartnerObjectNmbr

      Returns:
      this.
    • partner

      @Nonnull public EquipmentPartner.EquipmentPartnerBuilder partner(@Nullable String partner)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: Partner

      Returns:
      this.
    • createdByUser

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

      Original property name from the Odata EDM: CreatedByUser

      Returns:
      this.
    • creationDate

      @Nonnull public EquipmentPartner.EquipmentPartnerBuilder creationDate(@Nullable LocalDateTime creationDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreationDate

      Returns:
      this.
    • build

      @Nonnull public EquipmentPartner build()
    • toString

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