Index

A C D E G H I K M N O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values

A

authenticateChallengedEventKey - Static variable in class com.microsoft.kiota.http.OkHttpRequestAdapter
Key used for events when an authentication challenge is returned by the API
AuthorizationHandler - Class in com.microsoft.kiota.http.middleware
This interceptor is responsible for adding the Authorization header to the request if the header is not already present.
AuthorizationHandler(BaseBearerTokenAuthenticationProvider) - Constructor for class com.microsoft.kiota.http.middleware.AuthorizationHandler
Instantiates a new AuthorizationHandler.

C

ChaosHandler - Class in com.microsoft.kiota.http.middleware
DO NOT USE IN PRODUCTION interceptor that randomly fails the responses for unit testing purposes
ChaosHandler() - Constructor for class com.microsoft.kiota.http.middleware.ChaosHandler
Creates a new instance of the chaos handler
chaosHandlerTriggeredEventKey - Static variable in class com.microsoft.kiota.http.middleware.ChaosHandler
The key for the open telemetry event
com.microsoft.kiota.http - package com.microsoft.kiota.http
 
com.microsoft.kiota.http.middleware - package com.microsoft.kiota.http.middleware
 
com.microsoft.kiota.http.middleware.options - package com.microsoft.kiota.http.middleware.options
 
ContinuousAccessEvaluationClaims - Class in com.microsoft.kiota.http
Helper class to extract the claims from the WWW-Authenticate header in a response.
convertToNativeRequest(RequestInformation) - Method in class com.microsoft.kiota.http.OkHttpRequestAdapter
create() - Static method in class com.microsoft.kiota.http.KiotaClientFactory
Creates an OkHttpClient Builder with the default configuration and middleware.
create(BaseBearerTokenAuthenticationProvider) - Static method in class com.microsoft.kiota.http.KiotaClientFactory
Creates an OkHttpClient Builder with the default configuration and middleware including the AuthorizationHandler.
create(BaseBearerTokenAuthenticationProvider, RequestOption[]) - Static method in class com.microsoft.kiota.http.KiotaClientFactory
Creates an OkHttpClient Builder with the Authorization handler and optional custom default middleware configurations
create(RequestOption[]) - Static method in class com.microsoft.kiota.http.KiotaClientFactory
Creates an OkHttpClient Builder with the default configuration and middleware options.
create(List<Interceptor>) - Static method in class com.microsoft.kiota.http.KiotaClientFactory
Creates an OkHttpClient Builder with the default configuration and middleware.
create(Interceptor[]) - Static method in class com.microsoft.kiota.http.KiotaClientFactory
Creates an OkHttpClient Builder with the default configuration and middleware.
createDefaultInterceptors() - Static method in class com.microsoft.kiota.http.KiotaClientFactory
Creates the default interceptors for the client.
createDefaultInterceptors(RequestOption[]) - Static method in class com.microsoft.kiota.http.KiotaClientFactory
Creates the default interceptors for the client.
createDefaultInterceptorsAsList() - Static method in class com.microsoft.kiota.http.KiotaClientFactory

D

decodeQueryParameters(String, char[]) - Static method in class com.microsoft.kiota.http.middleware.ParametersNameDecodingHandler
INTERNAL Decodes the query parameters that are in the list of parameters to decode
DEFAULT_DELAY - Static variable in class com.microsoft.kiota.http.middleware.options.RetryHandlerOption
Default retry delay
DEFAULT_MAX_REDIRECTS - Static variable in class com.microsoft.kiota.http.middleware.options.RedirectHandlerOption
The default maximum number of redirects to follow
DEFAULT_MAX_RETRIES - Static variable in class com.microsoft.kiota.http.middleware.options.RetryHandlerOption
Default maximum number of retries
DEFAULT_SHOULD_REDIRECT - Static variable in class com.microsoft.kiota.http.middleware.options.RedirectHandlerOption
Default redirect evaluation, always follow redirect information.
DEFAULT_SHOULD_RETRY - Static variable in class com.microsoft.kiota.http.middleware.options.RetryHandlerOption
Default retry evaluation, always retry.
delay() - Method in class com.microsoft.kiota.http.middleware.options.RetryHandlerOption
Gets the delay in milliseconds between retries.
disable() - Method in class com.microsoft.kiota.http.middleware.options.UrlReplaceHandlerOption
Disables the handler.

E

