FluentHelperT
- The fluent helper type.EntityT
- The type of the entity this OData request operates on, if any.ResultT
- The type of the result entity, if any.@Beta public abstract class FluentHelperModification<FluentHelperT,EntityT,ResultT> extends FluentHelperBasic<FluentHelperT,EntityT,ResultT>
executing
it.entityCollection
Constructor and Description |
---|
FluentHelperModification(String servicePath)
Deprecated.
Use the constructor
FluentHelperModification(String, String) instead |
FluentHelperModification(String servicePath,
String entityCollection)
Instantiates this fluent helper using the given service path to send the requests.
|
and, cachingMetadata, execute, executeRequest, getEntityClass, getHeaders, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, onRequestAndImplicitRequests, onRequestOnly, toRequest, withHeader, withHeaders, withoutCachingMetadata, withQueryParameter
@Deprecated public FluentHelperModification(@Nonnull String servicePath)
FluentHelperModification(String, String)
insteadservicePath
- The service path to direct the requests to.public FluentHelperModification(@Nonnull String servicePath, @Nullable String entityCollection)
servicePath
- The service path to direct the requests to.entityCollection
- The entity collection to direct the requests to.Copyright © 2021 SAP SE. All rights reserved.