Index

A B C D E F G H I J L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACCESS_DENIED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
The collar doesn't have permission to perform the action
ACCESS_RESTRICTED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
No description available
ACTIVITY_LIMIT_REACHED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
The app or user has been throttled
addBatchRequestStep(IHttpRequest) - Method in class com.microsoft.graph.content.BatchRequestContent
Adds a request as a step to the current batch.
addBatchRequestStep(IHttpRequest, HttpMethod) - Method in class com.microsoft.graph.content.BatchRequestContent
Adds a request as a step to the current batch
addBatchRequestStep(IHttpRequest, HttpMethod, T) - Method in class com.microsoft.graph.content.BatchRequestContent
Adds a request as a step to the current batch
addBatchRequestStep(IHttpRequest, HttpMethod, T, String...) - Method in class com.microsoft.graph.content.BatchRequestContent
Adds a request as a step to the current batch
addCountOption(boolean) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Adds the count query string value for the request
addCountOption(boolean) - Method in class com.microsoft.graph.http.BaseRequest
Adds the count query string value for the request
addDeltaTokenOption(String, String) - Method in class com.microsoft.graph.http.BaseDeltaCollectionRequest
Adds the delta token query string value for the request
addExpandOption(String) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Sets the expand clause for the request
addExpandOption(String) - Method in class com.microsoft.graph.http.BaseRequest
Sets the expand clause for the request
addFilePart(String, String, File) - Method in class com.microsoft.graph.core.Multipart
Add a file part to the multipart body
addFilterOption(String) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Sets the filter clause for the request
addFilterOption(String) - Method in class com.microsoft.graph.http.BaseRequest
Sets the filter clause for the request
addFormData(String, String, byte[]) - Method in class com.microsoft.graph.core.Multipart
Add a part to the multipart body
addFunctionOption(FunctionOption) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Adds a query option
addFunctionOption(FunctionOption) - Method in class com.microsoft.graph.http.BaseRequest
Adds a function option
addHeader(String, String) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Adds a header to this request
addHeader(String, String) - Method in class com.microsoft.graph.http.BaseRequest
Adds a header to this request
addHeader(String, String) - Method in class com.microsoft.graph.http.BaseStreamRequest
Adds a header to this request
addHeader(String, String) - Method in interface com.microsoft.graph.http.IHttpRequest
Adds a header to this request
addHtmlPart(String, byte[]) - Method in class com.microsoft.graph.core.Multipart
Add an HTML part to the multipart body
additionalDataManager() - Method in class com.microsoft.graph.http.BaseCollectionPage
 
additionalDataManager() - Method in class com.microsoft.graph.http.BaseCollectionResponse
 
additionalDataManager() - Method in class com.microsoft.graph.http.GraphErrorResponse
 
additionalDataManager() - Method in class com.microsoft.graph.http.ReferenceRequestBody
 
additionalDataManager() - Method in interface com.microsoft.graph.serializer.IJsonBackedObject
Provides access to objects not anticipated in the model, as well as request and response data from the HTTP call
AdditionalDataManager - Class in com.microsoft.graph.serializer
Holds additional properties that are not part of the default object's schema
AdditionalDataManager(IJsonBackedObject) - Constructor for class com.microsoft.graph.serializer.AdditionalDataManager
Instanciates a new additional data manager from the json backed object
addOrderByOption(String) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Sets the order by clause for the request
addOrderByOption(String) - Method in class com.microsoft.graph.http.BaseRequest
Sets the order by clause for the request
addPart(String, byte[]) - Method in class com.microsoft.graph.core.Multipart
Add a part to the multipart body
addPart(Map<String, String>, byte[]) - Method in class com.microsoft.graph.core.Multipart
Add a part to the multipart body
addQueryOption(QueryOption) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Adds a query option
addQueryOption(QueryOption) - Method in class com.microsoft.graph.http.BaseRequest
Adds a query option
addSelectOption(String) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Sets the select clause for the request
addSelectOption(String) - Method in class com.microsoft.graph.http.BaseRequest
Sets the select clause for the request
addSkipOption(int) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Sets the skip value for the request
addSkipOption(int) - Method in class com.microsoft.graph.http.BaseRequest
Sets the skip value for the request
addSkipTokenOption(String) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Add Skip token for pagination
addSkipTokenOption(String) - Method in class com.microsoft.graph.http.BaseRequest
Add Skip token for pagination
addTopOption(int) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Sets the top value for the request
addTopOption(int) - Method in class com.microsoft.graph.http.BaseRequest
Sets the top value for the request
ANDROID_VERSION_PREFIX - Static variable in class com.microsoft.graph.httpcore.TelemetryHandler
Android version prefix
ASYNC_TASK_FAILED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
No description available
ASYNC_TASK_NOT_COMPLETED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
No description available
AUTH_HANDLER_ENABLED_FLAG - Static variable in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
Authentication handler enabled
AUTHENTICATION - Enum constant in enum class com.microsoft.graph.httpcore.middlewareoption.MiddlewareType
Authentication Middleware
AUTHENTICATION_CANCELLED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
No description available
AUTHENTICATION_FAILURE - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
No description available
AuthenticationHandler - Class in com.microsoft.graph.httpcore
Interceptor responsible for injecting the token in the request headers
AuthenticationHandler(IAuthenticationProvider) - Constructor for class com.microsoft.graph.httpcore.AuthenticationHandler
Initialize a the handler with a authentication provider
authenticationProvider(IAuthenticationProvider) - Method in class com.microsoft.graph.core.BaseClient.Builder
Sets the authentication provider
AUTHORIZATION_HEADER - Static variable in class com.microsoft.graph.httpcore.AuthenticationHandler
The authorization request header name
AUTHORIZATION_REQUEST_DENIED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Access restricted to the item's owner.

B

BaseActionCollectionRequest<T,T2 extends ICollectionResponse<T>,T3 extends BaseCollectionPage<T,? extends BaseRequestBuilder<T>>> - Class in com.microsoft.graph.http
A request against a collection bound action
BaseActionCollectionRequest(String, IBaseClient<?>, List<? extends Option>, Class<T2>, Class<T3>, Class<? extends BaseCollectionRequestBuilder<T, ? extends BaseRequestBuilder<T>, T2, T3, ? extends BaseCollectionRequest<T, T2, T3>>>) - Constructor for class com.microsoft.graph.http.BaseActionCollectionRequest
Create the collection request
BaseActionCollectionRequestBuilder<T,T2 extends BaseRequestBuilder<T>,T3 extends ICollectionResponse<T>,T4 extends BaseCollectionPage<T,? extends BaseRequestBuilder<T>>,T5 extends BaseCollectionRequest<T,T3,T4>> - Class in com.microsoft.graph.http
The base method request builder class used for POST actions
BaseActionCollectionRequestBuilder(String, IBaseClient<?>, List<? extends Option>, Class<T2>, Class<T5>) - Constructor for class com.microsoft.graph.http.BaseActionCollectionRequestBuilder
BaseActionRequestBuilder<T> - Class in com.microsoft.graph.http
The base method request builder class used for POST actions
BaseActionRequestBuilder(String, IBaseClient<?>, List<? extends Option>) - Constructor for class com.microsoft.graph.http.BaseActionRequestBuilder
Constructs a new BaseActionRequestBuilder
BaseAuthenticationProvider - Class in com.microsoft.graph.authentication
Provides basic common methods for all authentication providers
BaseAuthenticationProvider() - Constructor for class com.microsoft.graph.authentication.BaseAuthenticationProvider
 
BaseClient<nativeRequestType> - Class in com.microsoft.graph.core
A client that communications with an OData service
BaseClient() - Constructor for class com.microsoft.graph.core.BaseClient
Restricted constructor
BaseClient.Builder<httpClientType,nativeRequestType> - Class in com.microsoft.graph.core
Builder to help configure the Graph service client
BaseCollectionPage<T,T2 extends BaseRequestBuilder<T>> - Class in com.microsoft.graph.http
A page of results from a collection
BaseCollectionPage(ICollectionResponse<T>, T2) - Constructor for class com.microsoft.graph.http.BaseCollectionPage
A collection page for WorkforceIntegration
BaseCollectionPage(List<T>, T2) - Constructor for class com.microsoft.graph.http.BaseCollectionPage
Creates the collection page
BaseCollectionPage(List<T>, T2, AdditionalDataManager) - Constructor for class com.microsoft.graph.http.BaseCollectionPage
Creates the collection page
BaseCollectionReferenceRequestBuilder<T,T2 extends BaseRequestBuilder<T>,T3 extends ICollectionResponse<T>,T4 extends BaseCollectionPage<T,? extends BaseRequestBuilder<T>>,T5 extends BaseEntityCollectionRequest<T,T3,T4>> - Class in com.microsoft.graph.http
A request builder
BaseCollectionReferenceRequestBuilder(String, IBaseClient<?>, List<? extends Option>, Class<T2>, Class<T5>) - Constructor for class com.microsoft.graph.http.BaseCollectionReferenceRequestBuilder
The request builder for this collection
BaseCollectionRequest<T,T2 extends ICollectionResponse<T>,T3 extends BaseCollectionPage<T,? extends BaseRequestBuilder<T>>> - Class in com.microsoft.graph.http
A request against a collection
BaseCollectionRequest(String, IBaseClient<?>, List<? extends Option>, Class<T2>, Class<T3>, Class<? extends BaseCollectionRequestBuilder<T, ? extends BaseRequestBuilder<T>, T2, T3, ? extends BaseCollectionRequest<T, T2, T3>>>) - Constructor for class com.microsoft.graph.http.BaseCollectionRequest
Create the collection request
BaseCollectionRequestBuilder<T,T2 extends BaseRequestBuilder<T>,T3 extends ICollectionResponse<T>,T4 extends BaseCollectionPage<T,? extends BaseRequestBuilder<T>>,T5 extends BaseCollectionRequest<T,T3,T4>> - Class in com.microsoft.graph.http
The basic implementation of a collection request builder
BaseCollectionRequestBuilder(String, IBaseClient<?>, List<? extends Option>, Class<T2>, Class<T5>) - Constructor for class com.microsoft.graph.http.BaseCollectionRequestBuilder
The request builder for this collection of ServicePrincipal
BaseCollectionResponse<T> - Class in com.microsoft.graph.http
The basic collection response implementation
BaseCollectionResponse() - Constructor for class com.microsoft.graph.http.BaseCollectionResponse
 