enable - Variable in class com.microsoft.kiota.http.middleware.options.ParametersNameDecodingOption
Whether to decode the specified characters in the request query parameters names
enable() - Method in class com.microsoft.kiota.http.middleware.options.UrlReplaceHandlerOption
Enables the handler.
enableBackingStore(BackingStoreFactory) - Method in class com.microsoft.kiota.http.OkHttpRequestAdapter
 
errorBodyFoundAttributeName - Static variable in class com.microsoft.kiota.http.OkHttpRequestAdapter
Key used for the attribute when an error response body is found
errorMappingFoundAttributeName - Static variable in class com.microsoft.kiota.http.OkHttpRequestAdapter
key used for the attribute when the error response has models mappings provided
eventResponseHandlerInvokedKey - Static variable in class com.microsoft.kiota.http.OkHttpRequestAdapter
The key used for the event when a custom response handler is invoked.
EXPERIMENTAL_HTTP_REQUEST_BODY_SIZE - Static variable in class com.microsoft.kiota.http.TelemetrySemanticConventions
HTTP request body size
EXPERIMENTAL_HTTP_RESPONSE_BODY_SIZE - Static variable in class com.microsoft.kiota.http.TelemetrySemanticConventions
HTTP response body size

G

getBaseUrl() - Method in class com.microsoft.kiota.http.OkHttpRequestAdapter
 
getClaimsFromResponse(Response) - Static method in class com.microsoft.kiota.http.ContinuousAccessEvaluationClaims
Extracts the claims from the WWW-Authenticate header in a response.
getEnabled() - Method in class com.microsoft.kiota.http.middleware.options.UserAgentHandlerOption
Gets whether the user agent handler is enabled
getIncludeEUIIAttributes() - Method in class com.microsoft.kiota.http.ObservabilityOptions
Gets whether to include attributes which could contains EUII information like URLs
getInspectRequestHeaders() - Method in class com.microsoft.kiota.http.middleware.options.HeadersInspectionOption
Gets whether to inspect request headers
getInspectResponseHeaders() - Method in class com.microsoft.kiota.http.middleware.options.HeadersInspectionOption
Gets whether to inspect response headers
getProductName() - Method in class com.microsoft.kiota.http.middleware.options.UserAgentHandlerOption
Gets the product name to be used in the user agent header
getProductVersion() - Method in class com.microsoft.kiota.http.middleware.options.UserAgentHandlerOption
Gets the product version to be used in the user agent header
getReplacementPairs() - Method in class com.microsoft.kiota.http.middleware.options.UrlReplaceHandlerOption
Gets the replacement pairs map.
getRequestFromRequestInformation(RequestInformation, Span, Span) - Method in class com.microsoft.kiota.http.OkHttpRequestAdapter
Creates a new request from the request information instance.
getRequestHeaders() - Method in class com.microsoft.kiota.http.middleware.options.HeadersInspectionOption
Get the request headers
getRequestHeaders(Headers) - Static method in class com.microsoft.kiota.http.HeadersCompatibility
INTERNAL METHOD, DO NOT USE DIRECTLY Get the request headers from the okhttp3 headers and convert them to a RequestHeaders object
getResponseHeaders() - Method in class com.microsoft.kiota.http.middleware.options.HeadersInspectionOption
Get the response headers
getResponseHeaders(Headers) - Static method in class com.microsoft.kiota.http.HeadersCompatibility
INTERNAL METHOD, DO NOT USE DIRECTLY Get the response headers from the okhttp3 headers and convert them to a ResponseHeaders object
getRetryOptions() - Method in class com.microsoft.kiota.http.middleware.RetryHandler
Gets the retry options in use by the handler.
getSerializationWriterFactory() - Method in class com.microsoft.kiota.http.OkHttpRequestAdapter
 
getTracerInstrumentationName() - Method in class com.microsoft.kiota.http.ObservabilityOptions
Gets the instrumentation name to use for tracing
getType() - Method in class com.microsoft.kiota.http.middleware.options.HeadersInspectionOption
getType() - Method in class com.microsoft.kiota.http.middleware.options.ParametersNameDecodingOption
getType() - Method in class com.microsoft.kiota.http.middleware.options.RedirectHandlerOption
getType() - Method in class com.microsoft.kiota.http.middleware.options.RetryHandlerOption
getType() - Method in class com.microsoft.kiota.http.middleware.options.TelemetryHandlerOption
getType() - Method in class com.microsoft.kiota.http.middleware.options.UrlReplaceHandlerOption
 
