Package com.microsoft.graph.core


package com.microsoft.graph.core
  • Interface Summary
    Interface
    Description
    IBaseClient<nativeRequestType>
    A client that communications with an OData service
  • Class Summary
    Class
    Description
    BaseClient<nativeRequestType>
    A client that communications with an OData service
    BaseClient.Builder<httpClientType,​nativeRequestType>
    Builder to help configure the Graph service client
    The class for the CustomRequestBuilder If the provided URL is malformed, the ClientException will contain a MalformedURLException
    A timezone-nonspecific date
    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
    The time of day
  • Enum Class Summary
    Enum Class
    Description
    The common Graph error codes
  • Exception Summary
    Exception
    Description
    An exception from the client.