public class JobTemplateByKeyFluentHelper extends FluentHelperByKey<JobTemplateByKeyFluentHelper,JobTemplate,JobTemplateSelectable>
JobTemplate
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 |
---|
JobTemplateByKeyFluentHelper(String servicePath,
String jobTemplateName,
String jobTemplateVersion)
Creates a fluent helper object that will fetch a single
JobTemplate entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<JobTemplate> |
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, getQueryBuilder, select, toQuery, withErrorHandler
asResilientCommand, asResilientCommand, execute, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getServicePath, getThis, getVersionIdentifier, withCustomHttpHeader, withCustomHttpHeaders
public JobTemplateByKeyFluentHelper(@Nonnull String servicePath, String jobTemplateName, String jobTemplateVersion)
JobTemplate
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.servicePath
- Service path to be used to fetch a single JobTemplate
jobTemplateName
- jobTemplateVersion
- @Nonnull protected Class<JobTemplate> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<JobTemplateByKeyFluentHelper,JobTemplate,JobTemplate>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<JobTemplateByKeyFluentHelper,JobTemplate,JobTemplateSelectable>
Copyright © 2018 SAP SE. All rights reserved.