getType() - Method in class com.microsoft.kiota.http.middleware.options.UserAgentHandlerOption
getType() - Method in class com.microsoft.kiota.http.ObservabilityOptions
getUrlReplaceHandlerOption() - Method in class com.microsoft.kiota.http.middleware.UrlReplaceHandler
Gets the UrlReplaceHandlerOption for the UrlReplaceHandler.

H

HeadersCompatibility - Class in com.microsoft.kiota.http
Compatibility class to bridge OkHttp Headers and Kiota Headers
HeadersInspectionHandler - Class in com.microsoft.kiota.http.middleware
The middleware responsible for inspecting the request and response headers
HeadersInspectionHandler() - Constructor for class com.microsoft.kiota.http.middleware.HeadersInspectionHandler
Create a new instance of the HeadersInspectionHandler class with the default options
HeadersInspectionHandler(HeadersInspectionOption) - Constructor for class com.microsoft.kiota.http.middleware.HeadersInspectionHandler
Create a new instance of the HeadersInspectionHandler class with the provided options
HeadersInspectionOption - Class in com.microsoft.kiota.http.middleware.options
The options to be passed to the headers inspection middleware.
HeadersInspectionOption() - Constructor for class com.microsoft.kiota.http.middleware.options.HeadersInspectionOption
Create default instance of headers inspection options, with default values of inspectRequestHeaders and inspectResponseHeaders.
HeadersInspectionOption(boolean, boolean) - Constructor for class com.microsoft.kiota.http.middleware.options.HeadersInspectionOption
Create an instance with provided values
HTTP_REQUEST_HEADER_CONTENT_TYPE - Static variable in class com.microsoft.kiota.http.TelemetrySemanticConventions
HTTP request content type
HTTP_REQUEST_METHOD - Static variable in class com.microsoft.kiota.http.TelemetrySemanticConventions
HTTP Request method
HTTP_REQUEST_RESEND_COUNT - Static variable in class com.microsoft.kiota.http.TelemetrySemanticConventions
HTTP Request resend count
HTTP_REQUEST_RESEND_DELAY - Static variable in class com.microsoft.kiota.http.TelemetrySemanticConventions
HTTP Request resend delay
HTTP_RESPONSE_HEADER_CONTENT_TYPE - Static variable in class com.microsoft.kiota.http.TelemetrySemanticConventions
HTTP response content type
HTTP_RESPONSE_STATUS_CODE - Static variable in class com.microsoft.kiota.http.TelemetrySemanticConventions
HTTP Response status code

I

intercept(Interceptor.Chain) - Method in class com.microsoft.kiota.http.middleware.AuthorizationHandler
 
intercept(Interceptor.Chain) - Method in class com.microsoft.kiota.http.middleware.ChaosHandler
 
intercept(Interceptor.Chain) - Method in class com.microsoft.kiota.http.middleware.HeadersInspectionHandler
intercept(Interceptor.Chain) - Method in class com.microsoft.kiota.http.middleware.ParametersNameDecodingHandler
intercept(Interceptor.Chain) - Method in class com.microsoft.kiota.http.middleware.RedirectHandler
 
intercept(Interceptor.Chain) - Method in class com.microsoft.kiota.http.middleware.RetryHandler
intercept(Interceptor.Chain) - Method in class com.microsoft.kiota.http.middleware.TelemetryHandler
intercept(Interceptor.Chain) - Method in class com.microsoft.kiota.http.middleware.UrlReplaceHandler
intercept(Interceptor.Chain) - Method in class com.microsoft.kiota.http.middleware.UserAgentHandler
isEnabled() - Method in class com.microsoft.kiota.http.middleware.options.UrlReplaceHandlerOption
Gets whether the handler is enabled or not.
IShouldRedirect - Interface in com.microsoft.kiota.http.middleware.options
Indicates whether a specific response redirect information should be followed
IShouldRetry - Interface in com.microsoft.kiota.http.middleware.options
Indicates whether a specific request should be retried

K

KiotaClientFactory - Class in com.microsoft.kiota.http
This class is used to build the HttpClient instance used by the core service.

M

