Index

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

A

addBatchRequestStep(BatchRequestStep) - Method in class com.microsoft.graph.core.content.BatchRequestContent
Adds a batch request step to the batch request.
addBatchRequestStep(RequestInformation) - Method in class com.microsoft.graph.core.content.BatchRequestContent
Adds a batch request step to the batch request.
addBatchRequestStep(RequestInformation) - Method in class com.microsoft.graph.core.content.BatchRequestContentCollection
Adds a request to the current BatchRequestContent object of the collection.
addBatchRequestStep(Request) - Method in class com.microsoft.graph.core.content.BatchRequestContent
Adds a batch request step to the batch request.
addBatchRequestStep(Request) - Method in class com.microsoft.graph.core.content.BatchRequestContentCollection
Adds a request to the current BatchRequestContent object of the collection.
addBatchResponse(Collection<String>, BatchResponseContent) - Method in class com.microsoft.graph.core.content.BatchResponseContentCollection
Add BatchResponseContent object to the collection.
addDependsOnId(String) - Method in class com.microsoft.graph.core.models.BatchRequestStep
Adds a request id to the dependsOn list.
ANDROID_VERSION_PREFIX - Static variable in class com.microsoft.graph.core.CoreConstants.Headers
Android version prefix header constant.
APPLICATION_JSON - Static variable in class com.microsoft.graph.core.CoreConstants.MimeTypeNames
Content type header constant for application/json
APPLICATION_STREAM - Static variable in class com.microsoft.graph.core.CoreConstants.MimeTypeNames
Content type header constant for application/octet-stream
AUTH_HANDLER_FLAG - Static variable in class com.microsoft.graph.core.requests.FeatureFlag
The value of the Auth Handler flag, 100.
AUTHENTICATION_PROVIDER_MISSING - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Authentication provider missing error message.
AzureIdentityAccessTokenProvider - Class in com.microsoft.graph.core.authentication
AzureIdentityAccessTokenProvider wrapper from Kiota library with Microsoft Graph defaults.
AzureIdentityAccessTokenProvider(TokenCredential) - Constructor for class com.microsoft.graph.core.authentication.AzureIdentityAccessTokenProvider
Creates a new instance of AzureIdentityAccessTokenProvider.
AzureIdentityAccessTokenProvider(TokenCredential, String[], ObservabilityOptions, String...) - Constructor for class com.microsoft.graph.core.authentication.AzureIdentityAccessTokenProvider
AzureIdentityAuthenticationProvider - Class in com.microsoft.graph.core.authentication
Implementation of Authentication provider for Azure Identity with Microsoft Graph defaults
AzureIdentityAuthenticationProvider(TokenCredential, String[], ObservabilityOptions, String...) - Constructor for class com.microsoft.graph.core.authentication.AzureIdentityAuthenticationProvider
Creates a new instance of AzureIdentityAuthenticationProvider.
AzureIdentityAuthenticationProvider(TokenCredential, String[], String...) - Constructor for class com.microsoft.graph.core.authentication.AzureIdentityAuthenticationProvider
Creates a new instance of AzureIdentityAuthenticationProvider.

B

