public class GetAllOriginalsFluentHelper extends FluentHelperFunction<GetAllOriginalsFluentHelper,AttachmentContent,List<AttachmentContent>>
Constructor and Description |
---|
GetAllOriginalsFluentHelper(String linkedSAPObjectKey,
String businessObjectTypeName,
String semanticObject)
Creates a fluent helper object that will execute the GetAllOriginals OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
List<AttachmentContent> |
execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
execute, execute
public GetAllOriginalsFluentHelper(String linkedSAPObjectKey, String businessObjectTypeName, String semanticObject)
execute
method on the fluent helper object.linkedSAPObjectKey
- Constraints: Not nullable, Maximum length: 90businessObjectTypeName
- Constraints: Not nullable, Maximum length: 40semanticObject
- Constraints: Nullable, Maximum length: 40public List<AttachmentContent> execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<GetAllOriginalsFluentHelper,AttachmentContent,List<AttachmentContent>>
erpEndpoint
- Supply the ERP system instance for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
Copyright © 2018 SAP SE. All rights reserved.