MAX_DELAY - Static variable in class com.microsoft.kiota.http.middleware.options.RetryHandlerOption
Absolute maximum retry delay
MAX_REDIRECTS - Static variable in class com.microsoft.kiota.http.middleware.options.RedirectHandlerOption
The absolute maximum number of redirects that can be followed
MAX_RETRIES - Static variable in class com.microsoft.kiota.http.middleware.options.RetryHandlerOption
Absolute maximum number of retries
maxRedirects() - Method in class com.microsoft.kiota.http.middleware.options.RedirectHandlerOption
Gets the maximum number of redirects to follow.
maxRetries() - Method in class com.microsoft.kiota.http.middleware.options.RetryHandlerOption
Gets the maximum number of retries.
MSClientErrorCodeGatewayTimeout - Static variable in class com.microsoft.kiota.http.middleware.RetryHandler
Gateway timeout status code
MSClientErrorCodeServiceUnavailable - Static variable in class com.microsoft.kiota.http.middleware.RetryHandler
Service unavailable status code
MSClientErrorCodeTooManyRequests - Static variable in class com.microsoft.kiota.http.middleware.ChaosHandler
Too many requests status code
MSClientErrorCodeTooManyRequests - Static variable in class com.microsoft.kiota.http.middleware.RetryHandler
Too many requests status code

N

NETWORK_PROTOCOL_NAME - Static variable in class com.microsoft.kiota.http.TelemetrySemanticConventions
Network connection protocol version

O

ObservabilityOptions - Class in com.microsoft.kiota.http
Holds the tracing, metrics and logging configuration for the request adapter
ObservabilityOptions() - Constructor for class com.microsoft.kiota.http.ObservabilityOptions
Creates a new instance of the observability options
OkHttpRequestAdapter - Class in com.microsoft.kiota.http
RequestAdapter implementation for OkHttp
OkHttpRequestAdapter(AuthenticationProvider) - Constructor for class com.microsoft.kiota.http.OkHttpRequestAdapter
Instantiates a new OkHttp request adapter with the provided authentication provider.
OkHttpRequestAdapter(AuthenticationProvider, ParseNodeFactory) - Constructor for class com.microsoft.kiota.http.OkHttpRequestAdapter
Instantiates a new OkHttp request adapter with the provided authentication provider, and the parse node factory.
OkHttpRequestAdapter(AuthenticationProvider, ParseNodeFactory, SerializationWriterFactory) - Constructor for class com.microsoft.kiota.http.OkHttpRequestAdapter
Instantiates a new OkHttp request adapter with the provided authentication provider, parse node factory, and the serialization writer factory.
OkHttpRequestAdapter(AuthenticationProvider, ParseNodeFactory, SerializationWriterFactory, Call.Factory) - Constructor for class com.microsoft.kiota.http.OkHttpRequestAdapter
Instantiates a new OkHttp request adapter with the provided authentication provider, parse node factory, serialization writer factory, and the http client.
OkHttpRequestAdapter(AuthenticationProvider, ParseNodeFactory, SerializationWriterFactory, Call.Factory, ObservabilityOptions) - Constructor for class com.microsoft.kiota.http.OkHttpRequestAdapter
Instantiates a new OkHttp request adapter with the provided authentication provider, parse node factory, serialization writer factory, http client and observability options.

P

ParametersNameDecodingHandler - Class in com.microsoft.kiota.http.middleware
This handlers decodes special characters in the request query parameters that had to be encoded due to RFC 6570 restrictions names before executing the request.
ParametersNameDecodingHandler() - Constructor for class com.microsoft.kiota.http.middleware.ParametersNameDecodingHandler
Creates a new instance of the handler with default options
ParametersNameDecodingHandler(ParametersNameDecodingOption) - Constructor for class com.microsoft.kiota.http.middleware.ParametersNameDecodingHandler
Creates a new instance of the handler with the provided options
ParametersNameDecodingOption - Class in com.microsoft.kiota.http.middleware.options
The ParametersEncodingOption request class
ParametersNameDecodingOption() - Constructor for class com.microsoft.kiota.http.middleware.options.ParametersNameDecodingOption
Creates a new instance of the ParametersEncodingOption request class
parametersToDecode - Variable in class com.microsoft.kiota.http.middleware.options.ParametersNameDecodingOption
The list of characters to decode in the request query parameters names before executing the request

R