BASE_URL_MISSING - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Base Url missing error message.
BaseGraphRequestAdapter - Class in com.microsoft.graph.core.requests
Extension of the OkHttpRequestAdapter which is used as the default for Graph Requests.
BaseGraphRequestAdapter(AuthenticationProvider) - Constructor for class com.microsoft.graph.core.requests.BaseGraphRequestAdapter
Constructor requiring only an AuthenticationProvider
BaseGraphRequestAdapter(AuthenticationProvider, BaseGraphRequestAdapter.Clouds, String) - Constructor for class com.microsoft.graph.core.requests.BaseGraphRequestAdapter
Constructor requiring an AuthenticationProvider, optional National Cloud, and optional Version.
BaseGraphRequestAdapter(AuthenticationProvider, BaseGraphRequestAdapter.Clouds, String, GraphClientOption) - Constructor for class com.microsoft.graph.core.requests.BaseGraphRequestAdapter
Constructor requiring an AuthenticationProvider, optional National Cloud, optional Version, and required GraphClientOption.
BaseGraphRequestAdapter(AuthenticationProvider, BaseGraphRequestAdapter.Clouds, String, OkHttpClient) - Constructor for class com.microsoft.graph.core.requests.BaseGraphRequestAdapter
Constructor requiring an AuthenticationProvider, optional National Cloud, optional Version, and required OkHttpClient.
BaseGraphRequestAdapter(AuthenticationProvider, ParseNodeFactory, SerializationWriterFactory, OkHttpClient, GraphClientOption, String) - Constructor for class com.microsoft.graph.core.requests.BaseGraphRequestAdapter
The default BaseGraphRequestAdapter constructor, includes all configurable properties.
BaseGraphRequestAdapter(AuthenticationProvider, String) - Constructor for class com.microsoft.graph.core.requests.BaseGraphRequestAdapter
Constructor requiring an AuthenticationProvider and a base URL.
BaseGraphRequestAdapter(AuthenticationProvider, String, GraphClientOption) - Constructor for class com.microsoft.graph.core.requests.BaseGraphRequestAdapter
Constructor requiring an AuthenticationProvider, base URL, and GraphClientOption.
BaseGraphRequestAdapter(AuthenticationProvider, String, OkHttpClient) - Constructor for class com.microsoft.graph.core.requests.BaseGraphRequestAdapter
Constructor requiring an AuthenticationProvider, base URL, and an OkHttpClient.
BaseGraphRequestAdapter.Clouds - Enum Class in com.microsoft.graph.core.requests
Enum list of Keys which can be used to access the cloudList map.
BATCH_REQUEST_FLAG - Static variable in class com.microsoft.graph.core.requests.FeatureFlag
The value of the Batch Request flag, 1000000000.
BatchRequestBuilder - Class in com.microsoft.graph.core.requests
A request builder for creating batch requests.
BatchRequestBuilder(RequestAdapter) - Constructor for class com.microsoft.graph.core.requests.BatchRequestBuilder
Instantiates a new BatchRequestBuilder.
BatchRequestContent - Class in com.microsoft.graph.core.content
A class representing the content of a batch request.
BatchRequestContent(IBaseClient) - Constructor for class com.microsoft.graph.core.content.BatchRequestContent
Creates a new BatchRequestContent object.
BatchRequestContent(IBaseClient, List<BatchRequestStep>) - Constructor for class com.microsoft.graph.core.content.BatchRequestContent
Creates a new BatchRequestContent object.
BatchRequestContent(RequestAdapter, List<BatchRequestStep>) - Constructor for class com.microsoft.graph.core.content.BatchRequestContent
Creates a new BatchRequestContent object.
BatchRequestContentCollection - Class in com.microsoft.graph.core.content
A collection of batch requests
BatchRequestContentCollection(IBaseClient) - Constructor for class com.microsoft.graph.core.content.BatchRequestContentCollection
Creates a new batch request collection with the default maximum number of requests.
BatchRequestContentCollection(IBaseClient, int) - Constructor for class com.microsoft.graph.core.content.BatchRequestContentCollection
Creates a new batch request collection.
BatchRequestStep - Class in com.microsoft.graph.core.models
Represents a single request in a batch request
BatchRequestStep(String, Request) - Constructor for class com.microsoft.graph.core.models.BatchRequestStep
Creates a new BatchRequestStep
BatchRequestStep(String, Request, List<String>) - Constructor for class com.microsoft.graph.core.models.BatchRequestStep
Creates a new BatchRequestStep
BatchResponseContent - Class in com.microsoft.graph.core.content
A class representing the content of a batch request response.
BatchResponseContent(Response) - Constructor for class com.microsoft.graph.core.content.BatchResponseContent
Creates a new BatchResponseContent instance.
BatchResponseContent(Response, Map<String, ParsableFactory<? extends Parsable>>) - Constructor for class com.microsoft.graph.core.content.BatchResponseContent
Creates a new BatchResponseContent instance.
BatchResponseContentCollection - Class in com.microsoft.graph.core.content
A collection of BatchResponseContent objects.
BatchResponseContentCollection() - Constructor for class com.microsoft.graph.core.content.BatchResponseContentCollection
Instantiates a new Batch response content collection.
BEARER - Static variable in class com.microsoft.graph.core.CoreConstants.Headers
Bearer string constant.
BODY - Static variable in class com.microsoft.graph.core.CoreConstants.BatchRequest
Batch request step body property
build() - Method in class com.microsoft.graph.core.tasks.PageIterator.Builder
 
Builder() - Constructor for class com.microsoft.graph.core.tasks.PageIterator.Builder
Constructor for the Builder class of a PageIterator.

C

CHINA_CLOUD - Enum constant in enum class com.microsoft.graph.core.requests.BaseGraphRequestAdapter.Clouds
Key for China Cloud URL
client(IBaseClient) - Method in class com.microsoft.graph.core.tasks.PageIterator.Builder
 
CLIENT_REQUEST_ID - Static variable in class com.microsoft.graph.core.CoreConstants.Headers
Client Request ID header constant.
ClientException - Exception Class in com.microsoft.graph.core.exceptions
Graph client exception wrapper.
ClientException(String) - Constructor for exception class com.microsoft.graph.core.exceptions.ClientException
Constructor for a ClientException
ClientException(String, Throwable) - Constructor for exception class com.microsoft.graph.core.exceptions.ClientException
Constructor for a ClientException
collectionPage(TCollectionPage) - Method in class com.microsoft.graph.core.tasks.PageIterator.Builder
 
collectionPageFactory(ParsableFactory<TCollectionPage>) - Method in class com.microsoft.graph.core.tasks.PageIterator.Builder
 
com.microsoft.graph.core - package com.microsoft.graph.core
 
com.microsoft.graph.core.authentication - package com.microsoft.graph.core.authentication
 
com.microsoft.graph.core.content - package com.microsoft.graph.core.content
 
com.microsoft.graph.core.exceptions - package com.microsoft.graph.core.exceptions
 
com.microsoft.graph.core.models - package com.microsoft.graph.core.models
 
com.microsoft.graph.core.requests - package com.microsoft.graph.core.requests
 
com.microsoft.graph.core.requests.middleware - package com.microsoft.graph.core.requests.middleware
 
com.microsoft.graph.core.requests.options - package com.microsoft.graph.core.requests.options
 
com.microsoft.graph.core.requests.upload - package com.microsoft.graph.core.requests.upload
 
com.microsoft.graph.core.tasks - package com.microsoft.graph.core.tasks
 
