public class SchedgAgrmtItmNotesByKeyFluentHelper extends FluentHelperByKey<SchedgAgrmtItmNotesByKeyFluentHelper,SchedgAgrmtItmNotes,SchedgAgrmtItmNotesSelectable>
SchedgAgrmtItmNotes
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 |
---|
SchedgAgrmtItmNotesByKeyFluentHelper(String servicePath,
String language,
String documentText,
String technicalObjectType,
String archObjectNumber)
Deprecated.
Use the constructor
SchedgAgrmtItmNotesByKeyFluentHelper(String, String, String, String, String, String)
instead. |
SchedgAgrmtItmNotesByKeyFluentHelper(String servicePath,
String entityCollection,
String language,
String documentText,
String technicalObjectType,
String archObjectNumber)
Creates a fluent helper object that will fetch a single
SchedgAgrmtItmNotes entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<SchedgAgrmtItmNotes> |
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 SchedgAgrmtItmNotesByKeyFluentHelper(@Nonnull String servicePath, String language, String documentText, String technicalObjectType, String archObjectNumber)
SchedgAgrmtItmNotesByKeyFluentHelper(String, String, String, String, String, String)
instead.SchedgAgrmtItmNotes
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.technicalObjectType
- In business applications, a text is not considered an independent object. A text can only exist if it
has a superior reference object. A material inspection text, for example, only exists if there is a
corresponding material. The application object of a text is therefore the global environment in which
a text exists.
Constraints: Not nullable, Maximum length: 10
servicePath
- Service path to be used to fetch a single SchedgAgrmtItmNotes
documentText
- The text ID defines the various types of texts related to a text object. For example, the object
"TEXT" (standard texts) can have the following text IDs:
Constraints: Not nullable, Maximum length: 4
archObjectNumber
- Customer-defined name of a text or a graphic.
Constraints: Not nullable, Maximum length: 70
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
public SchedgAgrmtItmNotesByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String language, String documentText, String technicalObjectType, String archObjectNumber)
SchedgAgrmtItmNotes
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 SchedgAgrmtItmNotes
technicalObjectType
- In business applications, a text is not considered an independent object. A text can only exist if it
has a superior reference object. A material inspection text, for example, only exists if there is a
corresponding material. The application object of a text is therefore the global environment in which
a text exists.
Constraints: Not nullable, Maximum length: 10
servicePath
- Service path to be used to fetch a single SchedgAgrmtItmNotes
documentText
- The text ID defines the various types of texts related to a text object. For example, the object
"TEXT" (standard texts) can have the following text IDs:
Constraints: Not nullable, Maximum length: 4
archObjectNumber
- Customer-defined name of a text or a graphic.
Constraints: Not nullable, Maximum length: 70
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
@Nonnull protected Class<SchedgAgrmtItmNotes> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<SchedgAgrmtItmNotesByKeyFluentHelper,SchedgAgrmtItmNotes,SchedgAgrmtItmNotes>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<SchedgAgrmtItmNotesByKeyFluentHelper,SchedgAgrmtItmNotes,SchedgAgrmtItmNotesSelectable>
Copyright © 2021 SAP SE. All rights reserved.