Uses of Class
com.dropbox.client2.session.Session.AccessType

Packages that use Session.AccessType
com.dropbox.client2.session   
 

Uses of Session.AccessType in com.dropbox.client2.session
 

Methods in com.dropbox.client2.session that return Session.AccessType
 Session.AccessType AbstractSession.getAccessType()
           
 Session.AccessType Session.getAccessType()
          Returns what Dropbox access type to use (currently app folder or entire Dropbox).
static Session.AccessType Session.AccessType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Session.AccessType[] Session.AccessType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.dropbox.client2.session with parameters of type Session.AccessType
AbstractSession(AppKeyPair appKeyPair, Session.AccessType type)
          Creates a new session with the given app key and secret, and access type.
AbstractSession(AppKeyPair appKeyPair, Session.AccessType type, AccessTokenPair accessTokenPair)
          Creates a new session with the given app key and secret, and access type.
WebAuthSession(AppKeyPair appKeyPair, Session.AccessType type)
          Creates a new web auth session with the given app key pair and access type.
WebAuthSession(AppKeyPair appKeyPair, Session.AccessType type, AccessTokenPair accessTokenPair)
          Creates a new web auth session with the given app key pair and access type.
 



Copyright © 2012. All Rights Reserved.