COMPLETE - Enum constant in enum class com.microsoft.graph.core.tasks.PageIterator.PageIteratorState
The PageIterator has completed iterating.
COMPRESSION_HANDLER_FLAG - Static variable in class com.microsoft.graph.core.requests.FeatureFlag
The value of the Compression Handler flag, 1000000.
CONNECTION_POOL_FLAG - Static variable in class com.microsoft.graph.core.requests.FeatureFlag
The value of the Connection Pool flag, 10000000.
CoreConstants - Class in com.microsoft.graph.core
Core Constants for use in other classes.
CoreConstants.BatchRequest - Class in com.microsoft.graph.core
Batch Request Constants
CoreConstants.CollectionResponseMethods - Class in com.microsoft.graph.core
Collection Response Method Name Constants
CoreConstants.Headers - Class in com.microsoft.graph.core
Header Constants
CoreConstants.MimeTypeNames - Class in com.microsoft.graph.core
MimeTypeNames Constants
CoreConstants.OdataInstanceAnnotations - Class in com.microsoft.graph.core
Odata Instance Annotation Constants
CoreConstants.ReplacementConstants - Class in com.microsoft.graph.core
Url Replacement Constants Example: /users/{id} -> /me
CoreConstants.Serialization - Class in com.microsoft.graph.core
Serialization Constants
create() - Static method in class com.microsoft.graph.core.requests.GraphClientFactory
The default OkHttpClient Builder for Graph.
create(GraphClientOption) - Static method in class com.microsoft.graph.core.requests.GraphClientFactory
The OkHttpClient Builder with optional GraphClientOption
create(GraphClientOption, Interceptor...) - Static method in class com.microsoft.graph.core.requests.GraphClientFactory
OkHttpClient Builder for Graph with specified Interceptors and GraphClientOption.
create(Interceptor...) - Static method in class com.microsoft.graph.core.requests.GraphClientFactory
OkHttpClient Builder for Graph with specified Interceptors.
createDefaultGraphInterceptors(GraphClientOption) - Static method in class com.microsoft.graph.core.requests.GraphClientFactory
Creates the default Interceptors for use with Graph.
createFromDiscriminatorValue(ParseNode) - Static method in class com.microsoft.graph.core.models.UploadSession
Creates a new instance of the current model based on discriminator value.
createNewBatchFromFailedRequests(Map<String, Integer>) - Method in class com.microsoft.graph.core.content.BatchRequestContent
Builds a BatchRequestContent object from failed requests.

D

DEFAULT_HTTP_FLAG - Static variable in class com.microsoft.graph.core.requests.FeatureFlag
The value of the Default Http flag, 1000.
DEFAULT_VERSION_VALUE - Static variable in class com.microsoft.graph.core.CoreConstants.Headers
Default version value constant.
delete() - Method in class com.microsoft.graph.core.requests.upload.UploadSessionRequestBuilder
Deletes the specified UploadSession.
deleteSession() - Method in class com.microsoft.graph.core.tasks.LargeFileUploadTask
Delete the upload session.
DELTA - Enum constant in enum class com.microsoft.graph.core.tasks.PageIterator.PageIteratorState
A deltaToken was returned, the iterator is can be resumed.
DELTA_LINK - Static variable in class com.microsoft.graph.core.CoreConstants.OdataInstanceAnnotations
DeltaLink odata instance annotation
DEPENDS_ON - Static variable in class com.microsoft.graph.core.CoreConstants.BatchRequest
Batch request step dependsOn property

E

ERROR - Static variable in class com.microsoft.graph.core.CoreConstants.BatchRequest
Batch request step error property
ErrorConstants - Class in com.microsoft.graph.core
Constants used for exception building
ErrorConstants.Codes - Class in com.microsoft.graph.core
Exception codes
ErrorConstants.Messages - Class in com.microsoft.graph.core
Exception messages
EXPIRED_UPLOAD_SESSION - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Expired upload session error message.
extractEntityListFromParsable(TCollectionPage) - Static method in class com.microsoft.graph.core.tasks.PageIterator
Extracts the list of entities from the Parsable collection page.

F

FEATURE_FLAG - Static variable in class com.microsoft.graph.core.CoreConstants.Headers
Feature flag header constant.
FeatureFlag - Class in com.microsoft.graph.core.requests
The class which holds the values of each feature flag.
featureTracker - Variable in class com.microsoft.graph.core.requests.options.GraphClientOption
Feature Tracker instance
FeatureTracker - Class in com.microsoft.graph.core.requests
Manages and tracks the flags for tasks and handlers.
FeatureTracker() - Constructor for class com.microsoft.graph.core.requests.FeatureTracker
Default constructor
FILE_UPLOAD_FLAG - Static variable in class com.microsoft.graph.core.requests.FeatureFlag
The value of the File Upload flag, 100000000000.
finalize() - Method in class com.microsoft.graph.core.requests.BaseGraphRequestAdapter
 

G

