public class DefectCreateFluentHelper extends FluentHelperCreate<DefectCreateFluentHelper,Defect>
Constructor and Description |
---|
DefectCreateFluentHelper(String servicePath,
Defect entity)
Creates a fluent helper object that will create a
Defect entity on the OData
endpoint. |
Modifier and Type | Method and Description |
---|---|
protected Defect |
getEntity()
Getter for the VDM representation of the entity to be created.
|
asChildOf, execute, getEntityClass, getQueryBuilder, toQuery, withErrorHandler
cachingMetadata, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withHeader, withHeaders, withoutCachingMetadata, withQueryParameter
public DefectCreateFluentHelper(@Nonnull String servicePath, @Nonnull Defect entity)
Defect
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 Defect to create.@Nonnull protected Defect getEntity()
FluentHelperCreate
getEntity
in class FluentHelperCreate<DefectCreateFluentHelper,Defect>
FluentHelperCreate.execute(HttpDestinationProperties)
method.Copyright © 2020 SAP SE. All rights reserved.