Class Set_PrintParameterFluentHelper
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.SingleValuedFluentHelperFunction<Set_PrintParameterFluentHelper,FuncImpReturn,FuncImpReturn>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.printqueueitem.Set_PrintParameterFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class Set_PrintParameterFluentHelper
extends SingleValuedFluentHelperFunction<Set_PrintParameterFluentHelper,FuncImpReturn,FuncImpReturn>
Fluent helper for the Set_PrintParameter OData function import.
-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionSet_PrintParameterFluentHelper(String servicePath, String printParams, String qname) Creates a fluent helper object that will execute the Set_PrintParameter 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<FuncImpReturn>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
-
Set_PrintParameterFluentHelper
public Set_PrintParameterFluentHelper(@Nonnull String servicePath, @Nonnull String printParams, @Nonnull String qname) Creates a fluent helper object that will execute the Set_PrintParameter 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.qname- Constraints: Not nullable, Maximum length: 32Original parameter name from the Odata EDM: Qname
printParams- Constraints: noneOriginal parameter name from the Odata EDM: PrintParams
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<Set_PrintParameterFluentHelper,FuncImpReturn, FuncImpReturn>
-
getFunctionName
- Specified by:
getFunctionNamein classFluentHelperFunction<Set_PrintParameterFluentHelper,FuncImpReturn, FuncImpReturn>
-
refineJsonResponse
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement) - Overrides:
refineJsonResponsein classFluentHelperFunction<Set_PrintParameterFluentHelper,FuncImpReturn, FuncImpReturn>
-
getParameters
- Specified by:
getParametersin classFluentHelperFunction<Set_PrintParameterFluentHelper,FuncImpReturn, FuncImpReturn>
-
createRequest
- Specified by:
createRequestin classFluentHelperFunction<Set_PrintParameterFluentHelper,FuncImpReturn, FuncImpReturn>
-
executeRequest
Execute this function import.- Specified by:
executeRequestin interfaceFluentHelperExecutable<Object>- Specified by:
executeRequestin classFluentHelperBasic<Set_PrintParameterFluentHelper,FuncImpReturn, FuncImpReturn>
-