Package 

Class GraphRequestAsyncTask

    • Constructor Detail

      • GraphRequestAsyncTask

        GraphRequestAsyncTask(GraphRequest requests)
        Constructor.
        Parameters:
        requests - the requests to execute
      • GraphRequestAsyncTask

        GraphRequestAsyncTask(Collection<GraphRequest> requests)
        Constructor.
        Parameters:
        requests - the requests to execute
      • GraphRequestAsyncTask

        GraphRequestAsyncTask(GraphRequestBatch requests)
        Constructor.
        Parameters:
        requests - the requests to execute
      • GraphRequestAsyncTask

        GraphRequestAsyncTask(HttpURLConnection connection, GraphRequest requests)
        Constructor that allows specification of an HTTP connection to use for executing the requests.
        Parameters:
        connection - the HTTP connection to use to execute the requests
        requests - the requests to execute
      • GraphRequestAsyncTask

        GraphRequestAsyncTask(HttpURLConnection connection, Collection<GraphRequest> requests)
        Constructor that allows specification of an HTTP connection to use for executing the requests.
        Parameters:
        connection - the HTTP connection to use to execute the requests
        requests - the requests to execute