GENERAL_EXCEPTION - Static variable in class com.microsoft.graph.core.ErrorConstants.Codes
General exception code.
GERMANY_CLOUD - Enum constant in enum class com.microsoft.graph.core.requests.BaseGraphRequestAdapter.Clouds
Key for Germany Cloud URL
get() - Method in class com.microsoft.graph.core.requests.upload.UploadSessionRequestBuilder
Gets the specified UploadSession.
GET_ODATA_DELTA_LINK - Static variable in class com.microsoft.graph.core.CoreConstants.CollectionResponseMethods
Method name constant for getOdataDeltaLink in collection responses
GET_ODATA_NEXT_LINK - Static variable in class com.microsoft.graph.core.CoreConstants.CollectionResponseMethods
Method name constant for getOdataNextLink in collection responses
getAdditionalData() - Method in class com.microsoft.graph.core.models.UploadSession
Get the additional data found.
getBatchRequestBuilder() - Method in interface com.microsoft.graph.core.requests.IBaseClient
Gets the BatchRequestBuilder
getBatchRequestContent() - Method in class com.microsoft.graph.core.content.BatchRequestContent
Builds the json content of the batch request.
getBatchRequestsForExecution() - Method in class com.microsoft.graph.core.content.BatchRequestContentCollection
Get list of BatchRequestContent objects for execution.
getBatchRequestSteps() - Method in class com.microsoft.graph.core.content.BatchRequestContent
Gets the batch request steps.
getBatchRequestSteps() - Method in class com.microsoft.graph.core.content.BatchRequestContentCollection
Get all BatchRequestSteps from all BatchRequestContent objects within the collection.
getClientLibraryVersion() - Method in class com.microsoft.graph.core.requests.options.GraphClientOption
Get the client library version as a string If null return null;
getClientRequestId() - Method in class com.microsoft.graph.core.requests.options.GraphClientOption
Gets the client request id
getCoreLibraryVersion() - Method in class com.microsoft.graph.core.requests.options.GraphClientOption
Get the core library version as a String, in this format 'x.x.x' If null return the value in CoreConstants.
getDefaultReplacementPairs() - Static method in class com.microsoft.graph.core.CoreConstants.ReplacementConstants
The default replacement pairs for /users/{id} -> /me
getDeltaLink() - Method in class com.microsoft.graph.core.tasks.PageIterator
The deltaLink returned from a delta query.
getDependsOn() - Method in class com.microsoft.graph.core.models.BatchRequestStep
Gets the ids of the requests that this request depends on
getExpirationDateTime() - Method in interface com.microsoft.graph.core.models.IUploadSession
Expiration date of the upload session
getExpirationDateTime() - Method in class com.microsoft.graph.core.models.UploadSession
Get the time at which the session expires.
getFeatureUsage() - Method in class com.microsoft.graph.core.requests.FeatureTracker
Gets a numeric representation of the SDK feature usage
getFieldDeserializers() - Method in class com.microsoft.graph.core.models.UploadSession
The deserialization information for the current model.
getGraphServiceTargetVersion() - Method in class com.microsoft.graph.core.requests.options.GraphClientOption
Get the target version of the api endpoint we are targeting (v1 or beta) return 'v1' if not specified.
getNextExpectedRanges() - Method in interface com.microsoft.graph.core.models.IUploadSession
Gets the Next Expected Ranges.
getNextExpectedRanges() - Method in class com.microsoft.graph.core.models.UploadSession
Get the next upload byte ranges to be uploaded.
getNextLink() - Method in class com.microsoft.graph.core.content.BatchResponseContent
Get the next link of the batch response.
getNextLink() - Method in class com.microsoft.graph.core.tasks.PageIterator
The nextLink returned from a collection query.
getPageIteratorState() - Method in class com.microsoft.graph.core.tasks.PageIterator
The state of the page iterator
getRangeBegin() - Method in class com.microsoft.graph.core.requests.upload.UploadSliceRequestBuilder
Get the starting byte position for this upload slice.
getRangeEnd() - Method in class com.microsoft.graph.core.requests.upload.UploadSliceRequestBuilder
Get the ending byte position for this upload slice.
getRangeLength() - Method in class com.microsoft.graph.core.requests.upload.UploadSliceRequestBuilder
Get the range of bytes for this slice.
getRequest() - Method in class com.microsoft.graph.core.models.BatchRequestStep
Gets the request
getRequestAdapter() - Method in class com.microsoft.graph.core.requests.BatchRequestBuilder
Gets the request adapter.
getRequestAdapter() - Method in interface com.microsoft.graph.core.requests.IBaseClient
Returns the current RequestAdapter for sending requests
getRequestId() - Method in class com.microsoft.graph.core.models.BatchRequestStep
Gets the id of the request
getResponseById(String) - Method in class com.microsoft.graph.core.content.BatchResponseContent
Gets the response within the batch response via specified id.
getResponseById(String) - Method in class com.microsoft.graph.core.content.BatchResponseContentCollection
Gets the response for the request with the given id.
getResponseById(String, ResponseHandler) - Method in class com.microsoft.graph.core.content.BatchResponseContent
Gets the response within the batch response via specified id.
getResponseById(String, ResponseHandler) - Method in class com.microsoft.graph.core.content.BatchResponseContentCollection
Gets the response for the request with the given id.
getResponseById(String, ParsableFactory<T>) - Method in class com.microsoft.graph.core.content.BatchResponseContent
Gets the response within the batch response via specified id.
getResponseById(String, ParsableFactory<T>) - Method in class com.microsoft.graph.core.content.BatchResponseContentCollection
Gets the response for the request with the given id.
getResponses() - Method in class com.microsoft.graph.core.content.BatchResponseContent
Gets the responses of the batch request.
getResponsesStatusCode() - Method in class com.microsoft.graph.core.content.BatchResponseContent
Gets the status codes of the responses of the batch request.
getResponsesStatusCodes() - Method in class com.microsoft.graph.core.content.BatchResponseContentCollection
Gets the response codes for all the requests in the batch.
getResponseStreamById(String) - Method in class com.microsoft.graph.core.content.BatchResponseContent
Gets the response within the batch response via specified id.
getResponseStreamById(String) - Method in class com.microsoft.graph.core.content.BatchResponseContentCollection
Gets the response for the request with the given id as a stream.
getSerializedFeatureUsage() - Method in class com.microsoft.graph.core.requests.FeatureTracker
Gets a serialized representation of the SDK feature usage.
getTotalSessionLength() - Method in class com.microsoft.graph.core.requests.upload.UploadSliceRequestBuilder
Get the total number of bytes being uploaded in the session.
getType() - Method in class com.microsoft.graph.core.requests.options.GraphClientOption
 
