public class LglDocStampByKeyFluentHelper extends FluentHelperByKey<LglDocStampByKeyFluentHelper,LglDocStamp,LglDocStampSelectable>
LglDocStamp
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 |
---|
LglDocStampByKeyFluentHelper(String servicePath,
String entityCollection,
UUID lglCntntMDocumentStampUUID)
Creates a fluent helper object that will fetch a single
LglDocStamp entity with the
provided key field values. |
LglDocStampByKeyFluentHelper(String servicePath,
UUID lglCntntMDocumentStampUUID)
Deprecated.
Use the constructor
LglDocStampByKeyFluentHelper(String, String, UUID) instead. |
Modifier and Type | Method and Description |
---|---|
protected Class<LglDocStamp> |
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 LglDocStampByKeyFluentHelper(@Nonnull String servicePath, UUID lglCntntMDocumentStampUUID)
LglDocStampByKeyFluentHelper(String, String, UUID)
instead.LglDocStamp
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 LglDocStamp
lglCntntMDocumentStampUUID
- Universal Unique Identifier
Constraints: Not nullable
public LglDocStampByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, UUID lglCntntMDocumentStampUUID)
LglDocStamp
entity with the
provided key field values. To perform execution, call the execute
method on the fluent helper
object.entityCollection
- Entity Collection to be used to fetch a single LglDocStamp
servicePath
- Service path to be used to fetch a single LglDocStamp
lglCntntMDocumentStampUUID
- Universal Unique Identifier
Constraints: Not nullable
@Nonnull protected Class<LglDocStamp> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<LglDocStampByKeyFluentHelper,LglDocStamp,LglDocStamp>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<LglDocStampByKeyFluentHelper,LglDocStamp,LglDocStampSelectable>
Copyright © 2021 SAP SE. All rights reserved.