BaseCollectionWithReferencesRequest<T,T2 extends BaseWithReferenceRequest<T>,T3 extends BaseReferenceRequestBuilder<T,? extends BaseReferenceRequest<T>>,T4 extends BaseWithReferenceRequestBuilder<T,T2,T3>,T5 extends ICollectionResponse<T>,T6 extends BaseCollectionPage<T,? extends BaseRequestBuilder<T>>,T7 extends BaseEntityCollectionRequest<T,T5,T6>> - Class in com.microsoft.graph.http
An HTTP request.
BaseCollectionWithReferencesRequest(String, IBaseClient<?>, List<? extends Option>, Class<T5>, Class<T6>, Class<? extends BaseCollectionWithReferencesRequestBuilder<T, T2, T3, T4, T5, T6, ? extends BaseCollectionWithReferencesRequest<T, T2, T3, T4, T5, T6, T7>, ? extends BaseCollectionReferenceRequestBuilder<T, T3, T5, T6, ? extends BaseCollectionWithReferencesRequest<T, T2, T3, T4, T5, T6, T7>>>>) - Constructor for class com.microsoft.graph.http.BaseCollectionWithReferencesRequest
The request builder for this collection of User
BaseCollectionWithReferencesRequestBuilder<T,T2 extends BaseWithReferenceRequest<T>,T3 extends BaseReferenceRequestBuilder<T,? extends BaseReferenceRequest<T>>,T4 extends BaseWithReferenceRequestBuilder<T,T2,T3>,T5 extends ICollectionResponse<T>,T6 extends BaseCollectionPage<T,? extends BaseRequestBuilder<T>>,T7 extends BaseCollectionWithReferencesRequest<T,T2,T3,T4,T5,T6,? extends BaseEntityCollectionRequest<T,T5,T6>>,T8 extends BaseCollectionReferenceRequestBuilder<T,T3,T5,T6,T7>> - Class in com.microsoft.graph.http
A request builder
BaseCollectionWithReferencesRequestBuilder(String, IBaseClient<?>, List<? extends Option>, Class<T3>, Class<T7>, Class<T8>) - Constructor for class com.microsoft.graph.http.BaseCollectionWithReferencesRequestBuilder
The request builder for this collection
BaseDeltaCollectionRequest<T,T2 extends ICollectionResponse<T>,T3 extends BaseCollectionPage<T,? extends BaseRequestBuilder<T>>> - Class in com.microsoft.graph.http
A request against a collection bound function
BaseDeltaCollectionRequest(String, IBaseClient<?>, List<? extends Option>, Class<T2>, Class<T3>, Class<? extends BaseCollectionRequestBuilder<T, ? extends BaseRequestBuilder<T>, T2, T3, ? extends BaseCollectionRequest<T, T2, T3>>>) - Constructor for class com.microsoft.graph.http.BaseDeltaCollectionRequest
Create the collection request
BaseEntityCollectionRequest<T,T2 extends ICollectionResponse<T>,T3 extends BaseCollectionPage<T,? extends BaseRequestBuilder<T>>> - Class in com.microsoft.graph.http
A request against a collection
BaseEntityCollectionRequest(String, IBaseClient<?>, List<? extends Option>, Class<T2>, Class<T3>, Class<? extends BaseCollectionRequestBuilder<T, ? extends BaseRequestBuilder<T>, T2, T3, ? extends BaseCollectionRequest<T, T2, T3>>>) - Constructor for class com.microsoft.graph.http.BaseEntityCollectionRequest
Create the collection request
BaseFunctionCollectionRequest<T,T2 extends ICollectionResponse<T>,T3 extends BaseCollectionPage<T,? extends BaseRequestBuilder<T>>> - Class in com.microsoft.graph.http
A request against a collection bound function
BaseFunctionCollectionRequest(String, IBaseClient<?>, List<? extends Option>, Class<T2>, Class<T3>, Class<? extends BaseCollectionRequestBuilder<T, ? extends BaseRequestBuilder<T>, T2, T3, ? extends BaseCollectionRequest<T, T2, T3>>>) - Constructor for class com.microsoft.graph.http.BaseFunctionCollectionRequest
Create the collection request
BaseFunctionCollectionRequestBuilder<T,T2 extends BaseRequestBuilder<T>,T3 extends ICollectionResponse<T>,T4 extends BaseCollectionPage<T,? extends BaseRequestBuilder<T>>,T5 extends BaseCollectionRequest<T,T3,T4>> - Class in com.microsoft.graph.http
The base method request builder class
BaseFunctionCollectionRequestBuilder(String, IBaseClient<?>, List<? extends Option>, Class<T2>, Class<T5>) - Constructor for class com.microsoft.graph.http.BaseFunctionCollectionRequestBuilder
BaseFunctionRequestBuilder<T> - Class in com.microsoft.graph.http
The base method request builder class
BaseFunctionRequestBuilder(String, IBaseClient<?>, List<? extends Option>) - Constructor for class com.microsoft.graph.http.BaseFunctionRequestBuilder
BaseReferenceRequest<T> - Class in com.microsoft.graph.http
An HTTP request.
BaseReferenceRequest(String, IBaseClient<?>, List<? extends Option>, Class<T>) - Constructor for class com.microsoft.graph.http.BaseReferenceRequest
The request for reference
BaseReferenceRequestBuilder<T,T2 extends BaseReferenceRequest<T>> - Class in com.microsoft.graph.http
A request builder
BaseReferenceRequestBuilder(String, IBaseClient<?>, List<? extends Option>, Class<T2>) - Constructor for class com.microsoft.graph.http.BaseReferenceRequestBuilder
The request builder for the User
BaseRequest<T> - Class in com.microsoft.graph.http
An HTTP request.
BaseRequest(String, IBaseClient<?>, List<? extends Option>, Class<? extends T>) - Constructor for class com.microsoft.graph.http.BaseRequest
Creates the request
BaseRequestBuilder<T> - Class in com.microsoft.graph.http
A request builder
BaseRequestBuilder(String, IBaseClient<?>, List<? extends Option>) - Constructor for class com.microsoft.graph.http.BaseRequestBuilder
Creates the request builder
BaseStreamRequest<T> - Class in com.microsoft.graph.http
A request for a binary stream
BaseStreamRequest(String, IBaseClient<?>, List<? extends Option>, Class<T>) - Constructor for class com.microsoft.graph.http.BaseStreamRequest
Creates the stream request.
BaseVoidActionCollectionRequest<T,T2 extends ICollectionResponse<T>,T3 extends BaseCollectionPage<T,? extends BaseRequestBuilder<T>>> - Class in com.microsoft.graph.http
A request against a collection bound action
BaseVoidActionCollectionRequest(String, IBaseClient<?>, List<? extends Option>, Class<T2>, Class<T3>, Class<? extends BaseCollectionRequestBuilder<T, ? extends BaseRequestBuilder<T>, T2, T3, ? extends BaseCollectionRequest<T, T2, T3>>>) - Constructor for class com.microsoft.graph.http.BaseVoidActionCollectionRequest
Create the collection request
BaseWithReferenceRequest<T> - Class in com.microsoft.graph.http
An HTTP request.
BaseWithReferenceRequest(String, IBaseClient<?>, List<? extends Option>, Class<T>) - Constructor for class com.microsoft.graph.http.BaseWithReferenceRequest
The request for the entity
BaseWithReferenceRequestBuilder<T,T2 extends BaseWithReferenceRequest<T>,T3 extends BaseReferenceRequestBuilder<T,? extends BaseReferenceRequest<T>>> - Class in com.microsoft.graph.http
A request builder
BaseWithReferenceRequestBuilder(String, IBaseClient<?>, List<? extends Option>, Class<T2>, Class<T3>) - Constructor for class com.microsoft.graph.http.BaseWithReferenceRequestBuilder
The request builder for the User
batch() - Method in class com.microsoft.graph.core.BaseClient
Get the batch request builder.
batch() - Method in interface com.microsoft.graph.core.IBaseClient
Get the batch request builder.
BatchRequest - Class in com.microsoft.graph.content
Request for batch requests
BatchRequest(String, IBaseClient<?>, List<? extends Option>) - Constructor for class com.microsoft.graph.content.BatchRequest
Instantiates a new batch request
BatchRequestBuilder - Class in com.microsoft.graph.content
Request builder for batch requests
BatchRequestBuilder(String, IBaseClient<?>, List<? extends Option>) - Constructor for class com.microsoft.graph.content.BatchRequestBuilder
Instantiates a new batch request builder
BatchRequestContent - Class in com.microsoft.graph.content
Respresents the content of a JSON batch request
BatchRequestContent() - Constructor for class com.microsoft.graph.content.BatchRequestContent
 
BatchRequestStep<T> - Class in com.microsoft.graph.content
the http request for the batch step
BatchRequestStep() - Constructor for class com.microsoft.graph.content.BatchRequestStep
 
BatchResponseContent - Class in com.microsoft.graph.content
Respresents the result of a JSON batch request
BatchResponseContent() - Constructor for class com.microsoft.graph.content.BatchResponseContent
 
BatchResponseStep<T> - Class in com.microsoft.graph.content
Response for the batch step
BatchResponseStep() - Constructor for class com.microsoft.graph.content.BatchResponseStep
 
BatchStep<T> - Class in com.microsoft.graph.content
Common abstractions between batch request steps and batch response steps
BatchStep() - Constructor for class com.microsoft.graph.content.BatchStep
 
BEARER - Static variable in class com.microsoft.graph.httpcore.AuthenticationHandler
The bearer value for the authorization request header, contains a space
body - Variable in class com.microsoft.graph.content.BatchStep
The body of request/response for the step
buildClient() - Method in class com.microsoft.graph.core.BaseClient.Builder
Builds and returns the Graph service client.
buildClient(ClientType) - Method in class com.microsoft.graph.core.BaseClient.Builder
Builds and returns the Graph service client.
builder() - Static method in class com.microsoft.graph.core.BaseClient
Gets the builder to start configuring the client
builder(Class<nativeClient>, Class<nativeRequest>) - Static method in class com.microsoft.graph.core.BaseClient
Gets the builder to start configuring the client
Builder() - Constructor for class com.microsoft.graph.core.BaseClient.Builder
 
