public class PurgCatCreateFluentHelper extends FluentHelperCreate<PurgCatCreateFluentHelper,PurgCat>
Constructor and Description |
---|
PurgCatCreateFluentHelper(String servicePath,
PurgCat entity)
Deprecated.
Use the constructor
PurgCatCreateFluentHelper(String, PurgCat,String) instead. |
PurgCatCreateFluentHelper(String servicePath,
PurgCat entity,
String entityCollection)
Creates a fluent helper object that will create a
PurgCat entity on the
OData endpoint. |
Modifier and Type | Method and Description |
---|---|
protected PurgCat |
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 PurgCatCreateFluentHelper(@Nonnull String servicePath, @Nonnull PurgCat entity)
PurgCatCreateFluentHelper(String, PurgCat,String)
instead.PurgCat
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 PurgCat to create.public PurgCatCreateFluentHelper(@Nonnull String servicePath, @Nonnull PurgCat entity, @Nonnull String entityCollection)
PurgCat
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 PurgCat to create.@Nonnull protected PurgCat getEntity()
FluentHelperCreate
getEntity
in class FluentHelperCreate<PurgCatCreateFluentHelper,PurgCat>
FluentHelperCreate.executeRequest(HttpDestinationProperties)
method.Copyright © 2021 SAP SE. All rights reserved.