public class MaintenancePlanByKeyFluentHelper extends FluentHelperByKey<MaintenancePlanByKeyFluentHelper,MaintenancePlan,MaintenancePlanSelectable>
MaintenancePlan
entity
using key fields. This fluent helper allows methods which modify the underlying query to be called before executing
the query itself.csrfTokenRetriever, entityCollection
Constructor and Description |
---|
MaintenancePlanByKeyFluentHelper(String servicePath,
String entityCollection,
String maintenancePlan)
Creates a fluent helper object that will fetch a single
MaintenancePlan
entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<MaintenancePlan> |
getEntityClass() |
protected Map<String,Object> |
getKey() |
executeRequest, select, toRequest, withCsrfToken, withQueryParameter
getCsrfTokenRetriever, getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders
public MaintenancePlanByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String maintenancePlan)
MaintenancePlan
entity with the provided key field values. To perform execution, call the executeRequest
method on the fluent helper object.entityCollection
- Entity Collection to be used to fetch a single MaintenancePlan
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
servicePath
- Service path to be used to fetch a single MaintenancePlan
@Nonnull protected Class<MaintenancePlan> getEntityClass()
getEntityClass
in class FluentHelperBasic<MaintenancePlanByKeyFluentHelper,MaintenancePlan,MaintenancePlan>
@Nonnull protected Map<String,Object> getKey()
getKey
in class FluentHelperByKey<MaintenancePlanByKeyFluentHelper,MaintenancePlan,MaintenancePlanSelectable>
Copyright © 2022 SAP SE. All rights reserved.