buildFromResponse(T2) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Deserializes the collection from the response object
buildRequest(Option...) - Method in class com.microsoft.graph.content.BatchRequestBuilder
Creates the request
buildRequest(Option...) - Method in class com.microsoft.graph.core.CustomRequestBuilder
Builds the request to be executed
buildRequest(Option...) - Method in class com.microsoft.graph.http.BaseCollectionRequestBuilder
Creates the request
buildRequest(Option...) - Method in class com.microsoft.graph.http.BaseReferenceRequestBuilder
Creates the request
buildRequest(Option...) - Method in class com.microsoft.graph.http.BaseWithReferenceRequestBuilder
Creates the request
buildRequest(Option...) - Method in class com.microsoft.graph.http.PrimitiveRequestBuilder
Creates the request
buildRequest(List<? extends Option>) - Method in class com.microsoft.graph.content.BatchRequestBuilder
Creates the request
buildRequest(List<? extends Option>) - Method in class com.microsoft.graph.core.CustomRequestBuilder
Builds the request to be executed
buildRequest(List<? extends Option>) - Method in class com.microsoft.graph.http.BaseCollectionRequestBuilder
Creates the request
buildRequest(List<? extends Option>) - Method in class com.microsoft.graph.http.BaseReferenceRequestBuilder
Creates the request with specific requestOptions instead of the existing requestOptions
buildRequest(List<? extends Option>) - Method in class com.microsoft.graph.http.BaseWithReferenceRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest(List<? extends Option>) - Method in class com.microsoft.graph.http.PrimitiveRequestBuilder
Creates the request with specific requestOptions instead of the existing requestOptions
byId(String) - Method in class com.microsoft.graph.http.BaseCollectionRequestBuilder
Gets a builder to request an item within a collection
ByteArraySerializer - Class in com.microsoft.graph.serializer
Serializer for byte[]s

C

CANNOT_SNAPSHOT_TREE - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Failed to get a consistent delta snapshot.
ChaosHttpHandler - Class in com.microsoft.graph.httpcore
DO NOT USE IN PRODUCTION interceptor that randomly fails the responses for unit testing purposes
ChaosHttpHandler() - Constructor for class com.microsoft.graph.httpcore.ChaosHttpHandler
 
CHILD_ITEM_COUNT_EXCEEDED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Max limit on the number of child items was reached.
CLIENT_REQUEST_ID - Static variable in class com.microsoft.graph.httpcore.TelemetryHandler
The client request ID header
ClientException - Exception Class in com.microsoft.graph.core
An exception from the client.
ClientException(String, Throwable) - Constructor for exception class com.microsoft.graph.core.ClientException
Creates the client exception
code - Variable in class com.microsoft.graph.http.GraphError
The error code
code - Variable in class com.microsoft.graph.http.GraphInnerError
The error code
CollectionPageSerializer - Class in com.microsoft.graph.serializer
Specialized serializer to handle collection pages
CollectionResponseDeserializer - Class in com.microsoft.graph.serializer
Specialized de-serializer to handle collection responses
com.microsoft.graph.authentication - package com.microsoft.graph.authentication
 
com.microsoft.graph.content - package com.microsoft.graph.content
 
com.microsoft.graph.core - package com.microsoft.graph.core
 
com.microsoft.graph.http - package com.microsoft.graph.http
 
com.microsoft.graph.httpcore - package com.microsoft.graph.httpcore
 
com.microsoft.graph.httpcore.middlewareoption - package com.microsoft.graph.httpcore.middlewareoption
 
com.microsoft.graph.logger - package com.microsoft.graph.logger
 
com.microsoft.graph.options - package com.microsoft.graph.options
 
com.microsoft.graph.serializer - package com.microsoft.graph.serializer
 
com.microsoft.graph.tasks - package com.microsoft.graph.tasks
 
content() - Method in class com.microsoft.graph.core.Multipart
Returns a full multipart body byte array
copy() - Method in class com.microsoft.graph.http.GraphError
Makes a deep copy of this GraphError
copy() - Method in class com.microsoft.graph.http.GraphErrorResponse
Make and return a deep copy of this GraphErrorResponse.
copy() - Method in class com.microsoft.graph.http.GraphInnerError
Make a deep copy this GraphInnerError, this includes all it's subsequent InnerError's.
CoreHttpProvider - Class in com.microsoft.graph.http
HTTP provider based off of OkHttp and msgraph-sdk-java-core library
CoreHttpProvider(ISerializer, ILogger, OkHttpClient) - Constructor for class com.microsoft.graph.http.CoreHttpProvider
Creates the CoreHttpProvider
create(Gson, TypeToken<T>) - Method in class com.microsoft.graph.serializer.FallbackTypeAdapterFactory
 
create(String, IBaseClient<?>, List<? extends Option>) - Static method in class com.microsoft.graph.http.CustomRequest
Creates a custom requests to be executed against the service
createContentHeaderValue(String, Map<String, String>) - Static method in class com.microsoft.graph.core.Multipart
Create content headers value and parameter
createDefault(IAuthenticationProvider) - 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
createFromResponse(IHttpRequest, T, ISerializer, Response, ILogger) - Static method in exception class com.microsoft.graph.http.GraphServiceException
Creates a Graph service exception from a given failed HTTP request
createFromResponse(String, String, List<String>, String, Map<String, String>, String, int, GraphErrorResponse, boolean) - Static method in exception class com.microsoft.graph.http.GraphServiceException
Creates a Graph service exception.
custom() - Static method in class com.microsoft.graph.httpcore.HttpClients
Creates builder object for construction of custom OkHttpClient instances.
customRequest(String) - Method in class com.microsoft.graph.core.BaseClient
Send a custom request to Graph
customRequest(String) - Method in interface com.microsoft.graph.core.IBaseClient
Gets a builder to execute a custom request with a generic JSONObject response
customRequest(String, Class<T>) - Method in class com.microsoft.graph.core.BaseClient
Send a custom request to Graph
customRequest(String, Class<T>) - Method in interface com.microsoft.graph.core.IBaseClient
Gets a builder to execute a custom request
CustomRequest<T> - Class in com.microsoft.graph.http
Respresents a custom request to be executed against the service
CustomRequest(String, IBaseClient<?>, List<? extends Option>, Class<T>) - Constructor for class com.microsoft.graph.http.CustomRequest
Instanciates a custom requests to be executed against the service
CustomRequestBuilder<T> - Class in com.microsoft.graph.core
The class for the CustomRequestBuilder If the provided URL is malformed, the ClientException will contain a MalformedURLException
CustomRequestBuilder(String, IBaseClient<?>, List<? extends Option>, Class<T>) - Constructor for class com.microsoft.graph.core.CustomRequestBuilder
Instanciates a new custom request builder

D

DateOnly - Class in com.microsoft.graph.core
A timezone-nonspecific date
DateOnly(int, int, int) - Constructor for class com.microsoft.graph.core.DateOnly
Constructs a timezone-nonspecific DateOnly
DEBUG - Enum constant in enum class com.microsoft.graph.logger.LoggerLevel
Log debug information
debugMessage - Variable in class com.microsoft.graph.http.GraphInnerError
The debug message
DEFAULT_DELAY - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
Default retry delay
DEFAULT_GRAPH_ENDPOINT - Static variable in class com.microsoft.graph.core.BaseClient
The default endpoint for the Microsoft Graph Service
DEFAULT_HTTPROVIDER_ENABLED_FLAG - Static variable in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
Default http provider enabled
DEFAULT_MAX_REDIRECTS - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RedirectOptions
The default maximum number of redirects to follow
DEFAULT_MAX_RETRIES - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
Default maximum number of retries
DEFAULT_SHOULD_REDIRECT - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RedirectOptions
Default redirect evaluation, always follow redirect information.
DEFAULT_SHOULD_RETRY - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
Default retry evaluation, always retry.
DefaultLogger - Class in com.microsoft.graph.logger
The default logger for the service client
DefaultLogger() - Constructor for class com.microsoft.graph.logger.DefaultLogger
 
DefaultSerializer - Class in com.microsoft.graph.serializer
The default serializer implementation for the SDK
DefaultSerializer(ILogger) - Constructor for class com.microsoft.graph.serializer.DefaultSerializer
Creates a DefaultSerializer
DefaultSerializer(ILogger, boolean) - Constructor for class com.microsoft.graph.serializer.DefaultSerializer
Creates a DefaultSerializer with an option to enable serializing of the null values.
delay() - Method in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
 
delete() - Method in class com.microsoft.graph.http.BaseReferenceRequest
Deletes the entity
delete() - Method in class com.microsoft.graph.http.BaseWithReferenceRequest
Deletes the entity
delete() - Method in class com.microsoft.graph.http.CustomRequest
Delete this item from the service
DELETE - Enum constant in enum class com.microsoft.graph.http.HttpMethod
Delete
deleteAsync() - Method in class com.microsoft.graph.http.BaseReferenceRequest
Deletes the entity and invokes the callback
deleteAsync() - Method in class com.microsoft.graph.http.BaseWithReferenceRequest
Deletes the entity and invokes the callback
deleteAsync() - Method in class com.microsoft.graph.http.CustomRequest
Delete this item from the service
DeltaCollectionPage<T,T2 extends BaseRequestBuilder<T>> - Class in com.microsoft.graph.http
A page of results from a delta collection
DeltaCollectionPage(ICollectionResponse<T>, T2) - Constructor for class com.microsoft.graph.http.DeltaCollectionPage
A collection page for the delta response.
DeltaCollectionPage(List<T>, T2) - Constructor for class com.microsoft.graph.http.DeltaCollectionPage
Creates the collection page
deltaLink - Variable in class com.microsoft.graph.http.DeltaCollectionPage
The opaque link to query delta after the initial request
deltaLink() - Method in class com.microsoft.graph.http.DeltaCollectionPage
The deltaLink to make future delta requests
dependsOn - Variable in class com.microsoft.graph.content.BatchRequestStep
The IDs of the steps this step depends on before being executed
DerivedClassIdentifier - Class in com.microsoft.graph.serializer
This class provides methods to get the derived class corresponding to the OData type when deserializing payloads.
DerivedClassIdentifier(ILogger) - Constructor for class com.microsoft.graph.serializer.DerivedClassIdentifier
Creates a new instance of the dereived class identifier.
deserialize(JsonElement, Class<T>, ILogger) - Static method in class com.microsoft.graph.serializer.EdmNativeTypeSerializer
Deserializes native EDM types from the service.
deserialize(JsonElement, Type, ILogger) - Static method in class com.microsoft.graph.serializer.CollectionPageSerializer
Deserializes the JsonElement
deserialize(JsonElement, Type, ILogger) - Static method in class com.microsoft.graph.serializer.CollectionResponseDeserializer
Deserializes the JsonElement
deserialize(Type, String) - Method in class com.microsoft.graph.serializer.EnumSetSerializer
Deserializes a comma-delimited string of enum values
deserialize(String) - Static method in class com.microsoft.graph.serializer.ByteArraySerializer
Deserializes a string
deserialize(String) - Static method in class com.microsoft.graph.serializer.OffsetDateTimeSerializer
Deserializes an ISO-8601 formatted date
deserializeObject(JsonElement, Class<T>) - Method in interface com.microsoft.graph.serializer.ISerializer
Deserialize an object from the input JsonElement
deserializeObject(JsonElement, Class<T>, Map<String, List<String>>) - Method in class com.microsoft.graph.serializer.DefaultSerializer
 
