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

    Fields
    Modifier and Type
    Field
    Description
    boolean
    Whether to decode the specified characters in the request query parameters names
    char[]
    The list of characters to decode in the request query parameters names before executing the request
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new instance of the ParametersEncodingOption request class
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends com.microsoft.kiota.RequestOption>
    Class<T>

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • enable

      public boolean enable
      Whether to decode the specified characters in the request query parameters names
    • parametersToDecode

      @Nonnull public char[] parametersToDecode
      The 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

      @Nonnull public <T extends com.microsoft.kiota.RequestOption> Class<T> getType()
      Specified by:
      getType in interface com.microsoft.kiota.RequestOption