public class MaintenanceNotificationItemByKeyFluentHelper extends FluentHelperByKey<MaintenanceNotificationItemByKeyFluentHelper,MaintenanceNotificationItem,MaintenanceNotificationItemSelectable>
MaintenanceNotificationItem
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself.entityCollection
Constructor and Description |
---|
MaintenanceNotificationItemByKeyFluentHelper(String servicePath,
String maintenanceNotification,
String maintenanceNotificationItem)
Deprecated.
Use the constructor
MaintenanceNotificationItemByKeyFluentHelper(String, String, String, String)
instead. |
MaintenanceNotificationItemByKeyFluentHelper(String servicePath,
String entityCollection,
String maintenanceNotification,
String maintenanceNotificationItem)
Creates a fluent helper object that will fetch a single
MaintenanceNotificationItem entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<MaintenanceNotificationItem> |
getEntityClass() |
protected Map<String,Object> |
getKey() |
execute, executeRequest, getQueryBuilder, select, toQuery, toRequest, withErrorHandler, withQueryParameter
and, cachingMetadata, getHeaders, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, onRequestAndImplicitRequests, onRequestOnly, withHeader, withHeaders, withoutCachingMetadata
@Deprecated public MaintenanceNotificationItemByKeyFluentHelper(@Nonnull String servicePath, String maintenanceNotification, String maintenanceNotificationItem)
MaintenanceNotificationItemByKeyFluentHelper(String, String, String, String)
instead.MaintenanceNotificationItem
entity with the provided key field values. To perform execution, call the
execute
method on the fluent helper object.maintenanceNotificationItem
- Item Number in Item Record
Constraints: Not nullable, Maximum length: 4
servicePath
- Service path to be used to fetch a single MaintenanceNotificationItem
maintenanceNotification
- Number that identifies the notification.
Constraints: Not nullable, Maximum length: 12
public MaintenanceNotificationItemByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String maintenanceNotification, String maintenanceNotificationItem)
MaintenanceNotificationItem
entity with the provided key field values. To perform execution, call the
execute
method on the fluent helper object.maintenanceNotificationItem
- Item Number in Item Record
Constraints: Not nullable, Maximum length: 4
entityCollection
- Entity Collection to be used to fetch a single MaintenanceNotificationItem
servicePath
- Service path to be used to fetch a single MaintenanceNotificationItem
maintenanceNotification
- Number that identifies the notification.
Constraints: Not nullable, Maximum length: 12
Copyright © 2021 SAP SE. All rights reserved.