deserializeObject(JsonElement, Class<T>, Map<String, List<String>>) - Method in interface com.microsoft.graph.serializer.ISerializer
Deserialize an object from the input JsonElement
deserializeObject(InputStream, Class<T>) - Method in interface com.microsoft.graph.serializer.ISerializer
Deserialize an object from the input stream
deserializeObject(InputStream, Class<T>, Map<String, List<String>>) - Method in class com.microsoft.graph.serializer.DefaultSerializer
 
deserializeObject(InputStream, Class<T>, Map<String, List<String>>) - Method in interface com.microsoft.graph.serializer.ISerializer
Deserialize an object from the input stream
deserializeObject(String, Class<T>) - Method in interface com.microsoft.graph.serializer.ISerializer
Deserialize an object from the input string
deserializeObject(String, Class<T>, Map<String, List<String>>) - Method in class com.microsoft.graph.serializer.DefaultSerializer
 
deserializeObject(String, Class<T>, Map<String, List<String>>) - Method in interface com.microsoft.graph.serializer.ISerializer
Deserialize an object from the input string

E

EdmNativeTypeSerializer - Class in com.microsoft.graph.serializer
Deserializer for native EDM types from the service.
EdmNativeTypeSerializer() - Constructor for class com.microsoft.graph.serializer.EdmNativeTypeSerializer
 
ENTITY_TAG_DOES_NOT_MATCH - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
ETag does not match the current item's value.
EnumSetSerializer - Class in com.microsoft.graph.serializer
Serializes and deserializes EnumSets The Graph service expects a single enum value as a comma-delimited string Here, we flatten the EnumSet to serialize the object and insert the response into an array to deserialize back to an EnumSet
EnumSetSerializer(ILogger) - Constructor for class com.microsoft.graph.serializer.EnumSetSerializer
Not available for instantiation
error - Variable in class com.microsoft.graph.http.GraphErrorResponse
The error returned by the response
ERROR - Enum constant in enum class com.microsoft.graph.logger.LoggerLevel
Log only errors, the default
ERROR_INVALID_ID_MALFORMED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
No description available
ERROR_INVALID_USER - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
No description available
ERROR_ITEM_NOT_FOUND - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
The resource could not be found, specific to the Exchange workload.
errorType - Variable in class com.microsoft.graph.http.GraphInnerError
The error type
expand(String) - Method in class com.microsoft.graph.http.CustomRequest
Sets the expand clause for the request

F

FallbackTypeAdapterFactory - Class in com.microsoft.graph.serializer
Handles serialization/deserialization for special types (especially of fields which are not caught by registering a type adapter).
FallbackTypeAdapterFactory(ILogger) - Constructor for class com.microsoft.graph.serializer.FallbackTypeAdapterFactory
Instantiates a new type adapter factory
FRAGMENT_LENGTH_MISMATCH - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Declared total size for this fragment is different from that of the upload session.
FRAGMENT_OUT_OF_ORDER - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Uploaded fragment is out of order.
FRAGMENT_OVERLAP - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Uploaded fragment overlaps with existing data.
FunctionOption - Class in com.microsoft.graph.options
Represents an option to use with OData methods
FunctionOption(String, Object) - Constructor for class com.microsoft.graph.options.FunctionOption
Creates an option object
functionOptions - Variable in class com.microsoft.graph.http.BaseFunctionCollectionRequestBuilder
The FunctionOptions to add to this request
functionOptions - Variable in class com.microsoft.graph.http.BaseFunctionRequestBuilder
The FunctionOptions to add to this request
functionOptions - Variable in class com.microsoft.graph.http.BaseRequest
The function options for this request

G

GENERAL_EXCEPTION - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
An unspecified error has occurred.
generateResult(IHttpRequest, ResponseType, ISerializer, ILogger) - Method in interface com.microsoft.graph.http.IStatefulResponseHandler
Generate result after receiving response
get() - Method in class com.microsoft.graph.http.BaseEntityCollectionRequest
Gets the collection of items
get() - Method in class com.microsoft.graph.http.BaseFunctionCollectionRequest
Gets the collection of items
get() - Method in class com.microsoft.graph.http.BaseWithReferenceRequest
Gets the entity
get() - Method in class com.microsoft.graph.http.CustomRequest
Gets the resource and returns the deserialized resource
get() - Method in class com.microsoft.graph.http.PrimitiveRequest
Gets the primitive information from the service
GET - Enum constant in enum class com.microsoft.graph.http.HttpMethod
Get
getAsync() - Method in class com.microsoft.graph.http.BaseEntityCollectionRequest
Gets the collection of items
getAsync() - Method in class com.microsoft.graph.http.BaseFunctionCollectionRequest
Gets the collection of items
getAsync() - Method in class com.microsoft.graph.http.BaseWithReferenceRequest
Gets the entity an invokes the callback with it
getAsync() - Method in class com.microsoft.graph.http.CustomRequest
Gets the resource and calls the callback with the deserialized resource
getAsync() - Method in class com.microsoft.graph.http.PrimitiveRequest
Gets the primitive information from the service
getAuthorizationTokenAsync(URL) - Method in interface com.microsoft.graph.authentication.IAuthenticationProvider
Authenticates the request
getAuthorizationTokenAsync(URL) - Method in class com.microsoft.graph.authentication.TokenCredentialAuthProvider
Returns an AccessToken as a string
getBaseRequest() - Method in class com.microsoft.graph.http.BaseCollectionRequest
Gets the base request for this collection request
getBoundary() - Method in class com.microsoft.graph.core.Multipart
Get the multipart boundary for use in the request header
getClient() - Method in class com.microsoft.graph.http.BaseRequest
Gets the client
getClient() - Method in class com.microsoft.graph.http.BaseRequestBuilder
Gets the client
getClient() - Method in interface com.microsoft.graph.http.IRequestBuilder
Gets the client for this request builder
getClientRequestId() - Method in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
Gets the client request id
getCollectionPageClass() - Method in class com.microsoft.graph.http.BaseCollectionRequest
Gets the class for the collection page
getContentType() - Method in class com.microsoft.graph.core.Multipart
Get the contentType for use in the request header
getCount() - Method in class com.microsoft.graph.http.BaseCollectionPage
Returns the odata count value if it has been requested, null otherwise
getCurrentPage() - Method in class com.microsoft.graph.http.BaseCollectionPage
Gets the current page
getCustomHosts() - Method in class com.microsoft.graph.authentication.BaseAuthenticationProvider
Get the custom hosts set by user.
getDay() - Method in class com.microsoft.graph.core.DateOnly
Gets the day
getDelay() - Method in class com.microsoft.graph.http.BaseCollectionRequest
Gets delay between retries
getDelay() - Method in class com.microsoft.graph.http.BaseRequest
Gets delay between retries
getDelay() - Method in class com.microsoft.graph.http.BaseStreamRequest
Gets delay between retries
getDelay() - Method in interface com.microsoft.graph.http.IHttpRequest
Gets delay between retries
getDeltaTokenFromLink(String) - Method in class com.microsoft.graph.http.BaseDeltaCollectionRequest
Gets the delta token from the delta link provided by the previous response
getDeserializedBody(Class<T2>) - Method in class com.microsoft.graph.content.BatchResponseStep
Returned the deserialized response body of the current step
getError() - Method in exception class com.microsoft.graph.http.GraphServiceException
Gets the error returned by the service
getFeatureUsage() - Method in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
Gets a numeric representation of the SDK feature usage
getFunctionOptions() - Method in class com.microsoft.graph.http.BaseRequest
Gets the function options for this request
getHeaders() - Method in class com.microsoft.graph.http.BaseCollectionRequest
Gets the headers
getHeaders() - Method in class com.microsoft.graph.http.BaseRequest
Gets the headers
getHeaders() - Method in class com.microsoft.graph.http.BaseStreamRequest
Gets the headers
getHeaders() - Method in interface com.microsoft.graph.http.IHttpRequest
Gets the headers
getHour() - Method in class com.microsoft.graph.core.TimeOfDay
Gets the hour
getHttpMethod() - Method in class com.microsoft.graph.http.BaseCollectionRequest
Gets the HTTP method
getHttpMethod() - Method in class com.microsoft.graph.http.BaseRequest
Gets the HTTP method
getHttpMethod() - Method in class com.microsoft.graph.http.BaseStreamRequest
Gets the HTTP method
getHttpMethod() - Method in interface com.microsoft.graph.http.IHttpRequest
Gets the HTTP method
getHttpProvider() - Method in class com.microsoft.graph.core.BaseClient
Gets the HTTP provider
getHttpProvider() - Method in interface com.microsoft.graph.core.IBaseClient
Gets the HTTP provider
getHttpRequest() - Method in interface com.microsoft.graph.http.IHttpRequest
Returns the Request object to be executed
getHttpRequest(IHttpRequest, Class<Result>, Body) - Method in class com.microsoft.graph.http.CoreHttpProvider
Sends the HTTP request
getHttpRequest(IHttpRequest, Class<Result>, BodyType) - Method in interface com.microsoft.graph.http.IHttpProvider
Sends the HTTP request
getHttpRequest(requestBodyType) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Returns the Request object to be executed
getHttpRequest(requestBodyType) - Method in class com.microsoft.graph.http.BaseRequest
Returns the Request object to be executed
getHttpRequest(requestBodyType) - Method in class com.microsoft.graph.http.BaseStreamRequest
Returns the Request object to be executed
getHttpRequest(requestBodyType) - Method in interface com.microsoft.graph.http.IHttpRequest
Returns the Request object to be executed
getLogger() - Method in class com.microsoft.graph.core.BaseClient
Gets the logger
getLogger() - Method in interface com.microsoft.graph.core.IBaseClient
Gets the logger
getLogger() - Method in class com.microsoft.graph.http.CoreHttpProvider
Gets the logger in use
getLogger() - Method in class com.microsoft.graph.serializer.DefaultSerializer
Gets the logger in use
getLoggingLevel() - Method in class com.microsoft.graph.logger.DefaultLogger
Gets the logging level of this logger
getLoggingLevel() - Method in interface com.microsoft.graph.logger.ILogger
Gets the logging level of this logger
getMaxRedirects() - Method in class com.microsoft.graph.http.BaseCollectionRequest
Gets the max redirects
getMaxRedirects() - Method in class com.microsoft.graph.http.BaseRequest
Gets the max redirects
getMaxRedirects() - Method in class com.microsoft.graph.http.BaseStreamRequest
Gets the max redirects
getMaxRedirects() - Method in interface com.microsoft.graph.http.IHttpRequest
Gets the max redirects
getMaxRetries() - Method in class com.microsoft.graph.http.BaseCollectionRequest
Gets max retries
getMaxRetries() - Method in class com.microsoft.graph.http.BaseRequest
Gets max retries
getMaxRetries() - Method in class com.microsoft.graph.http.BaseStreamRequest
Gets max retries
getMaxRetries() - Method in interface com.microsoft.graph.http.IHttpRequest
Gets max retries
getMessage() - Method in exception class com.microsoft.graph.http.GraphServiceException
 
