public class LglTransExternalContactCreateFluentHelper extends FluentHelperCreate<LglTransExternalContactCreateFluentHelper,LglTransExternalContact>
LglTransExternalContact
entity and save it to the S/4HANA system.
To perform execution, call the execute
method on the fluent helper object.
Constructor and Description |
---|
LglTransExternalContactCreateFluentHelper(String servicePath,
LglTransExternalContact entity)
Deprecated.
Use the constructor
LglTransExternalContactCreateFluentHelper(String, LglTransExternalContact,String)
instead. |
LglTransExternalContactCreateFluentHelper(String servicePath,
LglTransExternalContact entity,
String entityCollection)
Creates a fluent helper object that will create a
LglTransExternalContact entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
protected LglTransExternalContact |
getEntity()
Getter for the VDM representation of the entity to be created.
|
asChildOf, execute, executeRequest, getEntityClass, getQueryBuilder, toQuery, toRequest, withErrorHandler
and, cachingMetadata, getHeaders, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, onRequestAndImplicitRequests, onRequestOnly, withHeader, withHeaders, withoutCachingMetadata, withQueryParameter
@Deprecated public LglTransExternalContactCreateFluentHelper(@Nonnull String servicePath, @Nonnull LglTransExternalContact entity)
LglTransExternalContactCreateFluentHelper(String, LglTransExternalContact,String)
instead.LglTransExternalContact
entity on the OData endpoint. To perform execution, call the execute
method on the fluent helper object.servicePath
- The service path to direct the create requests to.entity
- The LglTransExternalContact to create.public LglTransExternalContactCreateFluentHelper(@Nonnull String servicePath, @Nonnull LglTransExternalContact entity, @Nonnull String entityCollection)
LglTransExternalContact
entity on the OData endpoint. To perform execution, call the execute
method on the fluent helper object.entityCollection
- Entity Collection to direct the create requests to.servicePath
- The service path to direct the create requests to.entity
- The LglTransExternalContact to create.@Nonnull protected LglTransExternalContact getEntity()
FluentHelperCreate
getEntity
in class FluentHelperCreate<LglTransExternalContactCreateFluentHelper,LglTransExternalContact>
FluentHelperCreate.executeRequest(HttpDestinationProperties)
method.Copyright © 2021 SAP SE. All rights reserved.