public class ProjectFluentHelper extends FluentHelperRead<ProjectFluentHelper,Project,ProjectSelectable>
Project
entities. This
fluent helper allows methods which modify the underlying query to be called before executing the query itself.Constructor and Description |
---|
ProjectFluentHelper(String servicePath)
Deprecated.
Use the constructor
ProjectFluentHelper(String, String) instead. |
ProjectFluentHelper(String servicePath,
String entityCollection)
Creates a fluent helper using the specified service path and entity collection to send the read requests.
|
Modifier and Type | Method and Description |
---|---|
protected Class<Project> |
getEntityClass()
Returns a class object of the type this fluent helper works with.
|
count, execute, executeRequest, filter, getQueryBuilder, iteratingEntities, iteratingPages, orderBy, select, skip, streamingEntities, top, toQuery, toRequest, withErrorHandler, withPreferredPageSize, withQueryParameter
and, cachingMetadata, getHeaders, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, onRequestAndImplicitRequests, onRequestOnly, withHeader, withHeaders, withoutCachingMetadata
public ProjectFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection)
entityCollection
- The entity collection to direct the requests to.servicePath
- The service path to direct the read requests to.@Deprecated public ProjectFluentHelper(@Nonnull String servicePath)
ProjectFluentHelper(String, String)
instead.servicePath
- The service path to direct the read requests to.@Nonnull protected Class<Project> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<ProjectFluentHelper,Project,List<Project>>
Copyright © 2021 SAP SE. All rights reserved.