getMessage(boolean) - Method in exception class com.microsoft.graph.http.GraphFatalServiceException
 
getMessage(boolean) - Method in exception class com.microsoft.graph.http.GraphServiceException
Gets the message for this exception
getMethod() - Method in exception class com.microsoft.graph.http.GraphServiceException
Gets the HTTP method of the request
getMinute() - Method in class com.microsoft.graph.core.TimeOfDay
Gets the minute
getMonth() - Method in class com.microsoft.graph.core.DateOnly
Gets the month
getName() - Method in class com.microsoft.graph.options.Option
Gets the name of the option
getNextExpectedRanges() - Method in interface com.microsoft.graph.tasks.IUploadSession
Gets the Next Expected Ranges.
getNextPage() - Method in class com.microsoft.graph.http.BaseCollectionPage
Gets the next page request builder
getNextRequestId() - Method in class com.microsoft.graph.content.BatchRequestContent
Generates a randomly available request id
getOptions() - Method in class com.microsoft.graph.http.BaseCollectionRequest
Gets the full list of options for this request
getOptions() - Method in class com.microsoft.graph.http.BaseRequest
Gets the full list of options for this request
getOptions() - Method in class com.microsoft.graph.http.BaseStreamRequest
Gets the query options for this request
getOptions() - Method in interface com.microsoft.graph.http.IHttpRequest
Gets the options
getOptions(Option...) - Method in class com.microsoft.graph.http.BaseRequestBuilder
Get the full list of options for this request
getQueryOptions() - Method in class com.microsoft.graph.http.BaseRequest
Gets the query options for this request
getRequestHeaders() - Method in exception class com.microsoft.graph.http.GraphServiceException
Gets the request headers
getRequestUrl() - Method in class com.microsoft.graph.http.BaseCollectionRequest
Gets the request URL
getRequestUrl() - Method in class com.microsoft.graph.http.BaseRequest
Gets the request URL
getRequestUrl() - Method in class com.microsoft.graph.http.BaseRequestBuilder
Gets the request URL
getRequestUrl() - Method in class com.microsoft.graph.http.BaseStreamRequest
Gets the request URL
getRequestUrl() - Method in interface com.microsoft.graph.http.IHttpRequest
Gets the request URL
getRequestUrl() - Method in interface com.microsoft.graph.http.IRequestBuilder
Gets the request URL
getRequestUrlWithAdditionalParameter(String) - Method in class com.microsoft.graph.http.BaseRequestBuilder
Gets the request URL with an odata parameter added to it
getRequestUrlWithAdditionalSegment(String) - Method in class com.microsoft.graph.http.BaseRequestBuilder
Gets the request URL with an extra segment added to it
getRequestUrlWithAdditionalSegment(String) - Method in interface com.microsoft.graph.http.IRequestBuilder
Gets the request URL with an additional segment
getResponseById(String) - Method in class com.microsoft.graph.content.BatchResponseContent
Gets a response to a request in the batch by its id
getResponseCode() - Method in exception class com.microsoft.graph.http.GraphServiceException
Gets the HTTP status code
getResponseHeaders() - Method in exception class com.microsoft.graph.http.GraphServiceException
Gets the response headers
getResponseHeadersAsMapStringString(Response) - Static method in exception class com.microsoft.graph.http.GraphServiceException
Gets the response headers from OkHttp Response
getResponseMessage() - Method in exception class com.microsoft.graph.http.GraphServiceException
Gets the The HTTP response message
getResponseType() - Method in class com.microsoft.graph.http.BaseRequest
Gets the response type
getSecond() - Method in class com.microsoft.graph.core.TimeOfDay
Gets the second
getSerializedFeatureUsage() - Method in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
Gets a serialized representation of the SDK feature usage.
getSerializer() - Method in class com.microsoft.graph.core.BaseClient
Gets the serializer
getSerializer() - Method in interface com.microsoft.graph.core.IBaseClient
Gets the serializer
getSerializer() - Method in class com.microsoft.graph.http.CoreHttpProvider
Gets the serializer for this HTTP provider
getSerializer() - Method in interface com.microsoft.graph.http.IHttpProvider
Get the serializer for this HTTP provider
getServiceError() - Method in exception class com.microsoft.graph.http.GraphServiceException
Gets the error message from the Graph service object
getServiceRoot() - Method in class com.microsoft.graph.core.BaseClient
 
getServiceRoot() - Method in interface com.microsoft.graph.core.IBaseClient
Gets the service root
getServiceSDKVersion() - Method in class com.microsoft.graph.core.BaseClient
Gets the service SDK version if the service SDK is in use, null otherwise
getServiceSDKVersion() - Method in interface com.microsoft.graph.core.IBaseClient
Gets the service SDK version if the service SDK is in use, null otherwise
getShouldRedirect() - Method in class com.microsoft.graph.http.BaseCollectionRequest
Gets the should redirect callback
getShouldRedirect() - Method in class com.microsoft.graph.http.BaseRequest
Gets the should redirect callback
getShouldRedirect() - Method in class com.microsoft.graph.http.BaseStreamRequest
Gets the should redirect callback
getShouldRedirect() - Method in interface com.microsoft.graph.http.IHttpRequest
Gets the should redirect callback
getShouldRetry() - Method in class com.microsoft.graph.http.BaseCollectionRequest
Gets the should retry callback
getShouldRetry() - Method in class com.microsoft.graph.http.BaseRequest
Gets the should retry callback
getShouldRetry() - Method in class com.microsoft.graph.http.BaseStreamRequest
Gets the should retry callback
getShouldRetry() - Method in interface com.microsoft.graph.http.IHttpRequest
Gets the should retry callback
getStepById(String) - Method in class com.microsoft.graph.content.BatchRequestContent
Gets a step by its step id
getUploadUrl() - Method in interface com.microsoft.graph.tasks.IUploadSession
Gets the Upload Url.
getUrl() - Method in exception class com.microsoft.graph.http.GraphServiceException
Gets the URL of the request
getUseCaches() - Method in class com.microsoft.graph.http.BaseCollectionRequest
Gets useCaches parameter
getUseCaches() - Method in class com.microsoft.graph.http.BaseRequest
Gets useCaches parameter
getUseCaches() - Method in class com.microsoft.graph.http.BaseStreamRequest
Gets useCaches parameter
getUseCaches() - Method in interface com.microsoft.graph.http.IHttpRequest
Gets useCaches parameter
getValue() - Method in class com.microsoft.graph.options.Option
Gets the value of the option
getYear() - Method in class com.microsoft.graph.core.DateOnly
Gets the year
GRAPH_VERSION_PREFIX - Static variable in class com.microsoft.graph.httpcore.TelemetryHandler
Version prefix
GraphError - Class in com.microsoft.graph.http
Represents an error returned by the service
GraphError() - Constructor for class com.microsoft.graph.http.GraphError
 
GraphErrorCodes - Enum Class in com.microsoft.graph.core
The common Graph error codes
GraphErrorResponse - Class in com.microsoft.graph.http
Represents the error response body returned by the service
GraphErrorResponse() - Constructor for class com.microsoft.graph.http.GraphErrorResponse
 
GraphFatalServiceException - Exception Class in com.microsoft.graph.http
An unexpected exception from the Graph service
GraphFatalServiceException(String, String, List<String>, String, int, String, List<String>, GraphErrorResponse, boolean) - Constructor for exception class com.microsoft.graph.http.GraphFatalServiceException
Create a fatal Graph service exception
GraphInnerError - Class in com.microsoft.graph.http
Represents an inner error returned by the service
GraphInnerError() - Constructor for class com.microsoft.graph.http.GraphInnerError
 
GraphServiceException - Exception Class in com.microsoft.graph.http
An exception from the Graph service
GraphServiceException(String, String, List<String>, String, int, String, List<String>, GraphErrorResponse, boolean) - Constructor for exception class com.microsoft.graph.http.GraphServiceException
Create a Graph service exception

H

header() - Method in class com.microsoft.graph.core.Multipart
Get the Content-Type header to send the multipart request
HeaderOption - Class in com.microsoft.graph.options
A header value
HeaderOption(String, String) - Constructor for class com.microsoft.graph.options.HeaderOption
Creates a header option object
headers - Variable in class com.microsoft.graph.content.BatchStep
The request/response headers for the step
HTTP_ACCEPTED - Static variable in class com.microsoft.graph.http.HttpResponseCode
HTTP response code for accepted
HTTP_CLIENT_ERROR - Static variable in class com.microsoft.graph.http.HttpResponseCode
HTTP response code for error response
HTTP_CREATED - Static variable in class com.microsoft.graph.http.HttpResponseCode
HTTP response code for created
HTTP_MULTIPLE_CHOICES - Static variable in class com.microsoft.graph.http.HttpResponseCode
HTTP response code for multiple choices
HTTP_NOBODY - Static variable in class com.microsoft.graph.http.HttpResponseCode
HTTP response code for no body
HTTP_NOT_MODIFIED - Static variable in class com.microsoft.graph.http.HttpResponseCode
HTTP response code for not modified
HTTP_OK - Static variable in class com.microsoft.graph.http.HttpResponseCode
HTTP response code OK
HTTP_SEE_OTHER - Static variable in class com.microsoft.graph.http.HttpResponseCode
HTTP response code for see other
httpClient(httpClientType) - Method in class com.microsoft.graph.core.BaseClient.Builder
Sets the http client
HttpClients - Class in com.microsoft.graph.httpcore
Builder to get a custom HttpClient to be used for requests against Microsoft Graph
HttpMethod - Enum Class in com.microsoft.graph.http
The HTTP method for a request
httpProvider(IHttpProvider<nativeRequestType>) - Method in class com.microsoft.graph.core.BaseClient.Builder
Sets the httpProvider
HttpResponseCode - Class in com.microsoft.graph.http
The HTTP code for the HTTP request
HttpResponseCode() - Constructor for class com.microsoft.graph.http.HttpResponseCode
 

I

