Skip navigation links
A C D G H I J L M N R S T U V 

A

addBatchRequestStep(MSBatchRequestStep) - Method in class com.microsoft.graph.content.MSBatchRequestContent
 
AUTH_HANDLER_ENABLED_FLAG - Static variable in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
 
authenticateRequest(Request) - Method in interface com.microsoft.graph.httpcore.ICoreAuthenticationProvider
Authenticates the request
AuthenticationHandler - Class in com.microsoft.graph.httpcore
 
AuthenticationHandler(ICoreAuthenticationProvider) - Constructor for class com.microsoft.graph.httpcore.AuthenticationHandler
 

C

CLIENT_REQUEST_ID - Static variable in class com.microsoft.graph.httpcore.TelemetryHandler
 
com.microsoft.graph.content - package com.microsoft.graph.content
 
com.microsoft.graph.httpcore - package com.microsoft.graph.httpcore
 
com.microsoft.graph.httpcore.middlewareoption - package com.microsoft.graph.httpcore.middlewareoption
 
createDefault(ICoreAuthenticationProvider) - Static method in class com.microsoft.graph.httpcore.HttpClients
Creates OkHttpClient instance with default configuration and provided authProvider
createFromInterceptors(Interceptor[]) - Static method in class com.microsoft.graph.httpcore.HttpClients
Creates OkHttpClient instance with interceptors
custom() - Static method in class com.microsoft.graph.httpcore.HttpClients
Creates builder object for construction of custom OkHttpClient instances.

D

DEFAULT_DELAY - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
 
DEFAULT_HTTPROVIDER_ENABLED_FLAG - Static variable in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
 
DEFAULT_MAX_REDIRECTS - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RedirectOptions
 
DEFAULT_MAX_RETRIES - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
 
DEFAULT_SHOULD_REDIRECT - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RedirectOptions
 
DEFAULT_SHOULD_RETRY - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
 
delay() - Method in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
 

G

getArrayOfDependsOnIds() - Method in class com.microsoft.graph.content.MSBatchRequestStep
 
getBatchRequestContent() - Method in class com.microsoft.graph.content.MSBatchRequestContent
 
getClientRequestId() - Method in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
 
getFeatureUsage() - Method in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
 
getRequest() - Method in class com.microsoft.graph.content.MSBatchRequestStep
 
getRequestId() - Method in class com.microsoft.graph.content.MSBatchRequestStep
 
getResponseById(String) - Method in class com.microsoft.graph.content.MSBatchResponseContent
 
getResponses() - Method in class com.microsoft.graph.content.MSBatchResponseContent
Get map of id and responses
getResponsesIterator() - Method in class com.microsoft.graph.content.MSBatchResponseContent
Get iterator over the responses
GRAPH_VERSION_PREFIX - Static variable in class com.microsoft.graph.httpcore.TelemetryHandler
 

H

HttpClients - Class in com.microsoft.graph.httpcore
 

I

ICoreAuthenticationProvider - Interface in com.microsoft.graph.httpcore
 
IMiddlewareControl - Interface in com.microsoft.graph.httpcore.middlewareoption
 
intercept(Interceptor.Chain) - Method in class com.microsoft.graph.httpcore.AuthenticationHandler
 
intercept(Interceptor.Chain) - Method in class com.microsoft.graph.httpcore.RedirectHandler
 
intercept(Interceptor.Chain) - Method in class com.microsoft.graph.httpcore.RetryHandler
 
intercept(Interceptor.Chain) - Method in class com.microsoft.graph.httpcore.TelemetryHandler
 
IShouldRedirect - Interface in com.microsoft.graph.httpcore.middlewareoption
 
IShouldRetry - Interface in com.microsoft.graph.httpcore.middlewareoption
 

J

JAVA_VERSION_PREFIX - Static variable in class com.microsoft.graph.httpcore.TelemetryHandler
 

L

LOGGING_HANDLER_ENABLED_FLAG - Static variable in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
 

M

MAX_DELAY - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
 
MAX_NUMBER_OF_REQUESTS - Static variable in class com.microsoft.graph.content.MSBatchRequestContent
 
MAX_REDIRECTS - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RedirectOptions
 
MAX_RETRIES - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
 
maxRedirects() - Method in class com.microsoft.graph.httpcore.middlewareoption.RedirectOptions
 
maxRetries() - Method in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
 