getUploadSliceRequests() - Method in class com.microsoft.graph.core.tasks.LargeFileUploadTask
Creates the UploadSliceRequestBuilders for the upload task based on the upload session information.
getUploadUrl() - Method in interface com.microsoft.graph.core.models.IUploadSession
Gets the Upload Url.
getUploadUrl() - Method in class com.microsoft.graph.core.models.UploadSession
Get the upload url of the upload session.
GLOBAL_CLOUD - Enum constant in enum class com.microsoft.graph.core.requests.BaseGraphRequestAdapter.Clouds
Key for Global Cloud URL
GRAPH_VERSION_PREFIX - Static variable in class com.microsoft.graph.core.CoreConstants.Headers
Graph version prefix header constant.
GraphClientFactory - Class in com.microsoft.graph.core.requests
The GraphClientFactory used to create the OkHttpClient.
GraphClientOption - Class in com.microsoft.graph.core.requests.options
Options to be passed to the telemetry middleware.
GraphClientOption() - Constructor for class com.microsoft.graph.core.requests.options.GraphClientOption
Default constructor
GraphTelemetryHandler - Class in com.microsoft.graph.core.requests.middleware
Middleware responsible for adding telemetry information on SDK usage Note: the telemetry only collects anonymous information on SDK version and usage.
GraphTelemetryHandler() - Constructor for class com.microsoft.graph.core.requests.middleware.GraphTelemetryHandler
Instantiate a GraphTelemetryHandler with default GraphClientOption.
GraphTelemetryHandler(GraphClientOption) - Constructor for class com.microsoft.graph.core.requests.middleware.GraphTelemetryHandler
Instantiate a GraphTelemetryHandler with specified GraphClientOption

H

handleResponse(NativeResponseType, HashMap<String, ParsableFactory<? extends Parsable>>) - Method in class com.microsoft.graph.core.requests.ResponseBodyHandler
Handles the response and returns the deserialized response body as a ModelType.
handleResponse(Response, ParsableFactory<T>) - Method in class com.microsoft.graph.core.requests.upload.UploadResponseHandler
Process the raw HTTP response from an upload request.
HEADERS - Static variable in class com.microsoft.graph.core.CoreConstants.BatchRequest
Batch request step headers property

I

IBaseClient - Interface in com.microsoft.graph.core.requests
The default client interface
ID - Static variable in class com.microsoft.graph.core.CoreConstants.BatchRequest
Batch request step id property
intercept(Interceptor.Chain) - Method in class com.microsoft.graph.core.requests.middleware.GraphTelemetryHandler
 
INTERPAGE_ITERATION - Enum constant in enum class com.microsoft.graph.core.tasks.PageIterator.PageIteratorState
The PageIterator is currently iterating over paged requests.
INTRAPAGE_ITERATION - Enum constant in enum class com.microsoft.graph.core.tasks.PageIterator.PageIteratorState
The PageIterator is currently iterating over the contents of a page.
INVALID_ARGUMENT - Static variable in class com.microsoft.graph.core.ErrorConstants.Codes
Invalid argument exception code.
INVALID_DEPENDS_ON_REQUEST_ID - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Invalid depends on request Id error message.
INVALID_PROXY_ARGUMENT - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Invalid proxy argument error message.
INVALID_RANGE - Static variable in class com.microsoft.graph.core.ErrorConstants.Codes
Invalid range exception code.
INVALID_REQUEST - Static variable in class com.microsoft.graph.core.ErrorConstants.Codes
Invalid request exception code.
INVALID_TYPE_FOR_DATE_CONVERTER - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Invalid type for date converter error message.
INVALID_TYPE_FOR_DATE_TIME_OFFSET_CONVERTER - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Invalid type for date time offset converter error message.
IProgressCallback - Interface in com.microsoft.graph.core.models
Defines how to return progress status from a request.
isSuccessStatusCode(int) - Static method in class com.microsoft.graph.core.content.BatchResponseContent
Checks if the status code is a success status code.
isUploadSuccessful() - Method in class com.microsoft.graph.core.models.UploadResult
Status of the request.
ITEM_NOT_FOUND - Static variable in class com.microsoft.graph.core.ErrorConstants.Codes
Item not found exception code.
itemResponse - Variable in class com.microsoft.graph.core.models.UploadResult
The uploaded item, once upload has completed.
iterate() - Method in class com.microsoft.graph.core.tasks.PageIterator
Iterates over the collection of entities in the collation page.
IUploadSession - Interface in com.microsoft.graph.core.models
Interface defining and UploadSession

J

JAVA_VERSION_PREFIX - Static variable in class com.microsoft.graph.core.CoreConstants.Headers
Java version prefix header constant.

K

KeyedBatchResponseContent - Class in com.microsoft.graph.core.content
A model to map id Keys to requests within a BatchResponseContent object.
KeyedBatchResponseContent(Set<String>, BatchResponseContent) - Constructor for class com.microsoft.graph.core.content.KeyedBatchResponseContent
Instantiates a new Keyed batch response content.
keys - Variable in class com.microsoft.graph.core.content.KeyedBatchResponseContent
The ids of the requests that were batched together.

L

