Class ParametersNameDecodingOption
java.lang.Object
com.microsoft.kiota.http.middleware.options.ParametersNameDecodingOption
- All Implemented Interfaces:
com.microsoft.kiota.RequestOption
public class ParametersNameDecodingOption
extends Object
implements com.microsoft.kiota.RequestOption
The ParametersEncodingOption request class
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether to decode the specified characters in the request query parameters nameschar[]The list of characters to decode in the request query parameters names before executing the request -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of the ParametersEncodingOption request class -
Method Summary
-
Field Details
-
enable
public boolean enableWhether to decode the specified characters in the request query parameters names -
parametersToDecode
@Nonnull public char[] parametersToDecodeThe list of characters to decode in the request query parameters names before executing the request
-
-
Constructor Details
-
ParametersNameDecodingOption
public ParametersNameDecodingOption()Creates a new instance of the ParametersEncodingOption request class
-
-
Method Details
-
getType
- Specified by:
getTypein interfacecom.microsoft.kiota.RequestOption
-