Class GetSAPObjectDocumentFluentHelper
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,ObjectT,ResultT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction<FluentHelperT,ObjectT,ResultT>
com.sap.cloud.sdk.datamodel.odata.helper.CollectionValuedFluentHelperFunction<GetSAPObjectDocumentFluentHelper,SAPObjectDocument,List<SAPObjectDocument>>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment.GetSAPObjectDocumentFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class GetSAPObjectDocumentFluentHelper
extends CollectionValuedFluentHelperFunction<GetSAPObjectDocumentFluentHelper,SAPObjectDocument,List<SAPObjectDocument>>
Fluent helper for the GetSAPObjectDocumentType OData function import.
-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionGetSAPObjectDocumentFluentHelper(String servicePath, String sAPObjectNodeType, String sAPObjectType) Creates a fluent helper object that will execute the GetSAPObjectDocumentType OData function import with the provided parameters. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.http.client.methods.HttpUriRequestcreateRequest(URI uri) executeRequest(HttpDestinationProperties destination) Execute this function import.protected Class<SAPObjectDocument>protected Stringprotected com.google.gson.JsonElementrefineJsonResponse(com.google.gson.JsonElement jsonElement) Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
executeMultiple, executeSingle, getCsrfTokenRetriever, toRequest, withCsrfToken, withoutCsrfTokenMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders, withQueryParameter
-
Constructor Details
-
GetSAPObjectDocumentFluentHelper
public GetSAPObjectDocumentFluentHelper(@Nonnull String servicePath, @Nullable String sAPObjectNodeType, @Nonnull String sAPObjectType) Creates a fluent helper object that will execute the GetSAPObjectDocumentType OData function import with the provided parameters. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
servicePath- Service path to be used to call the functions against.sAPObjectType- SAPObjectTypeConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: SAPObjectType
sAPObjectNodeType- SAPObjectNodeTypeConstraints: Nullable, Maximum length: 30
Original parameter name from the Odata EDM: SAPObjectNodeType
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<GetSAPObjectDocumentFluentHelper,SAPObjectDocument, List<SAPObjectDocument>>
-
getFunctionName
- Specified by:
getFunctionNamein classFluentHelperFunction<GetSAPObjectDocumentFluentHelper,SAPObjectDocument, List<SAPObjectDocument>>
-
refineJsonResponse
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement) - Overrides:
refineJsonResponsein classFluentHelperFunction<GetSAPObjectDocumentFluentHelper,SAPObjectDocument, List<SAPObjectDocument>>
-
getParameters
- Specified by:
getParametersin classFluentHelperFunction<GetSAPObjectDocumentFluentHelper,SAPObjectDocument, List<SAPObjectDocument>>
-
createRequest
- Specified by:
createRequestin classFluentHelperFunction<GetSAPObjectDocumentFluentHelper,SAPObjectDocument, List<SAPObjectDocument>>
-
executeRequest
@Nonnull public List<SAPObjectDocument> executeRequest(@Nonnull HttpDestinationProperties destination) Execute this function import.- Specified by:
executeRequestin interfaceFluentHelperExecutable<Object>- Specified by:
executeRequestin classFluentHelperBasic<GetSAPObjectDocumentFluentHelper,SAPObjectDocument, List<SAPObjectDocument>>
-