LargeFileUploadTask<T extends com.microsoft.kiota.serialization.Parsable> - Class in com.microsoft.graph.core.tasks
Task for uploading large files including pausing and resuming.
LargeFileUploadTask(RequestAdapter, Parsable, InputStream, long, long, ParsableFactory<T>) - Constructor for class com.microsoft.graph.core.tasks.LargeFileUploadTask
LargeFileUploadTask instance constructor.
LargeFileUploadTask(RequestAdapter, Parsable, InputStream, long, ParsableFactory<T>) - Constructor for class com.microsoft.graph.core.tasks.LargeFileUploadTask
LargeFileUploadTask instance constructor.
location - Variable in class com.microsoft.graph.core.models.UploadResult
The uploaded item location, once upload has completed.
LOCATION_HEADER_NOT_SET_ON_REDIRECT - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Location header not set on redirect error message.
LOGGING_HANDLER_FLAG - Static variable in class com.microsoft.graph.core.requests.FeatureFlag
The value of the Logging Handler flag, 10000.
LONG_RUNNING_OP_FLAG - Static variable in class com.microsoft.graph.core.requests.FeatureFlag
The value of the Long Running Operation flag, 100000000.

M

MAX_REQUESTS - Static variable in class com.microsoft.graph.core.CoreConstants.BatchRequest
Batch request max requests property
MAXIMUM_VALUE_EXCEEDED - Static variable in class com.microsoft.graph.core.ErrorConstants.Codes
Maximum value exceeded exception code.
MAXIMUM_VALUE_EXCEEDED - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Maximum value exceeded error message.
ME_ENDPOINT - Static variable in class com.microsoft.graph.core.CoreConstants.ReplacementConstants
/me endpoint constant
METHOD - Static variable in class com.microsoft.graph.core.CoreConstants.BatchRequest
Batch request step method property
MISSING_RETRY_AFTER_HEADER - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Missing retry after header error message.

N

newBatchWithFailedRequests(Map<String, Integer>) - Method in class com.microsoft.graph.core.content.BatchRequestContentCollection
Get BatchRequestContentCollection with only failed requests.
NEXT_LINK - Static variable in class com.microsoft.graph.core.CoreConstants.OdataInstanceAnnotations
NextLink odata instance annotation
NO_RESPONSE_FOR_UPLOAD - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
No response for upload error message.
NONE_FLAG - Static variable in class com.microsoft.graph.core.requests.FeatureFlag
The value of the None flag, 0.
NOT_ALLOWED - Static variable in class com.microsoft.graph.core.ErrorConstants.Codes
Not allowed exception code.
NOT_STARTED - Enum constant in enum class com.microsoft.graph.core.tasks.PageIterator.PageIteratorState
The PageIterator has not started iterating.
NULL_PARAMETER - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Null parameter error message.
NULL_VALUE - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Null value error message.

O

ODATA_NEXT_LINK - Static variable in class com.microsoft.graph.core.CoreConstants.Serialization
OData nextLink property
ODATA_TYPE - Static variable in class com.microsoft.graph.core.CoreConstants.Serialization
OData type property
OVERALL_TIMEOUT_CANNOT_BE_SET - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Overall timeout cannot be set error message.

P

PAGE_ITERATOR_FLAG - Static variable in class com.microsoft.graph.core.requests.FeatureFlag
The value of the Page Iterator flag, 10000000000.
PageIterator<TEntity extends com.microsoft.kiota.serialization.Parsable,TCollectionPage extends com.microsoft.kiota.serialization.Parsable & com.microsoft.kiota.serialization.AdditionalDataHolder> - Class in com.microsoft.graph.core.tasks
A class for iterating through pages of a collection Use to automatically page through result sets across multiple calls and process each item in the result set.
PageIterator() - Constructor for class com.microsoft.graph.core.tasks.PageIterator
Creates a new instance of the PageIterator class
PageIterator.Builder<TEntity extends com.microsoft.kiota.serialization.Parsable,TCollectionPage extends com.microsoft.kiota.serialization.Parsable & com.microsoft.kiota.serialization.AdditionalDataHolder> - Class in com.microsoft.graph.core.tasks
A builder class for building a PageIterator.
PageIterator.PageIteratorState - Enum Class in com.microsoft.graph.core.tasks
Enum to represent the possible states of the PageIterator.
PAUSED - Enum constant in enum class com.microsoft.graph.core.tasks.PageIterator.PageIteratorState
The PageIterator is currently paused.
post(BatchRequestContentCollection, Map<String, ParsableFactory<? extends Parsable>>) - Method in class com.microsoft.graph.core.requests.BatchRequestBuilder
Posts a BatchRequestContentCollection.
post(BatchRequestContent, Map<String, ParsableFactory<? extends Parsable>>) - Method in class com.microsoft.graph.core.requests.BatchRequestBuilder
Posts a batch request.
processPageItemCallback(Function<TEntity, Boolean>) - Method in class com.microsoft.graph.core.tasks.PageIterator.Builder
Sets the callback to be called for each item in the collection.
put(InputStream) - Method in class com.microsoft.graph.core.requests.upload.UploadSliceRequestBuilder
Uploads the slice using PUT.

R

REDIRECT_HANDLER_FLAG - Static variable in class com.microsoft.graph.core.requests.FeatureFlag
The value of the Redirect Handler flag, 1.
removeBatchRequestStepWithId(String) - Method in class com.microsoft.graph.core.content.BatchRequestContent
Removes a batch request step from the batch request.
removeBatchRequestStepWithId(String) - Method in class com.microsoft.graph.core.content.BatchRequestContentCollection
removes a request from a BatchRequestContent object within the collection.
removeDependsOnId(String) - Method in class com.microsoft.graph.core.models.BatchRequestStep
Removes a request id from the dependsOn list.
report(long, long) - Method in interface com.microsoft.graph.core.models.IProgressCallback
How progress updates are handled for this callback
REQUEST_TIMED_OUT - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Request timed out error message.
REQUEST_URL_MISSING - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Request Url missing error message.
requestAdapter(RequestAdapter) - Method in class com.microsoft.graph.core.tasks.PageIterator.Builder
 