MIDDLEWARE_TYPE - Variable in class com.microsoft.graph.httpcore.AuthenticationHandler
 
MIDDLEWARE_TYPE - Variable in class com.microsoft.graph.httpcore.RedirectHandler
 
MIDDLEWARE_TYPE - Variable in class com.microsoft.graph.httpcore.RetryHandler
 
MiddlewareType - Enum in com.microsoft.graph.httpcore.middlewareoption
 
MSBatchRequestContent - Class in com.microsoft.graph.content
 
MSBatchRequestContent(List<MSBatchRequestStep>) - Constructor for class com.microsoft.graph.content.MSBatchRequestContent
 
MSBatchRequestContent() - Constructor for class com.microsoft.graph.content.MSBatchRequestContent
 
MSBatchRequestStep - Class in com.microsoft.graph.content
 
MSBatchRequestStep(String, Request, List<String>) - Constructor for class com.microsoft.graph.content.MSBatchRequestStep
 
MSBatchResponseContent - Class in com.microsoft.graph.content
 
MSBatchResponseContent(Response) - Constructor for class com.microsoft.graph.content.MSBatchResponseContent
 
MSClientErrorCodeGatewayTimeout - Static variable in class com.microsoft.graph.httpcore.RetryHandler
 
MSClientErrorCodeServiceUnavailable - Static variable in class com.microsoft.graph.httpcore.RetryHandler
 
MSClientErrorCodeTooManyRequests - Static variable in class com.microsoft.graph.httpcore.RetryHandler
 

N

nextLink() - Method in class com.microsoft.graph.content.MSBatchResponseContent
 
NONE_FLAG - Static variable in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
 

R

REDIRECT_HANDLER_ENABLED_FLAG - Static variable in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
 
RedirectHandler - Class in com.microsoft.graph.httpcore
 
RedirectHandler() - Constructor for class com.microsoft.graph.httpcore.RedirectHandler
 
RedirectHandler(RedirectOptions) - Constructor for class com.microsoft.graph.httpcore.RedirectHandler
 
RedirectOptions - Class in com.microsoft.graph.httpcore.middlewareoption
 
RedirectOptions() - Constructor for class com.microsoft.graph.httpcore.middlewareoption.RedirectOptions
 
RedirectOptions(int, IShouldRedirect) - Constructor for class com.microsoft.graph.httpcore.middlewareoption.RedirectOptions
 
removeBatchRequestStepWithId(String) - Method in class com.microsoft.graph.content.MSBatchRequestContent
 
RETRY_HANDLER_ENABLED_FLAG - Static variable in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
 
RetryHandler - Class in com.microsoft.graph.httpcore
 
RetryHandler(RetryOptions) - Constructor for class com.microsoft.graph.httpcore.RetryHandler
 
RetryHandler() - Constructor for class com.microsoft.graph.httpcore.RetryHandler
 
RetryOptions - Class in com.microsoft.graph.httpcore.middlewareoption
 
RetryOptions() - Constructor for class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
 
RetryOptions(IShouldRetry, int, long) - Constructor for class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
 

S

SDK_VERSION - Static variable in class com.microsoft.graph.httpcore.TelemetryHandler
 
setClientRequestId(String) - Method in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
 
setFeatureUsage(int) - Method in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
 
shouldRedirect(Response) - Method in interface com.microsoft.graph.httpcore.middlewareoption.IShouldRedirect
 
shouldRedirect() - Method in class com.microsoft.graph.httpcore.middlewareoption.RedirectOptions
 
shouldRetry(long, int, Request, Response) - Method in interface com.microsoft.graph.httpcore.middlewareoption.IShouldRetry
 
shouldRetry() - Method in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
 

T

TelemetryHandler - Class in com.microsoft.graph.httpcore
 
TelemetryHandler() - Constructor for class com.microsoft.graph.httpcore.TelemetryHandler
 
TelemetryOptions - Class in com.microsoft.graph.httpcore.middlewareoption
 
TelemetryOptions() - Constructor for class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
 

U

update(Response) - Method in class com.microsoft.graph.content.MSBatchResponseContent
 

V

valueOf(String) - Static method in enum com.microsoft.graph.httpcore.middlewareoption.MiddlewareType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.graph.httpcore.middlewareoption.MiddlewareType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class com.microsoft.graph.httpcore.TelemetryHandler
 
A C D G H I J L M N R S T U V 
Skip navigation links