RedirectHandler - Class in com.microsoft.kiota.http.middleware
Middleware that determines whether a redirect information should be followed or not, and follows it if necessary.
RedirectHandler() - Constructor for class com.microsoft.kiota.http.middleware.RedirectHandler
Initialize using default redirect options, default IShouldRedirect and max redirect value
RedirectHandler(RedirectHandlerOption) - Constructor for class com.microsoft.kiota.http.middleware.RedirectHandler
Initialize using custom redirect options.
RedirectHandlerOption - Class in com.microsoft.kiota.http.middleware.options
Options to be passed to the redirect middleware.
RedirectHandlerOption() - Constructor for class com.microsoft.kiota.http.middleware.options.RedirectHandlerOption
Create default instance of redirect options, with default values of max redirects and should redirect
RedirectHandlerOption(int, IShouldRedirect) - Constructor for class com.microsoft.kiota.http.middleware.options.RedirectHandlerOption
Create an instance with provided values
replaceRequestUrl(Request, Map<String, String>) - Static method in class com.microsoft.kiota.http.middleware.UrlReplaceHandler
Replaces the url of the request using the replacement pairs provided.
RetryHandler - Class in com.microsoft.kiota.http.middleware
The middleware responsible for retrying requests when they fail because of transient issues
RetryHandler() - Constructor for class com.microsoft.kiota.http.middleware.RetryHandler
Initialize retry handler with default retry option
RetryHandler(RetryHandlerOption) - Constructor for class com.microsoft.kiota.http.middleware.RetryHandler
Initialize retry handler with retry option
RetryHandlerOption - Class in com.microsoft.kiota.http.middleware.options
The options to be passed to the retry middleware.
RetryHandlerOption() - Constructor for class com.microsoft.kiota.http.middleware.options.RetryHandlerOption
Create default instance of retry options, with default values of delay, max retries and shouldRetry callback.
RetryHandlerOption(IShouldRetry, int, long) - Constructor for class com.microsoft.kiota.http.middleware.options.RetryHandlerOption
Create an instance with provided values

S

send(RequestInformation, HashMap<String, ParsableFactory<? extends Parsable>>, ParsableFactory<ModelType>) - Method in class com.microsoft.kiota.http.OkHttpRequestAdapter
 
sendCollection(RequestInformation, HashMap<String, ParsableFactory<? extends Parsable>>, ParsableFactory<ModelType>) - Method in class com.microsoft.kiota.http.OkHttpRequestAdapter
 
sendEnum(RequestInformation, HashMap<String, ParsableFactory<? extends Parsable>>, ValuedEnumParser<ModelType>) - Method in class com.microsoft.kiota.http.OkHttpRequestAdapter
 
sendEnumCollection(RequestInformation, HashMap<String, ParsableFactory<? extends Parsable>>, ValuedEnumParser<ModelType>) - Method in class com.microsoft.kiota.http.OkHttpRequestAdapter
 
sendPrimitive(RequestInformation, HashMap<String, ParsableFactory<? extends Parsable>>, Class<ModelType>) - Method in class com.microsoft.kiota.http.OkHttpRequestAdapter
 
sendPrimitiveCollection(RequestInformation, HashMap<String, ParsableFactory<? extends Parsable>>, Class<ModelType>) - Method in class com.microsoft.kiota.http.OkHttpRequestAdapter
 
SERVER_ADDRESS - Static variable in class com.microsoft.kiota.http.TelemetrySemanticConventions
HTTP request destination server address
SERVER_PORT - Static variable in class com.microsoft.kiota.http.TelemetrySemanticConventions
HTTP request destination server port
setBaseUrl(String) - Method in class com.microsoft.kiota.http.OkHttpRequestAdapter
 
setEnabled(boolean) - Method in class com.microsoft.kiota.http.middleware.options.UserAgentHandlerOption
Sets whether the user agent handler is enabled
setIncludeEUIIAttributes(boolean) - Method in class com.microsoft.kiota.http.ObservabilityOptions
Sets whether to include attributes which could contains EUII information like URLs
setInspectRequestHeaders(boolean) - Method in class com.microsoft.kiota.http.middleware.options.HeadersInspectionOption
Sets whether to inspect request headers
setInspectResponseHeaders(boolean) - Method in class com.microsoft.kiota.http.middleware.options.HeadersInspectionOption
Sets whether to inspect response headers
setProductName(String) - Method in class com.microsoft.kiota.http.middleware.options.UserAgentHandlerOption
Sets the product name to be used in the user agent header
setProductVersion(String) - Method in class com.microsoft.kiota.http.middleware.options.UserAgentHandlerOption
Sets the product version to be used in the user agent header
setReplacementPairs(Map<String, String>) - Method in class com.microsoft.kiota.http.middleware.options.UrlReplaceHandlerOption
Sets the replacement pairs map.
setUrlReplaceHandlerOption(UrlReplaceHandlerOption) - Method in class com.microsoft.kiota.http.middleware.UrlReplaceHandler
Sets the UrlReplaceHandlerOption for the UrlReplaceHandler.
shouldRedirect() - Method in class com.microsoft.kiota.http.middleware.options.RedirectHandlerOption
Gets the callback evaluating whether a redirect should be followed.
shouldRedirect(Response) - Method in interface com.microsoft.kiota.http.middleware.options.IShouldRedirect
Determines whether to follow the redirect information
shouldRetry() - Method in class com.microsoft.kiota.http.middleware.options.RetryHandlerOption
Gets the callback evaluating whether a retry should be made.
shouldRetry(long, int, Request, Response) - Method in interface com.microsoft.kiota.http.middleware.options.IShouldRetry
Determines whether a specific request should be retried