requestConfigurator(UnaryOperator<RequestInformation>) - Method in class com.microsoft.graph.core.tasks.PageIterator.Builder
 
REQUESTS - Static variable in class com.microsoft.graph.core.CoreConstants.BatchRequest
Batch request step requests property
response - Variable in class com.microsoft.graph.core.content.KeyedBatchResponseContent
The BatchResponseContent object paired to the keys.
ResponseBodyHandler<T extends com.microsoft.kiota.serialization.Parsable> - Class in com.microsoft.graph.core.requests
A response handler for deserializing responses to a ModelType.
ResponseBodyHandler(ParsableFactory<T>) - Constructor for class com.microsoft.graph.core.requests.ResponseBodyHandler
Instantiates a new response handler.
ResponseBodyHandler(ParseNodeFactory, ParsableFactory<T>) - Constructor for class com.microsoft.graph.core.requests.ResponseBodyHandler
Instantiates a new response handler.
RESPONSES - Static variable in class com.microsoft.graph.core.CoreConstants.BatchRequest
Batch request step responses property
resume() - Method in class com.microsoft.graph.core.tasks.LargeFileUploadTask
Resume the upload task.
resume() - Method in class com.microsoft.graph.core.tasks.PageIterator
Resumes the iteration over the collection of entities in the collation page.
resume(int, IProgressCallback) - Method in class com.microsoft.graph.core.tasks.LargeFileUploadTask
Resume the upload task.
RETRY_HANDLER_FLAG - Static variable in class com.microsoft.graph.core.requests.FeatureFlag
The value of the Retry Handler flag, 10.

S

SDK_VERSION_HEADER_NAME - Static variable in class com.microsoft.graph.core.CoreConstants.Headers
SDK version header constant.
serialize(SerializationWriter) - Method in class com.microsoft.graph.core.models.UploadSession
Serializes information the current object.
SERVICE_DISCOVERY_FLAG - Static variable in class com.microsoft.graph.core.requests.FeatureFlag
The value of the Service Discovery flag, 100000.
setAdditionalData(Map<String, Object>) - Method in class com.microsoft.graph.core.models.UploadSession
Sets the additionalData property value.
setClientLibraryVersion(String) - Method in class com.microsoft.graph.core.requests.options.GraphClientOption
Sets a string representation of the client library
setClientRequestId(String) - Method in class com.microsoft.graph.core.requests.options.GraphClientOption
Sets the client request id
setCollectionPageFactory(ParsableFactory<TCollectionPage>) - Method in class com.microsoft.graph.core.tasks.PageIterator
The factory to use for creating the collection page instance.
setCoreLibraryVersion(String) - Method in class com.microsoft.graph.core.requests.options.GraphClientOption
Set the core library version as a String, in this format 'x.x.x'
setCurrentPage(TCollectionPage) - Method in class com.microsoft.graph.core.tasks.PageIterator
The current page of the collection.
setDependsOn(List<String>) - Method in class com.microsoft.graph.core.models.BatchRequestStep
Sets the ids of the requests that this request depends on
setExpirationDateTime(OffsetDateTime) - Method in interface com.microsoft.graph.core.models.IUploadSession
Set the expiration date of the UploadSession
setExpirationDateTime(OffsetDateTime) - Method in class com.microsoft.graph.core.models.UploadSession
Set the time at which the session expires.
setFeatureUsage(int) - Method in class com.microsoft.graph.core.requests.FeatureTracker
Sets a numeric representation of the SDK feature usage
setGraphServiceTargetVersion(String) - Method in class com.microsoft.graph.core.requests.options.GraphClientOption
Set the target version of the api endpoint we are targeting (v1 or beta)
setNextExpectedRanges(List<String>) - Method in interface com.microsoft.graph.core.models.IUploadSession
Sets the ranges that are yet to be uploaded.
setNextExpectedRanges(List<String>) - Method in class com.microsoft.graph.core.models.UploadSession
Set the byte ranges yet to be uploaded.
setPageItemQueue(Queue<TEntity>) - Method in class com.microsoft.graph.core.tasks.PageIterator
The queue of items in the current page.
setProcessPageItemCallback(Function<TEntity, Boolean>) - Method in class com.microsoft.graph.core.tasks.PageIterator
The processPageItemCallback to use for processing each item in the collection.
setRequestAdapter(RequestAdapter) - Method in interface com.microsoft.graph.core.requests.IBaseClient
Method to set the RequestAdapter property
setRequestAdapter(RequestAdapter) - Method in class com.microsoft.graph.core.tasks.PageIterator
Sets the request adapter to use for requests in the page iterator.
setRequestConfigurator(UnaryOperator<RequestInformation>) - Method in class com.microsoft.graph.core.tasks.PageIterator
The request configurator to use for requests in the page iterator.
setUploadUrl(String) - Method in interface com.microsoft.graph.core.models.IUploadSession
Sets the Upload Url
setUploadUrl(String) - Method in class com.microsoft.graph.core.models.UploadSession
Set the upload url of the upload session.
STATUS - Static variable in class com.microsoft.graph.core.CoreConstants.BatchRequest
Batch request step status property

T