IAuthenticationProvider - Interface in com.microsoft.graph.authentication
Authenticates requests to be sent to the API
IBaseClient<nativeRequestType> - Interface in com.microsoft.graph.core
A client that communications with an OData service
ICollectionResponse<T> - Interface in com.microsoft.graph.http
Represents a response of a collection of items returned by the service
id - Variable in class com.microsoft.graph.content.BatchStep
The Id of the step
identify(JsonObject, Class<?>) - Method in class com.microsoft.graph.serializer.DerivedClassIdentifier
Get the derived class for the given JSON object This covers scenarios in which the service may return one of several derived types of a base object, which it defines using the odata.type parameter
IHttpProvider<nativeRequestType> - Interface in com.microsoft.graph.http
Sends HTTP requests
IHttpRequest - Interface in com.microsoft.graph.http
An HTTP request
IHttpStreamRequest - Interface in com.microsoft.graph.http
A request for a binary stream
IJsonBackedObject - Interface in com.microsoft.graph.serializer
An object that was parsed from JSON
ILogger - Interface in com.microsoft.graph.logger
The logger for the service client
IMiddlewareControl - Interface in com.microsoft.graph.httpcore.middlewareoption
Option to be passed to one of the middlewares provided by this SDK
innererror - Variable in class com.microsoft.graph.http.GraphError
The inner error
innererror - Variable in class com.microsoft.graph.http.GraphInnerError
The inner error
intercept(Interceptor.Chain) - Method in class com.microsoft.graph.httpcore.AuthenticationHandler
 
intercept(Interceptor.Chain) - Method in class com.microsoft.graph.httpcore.ChaosHttpHandler
 
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
 
INTERNAL_SERVER_ERROR - Static variable in exception class com.microsoft.graph.http.GraphServiceException
The internal server error threshold defined by the HTTP protocol
INVALID_ACCEPT_TYPE - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Invalid accept type.
INVALID_PARAMETER_FORMAT - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Invalid parameter format.
INVALID_PATH - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Name contains invalid characters.
INVALID_QUERY_OPTION - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Invalid query option.
INVALID_RANGE - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
The specified byte range is invalid or unavailable.
INVALID_REQUEST - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
The request is malformed or incorrect.
INVALID_START_INDEX - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Invalid start index.
IProgressCallback - Interface in com.microsoft.graph.tasks
A callback that describes how to deal with success, failure, and progress
IRequestBuilder - Interface in com.microsoft.graph.http
Builder for a request
ISerializer - Interface in com.microsoft.graph.serializer
Serializes and deserializes items from strings into their types
isError(GraphErrorCodes) - Method in class com.microsoft.graph.http.GraphError
Determine if the given error code is the one that is expected
IShouldRedirect - Interface in com.microsoft.graph.httpcore.middlewareoption
Indicates whether a specific response redirect information should be followed
IShouldRetry - Interface in com.microsoft.graph.httpcore.middlewareoption
Indicates whether a specific request should be retried
IStatefulResponseHandler<ResultType,DeserializedType> - Interface in com.microsoft.graph.http
The handler interface for requests having stateful response from server.
ITEM_NOT_FOUND - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
The resource could not be found.
IUploadSession - Interface in com.microsoft.graph.tasks
The interface for the Upload Session.

J

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

L

LargeFileUploadResult<ResultType> - Class in com.microsoft.graph.tasks
Respresents the result of a large file upload task.
LargeFileUploadResult() - Constructor for class com.microsoft.graph.tasks.LargeFileUploadResult
 
LargeFileUploadTask<UploadType> - Class in com.microsoft.graph.tasks
ChunkedUpload service provider
LargeFileUploadTask(IUploadSession, IBaseClient<?>, InputStream, long, Class<UploadType>) - Constructor for class com.microsoft.graph.tasks.LargeFileUploadTask
Creates the ChunkedUploadProvider
location - Variable in class com.microsoft.graph.tasks.LargeFileUploadResult
Location response header value if provided.
LOCK_MISMATCH - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Lock token does not match existing lock.
LOCK_NOT_FOUND_OR_ALREADY_EXPIRED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
There is currently no unexpired lock on the item.
LOCK_OWNER_MISMATCH - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Lock Owner ID does not match provided ID.
logDebug(String) - Method in class com.microsoft.graph.logger.DefaultLogger
Logs a debug message
logDebug(String) - Method in interface com.microsoft.graph.logger.ILogger
Log a debug message
logError(String, Throwable) - Method in class com.microsoft.graph.logger.DefaultLogger
Logs an error message with throwable
logError(String, Throwable) - Method in interface com.microsoft.graph.logger.ILogger
Log an error message with throwable
logger(ILogger) - Method in class com.microsoft.graph.core.BaseClient.Builder
Sets the logger
LoggerLevel - Enum Class in com.microsoft.graph.logger
Describes the logging levels supported by this client
LOGGING_HANDLER_ENABLED_FLAG - Static variable in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
Logging handler enabled

M

MALFORMED_ENTITY_TAG - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
ETag header is malformed.
MALWARE_DETECTED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Malware was detected in the requested resource.
MAX_BREVITY_LENGTH - Static variable in exception class com.microsoft.graph.http.GraphServiceException
The maximum length for a single line string when trying to be brief
MAX_BYTE_COUNT_BEFORE_TRUNCATION - Static variable in exception class com.microsoft.graph.http.GraphServiceException
The number of bytes to display when showing byte array
MAX_DELAY - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
Absolute maximum retry delay
MAX_DOCUMENT_COUNT_EXCEEDED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Max limit on number of Documents is reached.
MAX_FILE_SIZE_EXCEEDED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Max file size exceeded.
MAX_FOLDER_COUNT_EXCEEDED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Max limit on number of Folders is reached.
MAX_FRAGMENT_LENGTH_EXCEEDED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Max file size exceeded.
MAX_ITEM_COUNT_EXCEEDED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Max limit on number of Items is reached.
MAX_QUERY_LENGTH_EXCEEDED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Max query length exceeded.
MAX_REDIRECTS - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RedirectOptions
The absolute maxium number of redirects that can be followed
MAX_RETRIES - Static variable in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
Absolute maximum number of retries
MAX_STREAM_SIZE_EXCEEDED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Maximum stream size exceeded.
maxRedirects() - Method in class com.microsoft.graph.httpcore.middlewareoption.RedirectOptions
 
maxRetries() - Method in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
 
message - Variable in class com.microsoft.graph.http.GraphError
The error message
method - Variable in class com.microsoft.graph.content.BatchRequestStep
The HTTP method to use to execute the request
MIDDLEWARE_TYPE - Variable in class com.microsoft.graph.httpcore.AuthenticationHandler
The current middleware type
MIDDLEWARE_TYPE - Variable in class com.microsoft.graph.httpcore.ChaosHttpHandler
The current middleware type
MIDDLEWARE_TYPE - Variable in class com.microsoft.graph.httpcore.RedirectHandler
The current middleware type
MIDDLEWARE_TYPE - Variable in class com.microsoft.graph.httpcore.RetryHandler
Type of the current middleware
MiddlewareType - Enum Class in com.microsoft.graph.httpcore.middlewareoption
The type of middleware to applied to the request/response
MSClientErrorCodeGatewayTimeout - Static variable in class com.microsoft.graph.httpcore.RetryHandler
Gateway timeout status code
MSClientErrorCodeServiceUnavailable - Static variable in class com.microsoft.graph.httpcore.RetryHandler
Service unavailable status code
MSClientErrorCodeTooManyRequests - Static variable in class com.microsoft.graph.httpcore.ChaosHttpHandler
Too many requests status code
MSClientErrorCodeTooManyRequests - Static variable in class com.microsoft.graph.httpcore.RetryHandler
Too many requests status code
Multipart - Class in com.microsoft.graph.core
Helper for submitting multipart data This follows the Network Working Group's RFC on multipart/form-data posting format: https://www.ietf.org/rfc/rfc2388.txt
Multipart() - Constructor for class com.microsoft.graph.core.Multipart
Create a new multipart object
MULTIPART_ENCODING - Static variable in class com.microsoft.graph.core.Multipart
Default encoding for multi-part requests

N

NAME_ALREADY_EXISTS - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
The specified item name already exists.
NEW_LINE - Static variable in exception class com.microsoft.graph.http.GraphServiceException
New line delimiter
nextLink - Variable in class com.microsoft.graph.http.BaseCollectionResponse
The link to the next page returned by the initial request if any.
nextLink() - Method in class com.microsoft.graph.http.BaseCollectionResponse
 
nextLink() - Method in interface com.microsoft.graph.http.ICollectionResponse
Gets the link to the next page of this collection
NONE_FLAG - Static variable in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
No SDK feature in use
NOT_ALLOWED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
The action is not allowed by the system.
NOT_SUPPORTED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
The request is not supported by the system.
NOT_SUPPORTED - Enum constant in enum class com.microsoft.graph.httpcore.middlewareoption.MiddlewareType
Not supported

O

odataId - Variable in class com.microsoft.graph.http.ReferenceRequestBody
the odata id
OffsetDateTimeSerializer - Class in com.microsoft.graph.serializer
Serializes and deserializes a string
Option - Class in com.microsoft.graph.options
An option that is settable for a request
Option(String, Object) - Constructor for class com.microsoft.graph.options.Option
Creates an option object

P

