Class MaintenanceNotificationPartner.MaintenanceNotificationPartnerBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification.MaintenanceNotificationPartner.MaintenanceNotificationPartnerBuilder
- Enclosing class:
- MaintenanceNotificationPartner
public static final class MaintenanceNotificationPartner.MaintenanceNotificationPartnerBuilder
extends Object
Helper class to allow for fluent creation of MaintenanceNotificationPartner instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()maintenanceNotification(String maintenanceNotification) (Key Field) Constraints: Not nullable, Maximum length: 12notif(MaintenanceNotification value) Navigation property to_Notif for MaintenanceNotificationPartner to single MaintenanceNotification.notificationPartnerObjectNmbr(String notificationPartnerObjectNmbr) (Key Field) Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Maximum length: 12partnerFunction(String partnerFunction) (Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
notif
@Nonnull public MaintenanceNotificationPartner.MaintenanceNotificationPartnerBuilder notif(MaintenanceNotification value) Navigation property to_Notif for MaintenanceNotificationPartner to single MaintenanceNotification.- Parameters:
value- The MaintenanceNotification to build this MaintenanceNotificationPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
maintenanceNotification
@Nonnull public MaintenanceNotificationPartner.MaintenanceNotificationPartnerBuilder maintenanceNotification(@Nullable String maintenanceNotification) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintenanceNotification
- Returns:
this.
-
partnerFunction
@Nonnull public MaintenanceNotificationPartner.MaintenanceNotificationPartnerBuilder partnerFunction(@Nullable String partnerFunction) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PartnerFunction
- Returns:
this.
-
notificationPartnerObjectNmbr
@Nonnull public MaintenanceNotificationPartner.MaintenanceNotificationPartnerBuilder notificationPartnerObjectNmbr(@Nullable String notificationPartnerObjectNmbr) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: NotificationPartnerObjectNmbr
- Returns:
this.
-
partner
@Nonnull public MaintenanceNotificationPartner.MaintenanceNotificationPartnerBuilder partner(@Nullable String partner) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: Partner
- Returns:
this.
-
build
-
toString
-