TEMPORARILY_UNAVAILABLE - Static variable in class com.microsoft.graph.core.ErrorConstants.Codes
Temporarily unavailable exception code.
TIMEOUT - Static variable in class com.microsoft.graph.core.ErrorConstants.Codes
Timeout exception code.
TOO_MANY_REDIRECTS - Static variable in class com.microsoft.graph.core.ErrorConstants.Codes
Too many redirects exception code.
TOO_MANY_REDIRECTS_FORMAT_STRING - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Too many redirects error message.
TOO_MANY_RETRIES - Static variable in class com.microsoft.graph.core.ErrorConstants.Codes
Too many retries exception code.
TOO_MANY_RETRIES_FORMAT_STRING - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Too many retries error message.
toPostRequestInformation(BatchRequestContent) - Method in class com.microsoft.graph.core.requests.BatchRequestBuilder
Creates the request information for a batch request.

U

UNABLE_TO_CREATE_INSTANCE_OF_TYPE_FORMAT_STRING - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Unable to create instance of type error message.
UNABLE_TO_DESERIALIZE_CONTENT - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Unable to deserialize content error message.
UNABLE_TO_DESERIALIZE_DATE - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Unable to deserialize date error message.
UNABLE_TO_DESERIALIZE_DATE_TIME_OFFSET - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Unable to deserialize date time offset error message.
UNEXPECTED_EXCEPTION - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Unexpected exception error message.
UNEXPECTED_EXCEPTION_ON_SEND - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Unexpected exception on send error message.
UNEXPECTED_EXCEPTION_RESPONSE - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Unexpected exception response error message.
UNEXPECTED_MSAL_EXCEPTION - Static variable in class com.microsoft.graph.core.ErrorConstants.Messages
Unexpected msal exception error message.
updateSessionStatus() - Method in class com.microsoft.graph.core.tasks.LargeFileUploadTask
Get the session information from the server, and update the internally held session with the updated information.
upload() - Method in class com.microsoft.graph.core.tasks.LargeFileUploadTask
Perform the upload task.
upload(int, IProgressCallback) - Method in class com.microsoft.graph.core.tasks.LargeFileUploadTask
Perform the upload task.
UploadResponseHandler - Class in com.microsoft.graph.core.requests.upload
The request handler for upload requests.
UploadResponseHandler() - Constructor for class com.microsoft.graph.core.requests.upload.UploadResponseHandler
UploadResponseHandler constructor.
UploadResponseHandler(ParseNodeFactory) - Constructor for class com.microsoft.graph.core.requests.upload.UploadResponseHandler
UploadResponseHandler constructor.
UploadResult<T> - Class in com.microsoft.graph.core.models
Model containing the information from an upload response.
UploadResult() - Constructor for class com.microsoft.graph.core.models.UploadResult
Default constructor.
uploadSession - Variable in class com.microsoft.graph.core.models.UploadResult
The UploadSession containing information about the created upload session.
UploadSession - Class in com.microsoft.graph.core.models
Concrete implementation of the IUploadSession interface.
UploadSession() - Constructor for class com.microsoft.graph.core.models.UploadSession
Instantiates a new uploadSession and sets the default values.
UploadSessionRequestBuilder<T extends com.microsoft.kiota.serialization.Parsable> - Class in com.microsoft.graph.core.requests.upload
UploadSessionRequestBuilder class to get and delete an UploadSession.
UploadSessionRequestBuilder(String, RequestAdapter, ParsableFactory<T>) - Constructor for class com.microsoft.graph.core.requests.upload.UploadSessionRequestBuilder
Create a new UploadSessionRequest.
UploadSliceRequestBuilder<T extends com.microsoft.kiota.serialization.Parsable> - Class in com.microsoft.graph.core.requests.upload
Request for uploading a slice of a large file.
UploadSliceRequestBuilder(String, RequestAdapter, long, long, long, ParsableFactory<T>) - Constructor for class com.microsoft.graph.core.requests.upload.UploadSliceRequestBuilder
Request for uploading one slice of a session.
URL - Static variable in class com.microsoft.graph.core.CoreConstants.BatchRequest
Batch request step url property
URL_REPLACEMENT_FLAG - Static variable in class com.microsoft.graph.core.requests.FeatureFlag
The value of the UrlReplacement flag, 1000000000000.
USER_ID_TOKEN_TO_REPLACE - Static variable in class com.microsoft.graph.core.CoreConstants.ReplacementConstants
Default token to replace the id value in 'user/{id}'
USERS_ENDPOINT_WITH_REPLACE_TOKEN - Static variable in class com.microsoft.graph.core.CoreConstants.ReplacementConstants
Default endpoint to be replaced by /me users/TokenToReplace -> /me
USGOV_CLOUD - Enum constant in enum class com.microsoft.graph.core.requests.BaseGraphRequestAdapter.Clouds
Key for US GOV Cloud URL
USGOV_DOD_CLOUD - Enum constant in enum class com.microsoft.graph.core.requests.BaseGraphRequestAdapter.Clouds
Key for US DOD Cloud URL

V

valueOf(String) - Static method in enum class com.microsoft.graph.core.requests.BaseGraphRequestAdapter.Clouds
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.microsoft.graph.core.tasks.PageIterator.PageIteratorState
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.microsoft.graph.core.requests.BaseGraphRequestAdapter.Clouds
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.core.tasks.PageIterator.PageIteratorState
Returns an array containing the constants of this enum class, in the order they are declared.
VERSION - Static variable in class com.microsoft.graph.core.CoreConstants.Headers
Version number header.
A B C D E F G H I J K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form