T

telemetryConfigurator - Variable in class com.microsoft.kiota.http.middleware.options.TelemetryHandlerOption
A delegate which can be called to configure the Request with desired telemetry values.
TelemetryHandler - Class in com.microsoft.kiota.http.middleware
TelemetryHandler implementation using OkHttp3
TelemetryHandler() - Constructor for class com.microsoft.kiota.http.middleware.TelemetryHandler
TelemetryHandler no param constructor
TelemetryHandler(TelemetryHandlerOption) - Constructor for class com.microsoft.kiota.http.middleware.TelemetryHandler
TelemetryHandler constructor with passed in options.
TelemetryHandlerOption - Class in com.microsoft.kiota.http.middleware.options
TelemetryHandlerOption class
TelemetryHandlerOption() - Constructor for class com.microsoft.kiota.http.middleware.options.TelemetryHandlerOption
Creates a new instance of the TelemetryHandlerOption class
TelemetrySemanticConventions - Class in com.microsoft.kiota.http
This class contains the telemetry attribute keys used by this library.

U

URL_FULL - Static variable in class com.microsoft.kiota.http.TelemetrySemanticConventions
Full HTTP request URL
URL_SCHEME - Static variable in class com.microsoft.kiota.http.TelemetrySemanticConventions
HTTP request URL scheme
URL_TEMPLATE - Static variable in class com.microsoft.kiota.http.TelemetrySemanticConventions
Full HTTP request URL template
UrlReplaceHandler - Class in com.microsoft.kiota.http.middleware
A middleware to replace the url with the specified replacement pairs.
UrlReplaceHandler() - Constructor for class com.microsoft.kiota.http.middleware.UrlReplaceHandler
Instantiate a UrlReplaceHandler with default UrlReplaceHandlerOption.
UrlReplaceHandler(UrlReplaceHandlerOption) - Constructor for class com.microsoft.kiota.http.middleware.UrlReplaceHandler
Instantiate a UrlReplaceHandler with specified UrlReplaceHandlerOption
UrlReplaceHandlerOption - Class in com.microsoft.kiota.http.middleware.options
The options to be passed to the UrlReplaceHandler.
UrlReplaceHandlerOption() - Constructor for class com.microsoft.kiota.http.middleware.options.UrlReplaceHandlerOption
Instantiates a new UrlReplaceOption with an empty replacementPairs map and enabled set to true.
UrlReplaceHandlerOption(Map<String, String>) - Constructor for class com.microsoft.kiota.http.middleware.options.UrlReplaceHandlerOption
Instantiates a new UrlReplaceOption with the specified replacementPairs map and enabled set to true.
UrlReplaceHandlerOption(Map<String, String>, boolean) - Constructor for class com.microsoft.kiota.http.middleware.options.UrlReplaceHandlerOption
Instantiates a new UrlReplaceOption with the specified replacementPairs map and enabled set to the specified value.
UserAgentHandler - Class in com.microsoft.kiota.http.middleware
Adds the current library version as a product to the user agent header
UserAgentHandler() - Constructor for class com.microsoft.kiota.http.middleware.UserAgentHandler
Creates a new instance of the user agent handler with the default options
UserAgentHandler(UserAgentHandlerOption) - Constructor for class com.microsoft.kiota.http.middleware.UserAgentHandler
Creates a new instance of the user agent handler with the provided options
UserAgentHandlerOption - Class in com.microsoft.kiota.http.middleware.options
The options for the user agent handler
UserAgentHandlerOption() - Constructor for class com.microsoft.kiota.http.middleware.options.UserAgentHandlerOption
Creates a new instance of the user agent handler option
A C D E G H I K M N O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values