PARAMETER_IS_TOO_LONG - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Parameter Exceeds Maximum Length.
PARAMETER_IS_TOO_SMALL - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Parameter is smaller then minimum value.
parse(String) - Static method in class com.microsoft.graph.core.DateOnly
Constructs a timezone-nonspecific DateOnly
parse(String) - Static method in class com.microsoft.graph.core.TimeOfDay
Constructs a timezone-nonspecific DateOnly
patch(T) - Method in class com.microsoft.graph.http.BaseWithReferenceRequest
Updates the entity
patch(T) - Method in class com.microsoft.graph.http.CustomRequest
Patches this item with a source
PATCH - Enum constant in enum class com.microsoft.graph.http.HttpMethod
Patch
patchAsync() - Method in class com.microsoft.graph.http.CustomRequest
Patches this item with a source
patchAsync(T) - Method in class com.microsoft.graph.http.BaseWithReferenceRequest
Updates the entity and invokes the callback
PATH_IS_TOO_LONG - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Path exceeds maximum length.
PATH_TOO_DEEP - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Folder hierarchy depth limit reached.
post() - Method in class com.microsoft.graph.http.BaseActionCollectionRequest
Invokes the method and returns the resulting collection of objects
post() - Method in class com.microsoft.graph.http.BaseVoidActionCollectionRequest
Invokes the method
post(BodyType) - Method in class com.microsoft.graph.http.BaseEntityCollectionRequest
Posts this request
post(BatchRequestContent) - Method in class com.microsoft.graph.content.BatchRequest
Send this request
post(T) - Method in class com.microsoft.graph.http.CustomRequest
Creates a new object
post(T, IJsonBackedObject) - Method in class com.microsoft.graph.http.BaseWithReferenceRequest
Creates a new entity and invokes the callback with the result
POST - Enum constant in enum class com.microsoft.graph.http.HttpMethod
Post
postAsync() - Method in class com.microsoft.graph.http.BaseActionCollectionRequest
Invokes the method and calls the callback with the resulting collection of objects
postAsync() - Method in class com.microsoft.graph.http.BaseVoidActionCollectionRequest
Invokes the method and calls the callback with the resulting collection of objects
postAsync(BatchRequestContent) - Method in class com.microsoft.graph.content.BatchRequest
Send this request
postAsync(T) - Method in class com.microsoft.graph.http.CustomRequest
Creates a new object
postAsync(T, IJsonBackedObject) - Method in class com.microsoft.graph.http.BaseWithReferenceRequest
Creates a new entity and invokes the callback with the result
PrimitiveRequest<T> - Class in com.microsoft.graph.http
The class for the Primitive Request.
PrimitiveRequest(String, IBaseClient<?>, List<? extends Option>, Class<T>) - Constructor for class com.microsoft.graph.http.PrimitiveRequest
The request for the primitive type
PrimitiveRequestBuilder<T> - Class in com.microsoft.graph.http
The class for the Primitive Request Builder.
PrimitiveRequestBuilder(String, IBaseClient<?>, List<? extends Option>, Class<T>) - Constructor for class com.microsoft.graph.http.PrimitiveRequestBuilder
The request builder for the primitive type
progress(long, long) - Method in interface com.microsoft.graph.tasks.IProgressCallback
How progress updates are handled for this callback
PROPERTY_NOT_UPDATEABLE - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Property not updateable.
protocolAndHostReplacementPattern - Static variable in class com.microsoft.graph.content.BatchRequestContent
pattern to replace the protocol and host part of the request if specified
put(T) - Method in class com.microsoft.graph.http.CustomRequest
Creates a new object
PUT - Enum constant in enum class com.microsoft.graph.http.HttpMethod
Put
putAsync(T) - Method in class com.microsoft.graph.http.CustomRequest
Creates a new object

Q

QueryOption - Class in com.microsoft.graph.options
A query parameter
QueryOption(String, Object) - Constructor for class com.microsoft.graph.options.QueryOption
Create a query parameter option object
queryOptions - Variable in class com.microsoft.graph.http.BaseRequest
The query options for this request
QUOTA_LIMIT_REACHED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
The user has reached their quota limit.

R

rawObject - Variable in class com.microsoft.graph.http.GraphErrorResponse
The raw representation of this class when deserialized
REDIRECT - Enum constant in enum class com.microsoft.graph.httpcore.middlewareoption.MiddlewareType
Redirect Middleware
REDIRECT_HANDLER_ENABLED_FLAG - Static variable in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
Redirect handler enabled
RedirectHandler - Class in com.microsoft.graph.httpcore
Middleware that determines whether a redirect information should be followed or not, and follows it if necessary.
RedirectHandler() - Constructor for class com.microsoft.graph.httpcore.RedirectHandler
Initialize using default redirect options, default IShouldRedirect and max redirect value
RedirectHandler(RedirectOptions) - Constructor for class com.microsoft.graph.httpcore.RedirectHandler
Initialize using custom redirect options.
RedirectOptions - Class in com.microsoft.graph.httpcore.middlewareoption
Options to be passed to the redirect middleware.
RedirectOptions() - Constructor for class com.microsoft.graph.httpcore.middlewareoption.RedirectOptions
Create default instance of redirect options, with default values of max redirects and should redirect
RedirectOptions(int, IShouldRedirect) - Constructor for class com.microsoft.graph.httpcore.middlewareoption.RedirectOptions
 
reference() - Method in class com.microsoft.graph.http.BaseWithReferenceRequestBuilder
Creates a request builder to get the reference to the entity
ReferenceRequestBody - Class in com.microsoft.graph.http
Represents the body to use with an OData method
ReferenceRequestBody(String) - Constructor for class com.microsoft.graph.http.ReferenceRequestBody
Instanciates a new reference request body from the serialized payload
references() - Method in class com.microsoft.graph.http.BaseCollectionWithReferencesRequestBuilder
Gets a request builder to get the references to this collection
removeBatchRequestStepWithId(String...) - Method in class com.microsoft.graph.content.BatchRequestContent
Removes requests from the requests to be executed by the batch.
REQUEST_STATS_HEADER_VALUE_FORMAT_STRING - Static variable in class com.microsoft.graph.http.BaseRequest
The request stats header value format string
requests - Variable in class com.microsoft.graph.content.BatchRequestContent
Steps part of the batch request
RESOURCE_MODIFIED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
The resource being updated has changed since the caller last read it, usually an eTag mismatch.
responseBody - Variable in class com.microsoft.graph.tasks.LargeFileUploadResult
Deserialized response body if the response has content.
responseCollectionClass - Variable in class com.microsoft.graph.http.BaseCollectionRequest
The class for the response collection
responses - Variable in class com.microsoft.graph.content.BatchResponseContent
Responses to the steps from the request
responseType - Variable in class com.microsoft.graph.core.CustomRequestBuilder
Type to use for response deserialization
RESYNC_APPLY_DIFFERENCES - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Resync required.
RESYNC_REQUIRED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
The delta token is no longer valid, and the app must reset the sync state.
RESYNC_UPLOAD_DIFFERENCES - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Resync required.
RETRY - Enum constant in enum class com.microsoft.graph.httpcore.middlewareoption.MiddlewareType
Retry Middleware
RETRY_HANDLER_ENABLED_FLAG - Static variable in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
Retry handler enabled
RetryHandler - Class in com.microsoft.graph.httpcore
The middleware responsible for retrying requests when they fail because of transient issues
RetryHandler() - Constructor for class com.microsoft.graph.httpcore.RetryHandler
Initialize retry handler with default retry option
RetryHandler(RetryOptions) - Constructor for class com.microsoft.graph.httpcore.RetryHandler
 
RetryHandler(ILogger, RetryOptions) - Constructor for class com.microsoft.graph.httpcore.RetryHandler
 
RetryOptions - Class in com.microsoft.graph.httpcore.middlewareoption
The options to be passed to the retry middleware.
RetryOptions() - Constructor for class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
Create default instance of retry options, with default values of delay, max retries and shouldRetry callback.
RetryOptions(IShouldRetry, int, long) - Constructor for class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
Create an instance with provided values

S

SDK_VERSION - Static variable in class com.microsoft.graph.httpcore.TelemetryHandler
Http request header to send the telemetry infromation with
select(String) - Method in class com.microsoft.graph.http.CustomRequest
Sets the select clause for the request
send() - Method in class com.microsoft.graph.http.BaseCollectionRequest
Send this request
send() - Method in class com.microsoft.graph.http.BaseStreamRequest
Sends this request
send(byte[]) - Method in class com.microsoft.graph.http.BaseStreamRequest
Sends this request
send(HttpMethod, T1) - Method in class com.microsoft.graph.http.BaseRequest
Sends this request
send(IHttpRequest, Class<Result>, Body) - Method in class com.microsoft.graph.http.CoreHttpProvider
Sends the HTTP request
send(IHttpRequest, Class<Result>, Body, IStatefulResponseHandler<Result, DeserializeType>) - Method in class com.microsoft.graph.http.CoreHttpProvider
Sends the HTTP request
send(IHttpRequest, Class<Result>, BodyType) - Method in interface com.microsoft.graph.http.IHttpProvider
Sends the HTTP request
send(IHttpRequest, Class<Result>, BodyType, IStatefulResponseHandler<Result, DeserializeType>) - Method in interface com.microsoft.graph.http.IHttpProvider
Sends the HTTP request
sendAsync() - Method in class com.microsoft.graph.http.BaseCollectionRequest
Send this request
sendAsync() - Method in class com.microsoft.graph.http.BaseStreamRequest
Sends this request
sendAsync(byte[]) - Method in class com.microsoft.graph.http.BaseStreamRequest
Sends this request
sendAsync(HttpMethod, T1) - Method in class com.microsoft.graph.http.BaseRequest
Sends this request
sendAsync(IHttpRequest, Class<Result>, Body) - Method in class com.microsoft.graph.http.CoreHttpProvider
Sends the HTTP request asynchronously
sendAsync(IHttpRequest, Class<Result>, BodyType) - Method in interface com.microsoft.graph.http.IHttpProvider
Sends the HTTP request asynchronously
sendAsync(IHttpRequest, Class<Result>, BodyType, IStatefulResponseHandler<Result, DeserializeType>) - Method in class com.microsoft.graph.http.CoreHttpProvider
Sends the HTTP request
sendAsync(IHttpRequest, Class<Result>, BodyType, IStatefulResponseHandler<Result, DeserializeType>) - Method in interface com.microsoft.graph.http.IHttpProvider
Sends the HTTP request
serialize(byte[]) - Static method in class com.microsoft.graph.serializer.ByteArraySerializer
Serializes the string
serialize(BaseCollectionPage<T1, T2>, ILogger) - Static method in class com.microsoft.graph.serializer.CollectionPageSerializer
Serializes an CollectionPage
serialize(OffsetDateTime) - Static method in class com.microsoft.graph.serializer.OffsetDateTimeSerializer
Serializes the string
serialize(EnumSet<?>) - Method in class com.microsoft.graph.serializer.EnumSetSerializer
Serializes an EnumSet into a comma-delimited string
serializeObject(T) - Method in class com.microsoft.graph.serializer.DefaultSerializer
Serializes an object into a string
serializeObject(T) - Method in interface com.microsoft.graph.serializer.ISerializer
Serializes an object into a string
serializer - Variable in class com.microsoft.graph.content.BatchResponseStep
Serializer to use for response deserialization
serializer(ISerializer) - Method in class com.microsoft.graph.core.BaseClient.Builder
Sets the serializer.
SERVICE_NOT_AVAILABLE - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
The service is not available.
SERVICE_READ_ONLY - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Resource is temporarily read-only.
setBoundary(String) - Method in class com.microsoft.graph.core.Multipart
Set the multipart boundary for use in the request header
setClientRequestId(String) - Method in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
Sets the client request id
setContentType(String) - Method in class com.microsoft.graph.core.Multipart
Set the contentType for use in the request header
setCustomHosts(String[]) - Method in class com.microsoft.graph.authentication.BaseAuthenticationProvider
Allow the user to add custom hosts by passing in Array
setDelay(long) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Sets the delay in seconds between retires
setDelay(long) - Method in class com.microsoft.graph.http.BaseRequest
Sets the delay in seconds between retires
setDelay(long) - Method in class com.microsoft.graph.http.BaseStreamRequest
Sets the delay in seconds between retires
setDelay(long) - Method in interface com.microsoft.graph.http.IHttpRequest
Sets the delay in seconds between retires
setFeatureUsage(int) - Method in class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
Sets a numeric representation of the SDK feature usage
setHttpMethod(HttpMethod) - Method in class com.microsoft.graph.http.BaseRequest
Sets the HTTP method
setHttpProvider(IHttpProvider<nativeRequestType>) - Method in class com.microsoft.graph.core.BaseClient
Sets the HTTP provider
setLogger(ILogger) - Method in class com.microsoft.graph.core.BaseClient
Sets the logger
setLoggingLevel(LoggerLevel) - Method in class com.microsoft.graph.logger.DefaultLogger
Sets the logging level of this logger
setLoggingLevel(LoggerLevel) - Method in interface com.microsoft.graph.logger.ILogger
Sets the logging level of this logger
setMaxRedirects(int) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Sets the max redirects
setMaxRedirects(int) - Method in class com.microsoft.graph.http.BaseRequest
Sets the max redirects
setMaxRedirects(int) - Method in class com.microsoft.graph.http.BaseStreamRequest
Sets the max redirects
setMaxRedirects(int) - Method in interface com.microsoft.graph.http.IHttpRequest
Sets the max redirects
setMaxRetries(int) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Sets the max retries
setMaxRetries(int) - Method in class com.microsoft.graph.http.BaseRequest
Sets the max retries
setMaxRetries(int) - Method in class com.microsoft.graph.http.BaseStreamRequest
Sets the max retries
setMaxRetries(int) - Method in interface com.microsoft.graph.http.IHttpRequest
Sets the max retries
setRawObject(ISerializer, JsonObject) - Method in class com.microsoft.graph.http.BaseCollectionPage
Sets the raw JSON object
setRawObject(ISerializer, JsonObject) - Method in class com.microsoft.graph.http.BaseCollectionResponse
Sets the raw JSON object
setRawObject(ISerializer, JsonObject) - Method in class com.microsoft.graph.http.GraphErrorResponse
Sets the raw JSON object
setRawObject(ISerializer, JsonObject) - Method in class com.microsoft.graph.http.ReferenceRequestBody
Sets the raw JSON object
setRawObject(ISerializer, JsonObject) - Method in interface com.microsoft.graph.serializer.IJsonBackedObject
Sets the raw JSON object this object was parsed from
setSerializer(ISerializer) - Method in class com.microsoft.graph.core.BaseClient
Sets the serializer
setServiceRoot(String) - Method in class com.microsoft.graph.core.BaseClient
 
