public class MaintNotificationItemActivityByKeyFluentHelper extends FluentHelperByKey<MaintNotificationItemActivityByKeyFluentHelper,MaintNotificationItemActivity,MaintNotificationItemActivitySelectable>
MaintNotificationItemActivity
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself.Constructor and Description |
---|
MaintNotificationItemActivityByKeyFluentHelper(String servicePath,
String maintNotificationActivity,
String maintenanceNotification,
String maintenanceNotificationItem)
Deprecated.
Use the constructor
MaintNotificationItemActivityByKeyFluentHelper(String, String, String, String, String)
instead. |
MaintNotificationItemActivityByKeyFluentHelper(String servicePath,
String entityCollection,
String maintNotificationActivity,
String maintenanceNotification,
String maintenanceNotificationItem)
Creates a fluent helper object that will fetch a single
MaintNotificationItemActivity entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<MaintNotificationItemActivity> |
getEntityClass()
Returns a class object of the type this fluent helper works with.
|
protected Map<String,Object> |
getKey()
Getter for a map containing the OData name of key properties, each mapped to the value to search by.
|
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 MaintNotificationItemActivityByKeyFluentHelper(@Nonnull String servicePath, String maintNotificationActivity, String maintenanceNotification, String maintenanceNotificationItem)
MaintNotificationItemActivityByKeyFluentHelper(String, String, String, String, String)
instead.MaintNotificationItemActivity
entity with the provided key field values. To perform execution, call the
execute
method on the fluent helper object.maintNotificationActivity
- You can record actions which refer to both the notification header and an item.
Constraints: Not nullable, Maximum length: 4
maintenanceNotificationItem
- Item Number in Item Record
Constraints: Not nullable, Maximum length: 4
servicePath
- Service path to be used to fetch a single MaintNotificationItemActivity
maintenanceNotification
- Number that identifies the notification.
Constraints: Not nullable, Maximum length: 12
public MaintNotificationItemActivityByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String maintNotificationActivity, String maintenanceNotification, String maintenanceNotificationItem)
MaintNotificationItemActivity
entity with the provided key field values. To perform execution, call the
execute
method on the fluent helper object.maintNotificationActivity
- You can record actions which refer to both the notification header and an item.
Constraints: Not nullable, Maximum length: 4
maintenanceNotificationItem
- Item Number in Item Record
Constraints: Not nullable, Maximum length: 4
entityCollection
- Entity Collection to be used to fetch a single MaintNotificationItemActivity
servicePath
- Service path to be used to fetch a single MaintNotificationItemActivity
maintenanceNotification
- Number that identifies the notification.
Constraints: Not nullable, Maximum length: 12
@Nonnull protected Class<MaintNotificationItemActivity> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<MaintNotificationItemActivityByKeyFluentHelper,MaintNotificationItemActivity,MaintNotificationItemActivity>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<MaintNotificationItemActivityByKeyFluentHelper,MaintNotificationItemActivity,MaintNotificationItemActivitySelectable>
Copyright © 2021 SAP SE. All rights reserved.