setServiceRoot(String) - Method in interface com.microsoft.graph.core.IBaseClient
Sets the service root
setShouldRedirect(IShouldRedirect) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Sets the should redirect callback
setShouldRedirect(IShouldRedirect) - Method in class com.microsoft.graph.http.BaseRequest
Sets the should redirect callback
setShouldRedirect(IShouldRedirect) - Method in class com.microsoft.graph.http.BaseStreamRequest
Sets the should redirect callback
setShouldRedirect(IShouldRedirect) - Method in interface com.microsoft.graph.http.IHttpRequest
Sets the should redirect callback
setShouldRetry(IShouldRetry) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Sets the should retry callback
setShouldRetry(IShouldRetry) - Method in class com.microsoft.graph.http.BaseRequest
Sets the should retry callback
setShouldRetry(IShouldRetry) - Method in class com.microsoft.graph.http.BaseStreamRequest
Sets the should retry callback
setShouldRetry(IShouldRetry) - Method in interface com.microsoft.graph.http.IHttpRequest
Sets the should retry callback
setUseCaches(boolean) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Sets useCaches parameter to cache the response
setUseCaches(boolean) - Method in class com.microsoft.graph.http.BaseRequest
Sets useCaches parameter to cache the response
setUseCaches(boolean) - Method in class com.microsoft.graph.http.BaseStreamRequest
Sets useCaches parameter to cache the response
setUseCaches(boolean) - Method in interface com.microsoft.graph.http.IHttpRequest
Sets useCaches parameter to cache the response
shouldAuthenticateRequestWithUrl(URL) - Method in class com.microsoft.graph.authentication.BaseAuthenticationProvider
Determines whether a request should be authenticated or not based on it's url.
shouldRedirect() - Method in class com.microsoft.graph.httpcore.middlewareoption.RedirectOptions
 
shouldRedirect(Response) - Method in interface com.microsoft.graph.httpcore.middlewareoption.IShouldRedirect
Determines whether to follow the redirect information
shouldRetry() - Method in class com.microsoft.graph.httpcore.middlewareoption.RetryOptions
 
shouldRetry(long, int, Request, Response) - Method in interface com.microsoft.graph.httpcore.middlewareoption.IShouldRetry
Determines whether a specific request should be retried
stackTrace - Variable in class com.microsoft.graph.http.GraphInnerError
The stacktrace
status - Variable in class com.microsoft.graph.content.BatchResponseStep
Http status code of the response
streamToString(InputStream) - Static method in class com.microsoft.graph.http.CoreHttpProvider
Reads in a stream and converts it into a string

T

TelemetryHandler - Class in com.microsoft.graph.httpcore
Middleware responsible for adding telemetry information on SDK usage Note: the telemetry only collects anonymous information on SDK version and usage.
TelemetryHandler() - Constructor for class com.microsoft.graph.httpcore.TelemetryHandler
 
TelemetryOptions - Class in com.microsoft.graph.httpcore.middlewareoption
Options to be passed to the telemetry middleware.
TelemetryOptions() - Constructor for class com.microsoft.graph.httpcore.middlewareoption.TelemetryOptions
 
THROTTLED_REQUEST - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Too many requests.
throwSite - Variable in class com.microsoft.graph.http.GraphInnerError
The throw site
TimeOfDay - Class in com.microsoft.graph.core
The time of day
TimeOfDay(int, int, int) - Constructor for class com.microsoft.graph.core.TimeOfDay
Constructs a TimeOfDay object
TokenCredentialAuthProvider - Class in com.microsoft.graph.authentication
An implementation of the Authentication Provider with Azure-identity
TokenCredentialAuthProvider(TokenCredential) - Constructor for class com.microsoft.graph.authentication.TokenCredentialAuthProvider
Creates an Authentication provider using a passed in TokenCredential
TokenCredentialAuthProvider(List<String>, TokenCredential) - Constructor for class com.microsoft.graph.authentication.TokenCredentialAuthProvider
Creates an Authentication provider using a TokenCredential and list of scopes
TOO_MANY_REDIRECTS - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
The application is sending too many requests to the service.
TOO_MANY_RESULTS_REQUESTED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Too many results requested.
TOO_MANY_TERMS_IN_QUERY - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Too many terms in the query.
toString() - Method in class com.microsoft.graph.core.DateOnly
 
toString() - Method in class com.microsoft.graph.core.TimeOfDay
 
TOTAL_AFFECTED_ITEM_COUNT_EXCEEDED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Operation is not allowed because the number of affected items exceeds threshold.
transformErrorCodeCase(String) - Method in class com.microsoft.graph.http.GraphError
Transforms the text error code into the format expected by the value of the enum
TRUNCATION_MARKER - Static variable in exception class com.microsoft.graph.http.GraphServiceException
How truncated values are shown
TRUNCATION_NOT_ALLOWED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Data truncation is not allowed.

U

UNAUTHENTICATED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
The caller is not authenticated.
upload() - Method in class com.microsoft.graph.tasks.LargeFileUploadTask
Uploads content to remote upload session based on the input stream
upload(int) - Method in class com.microsoft.graph.tasks.LargeFileUploadTask
Uploads content to remote upload session based on the input stream
upload(int, List<Option>) - Method in class com.microsoft.graph.tasks.LargeFileUploadTask
Uploads content to remote upload session based on the input stream
upload(int, List<Option>, IProgressCallback) - Method in class com.microsoft.graph.tasks.LargeFileUploadTask
Uploads content to remote upload session based on the input stream
UPLOAD_SESSION_FAILED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Upload session failed.
UPLOAD_SESSION_INCOMPLETE - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Upload session incomplete.
UPLOAD_SESSION_NOT_FOUND - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Upload session not found.
uploadAsync() - Method in class com.microsoft.graph.tasks.LargeFileUploadTask
Uploads content to remote upload session based on the input stream
uploadAsync(int) - Method in class com.microsoft.graph.tasks.LargeFileUploadTask
Uploads content to remote upload session based on the input stream
uploadAsync(int, List<Option>) - Method in class com.microsoft.graph.tasks.LargeFileUploadTask
Uploads content to remote upload session based on the input stream
uploadAsync(int, List<Option>, IProgressCallback) - Method in class com.microsoft.graph.tasks.LargeFileUploadTask
Uploads content to remote upload session based on the input stream
url - Variable in class com.microsoft.graph.content.BatchRequestStep
The URL to query for the step

V

value - Variable in class com.microsoft.graph.http.BaseCollectionResponse
The list of items within this collection page
valueOf(String) - Static method in enum class com.microsoft.graph.core.GraphErrorCodes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.microsoft.graph.http.HttpMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.microsoft.graph.httpcore.middlewareoption.MiddlewareType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.microsoft.graph.logger.LoggerLevel
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.microsoft.graph.core.GraphErrorCodes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class com.microsoft.graph.http.BaseCollectionResponse
The list of items within this collection page
values() - Static method in enum class com.microsoft.graph.http.HttpMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in interface com.microsoft.graph.http.ICollectionResponse
Gets the deserialized values the response contains
values() - Static method in enum class com.microsoft.graph.httpcore.middlewareoption.MiddlewareType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.microsoft.graph.logger.LoggerLevel
Returns an array containing the constants of this enum class, in the order they are declared.
VERSION - Static variable in class com.microsoft.graph.httpcore.TelemetryHandler
Current SDK version
VIRUS_SUSPICIOUS - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
This document is suspicious and may have a virus.

W

withHttpMethod(HttpMethod) - Method in class com.microsoft.graph.http.BaseCollectionRequest
Sets the HTTP method and returns the current request
withHttpMethod(HttpMethod) - Method in class com.microsoft.graph.http.BaseRequest
Sets the HTTP method and returns the current request
withHttpMethod(HttpMethod) - Method in class com.microsoft.graph.http.BaseStreamRequest
Sets the HTTP method and returns the current request
withHttpMethod(HttpMethod) - Method in interface com.microsoft.graph.http.IHttpRequest
Sets the HTTP method and returns the current request

Z

ZERO_OR_FEWER_RESULTS_REQUESTED - Enum constant in enum class com.microsoft.graph.core.GraphErrorCodes
Zero or fewer results requested.
A B C D E F G H I J L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form