Uses of Class
com.evernote.edam.type.BusinessUserRole

Packages that use BusinessUserRole
com.evernote.edam.type   
 

Uses of BusinessUserRole in com.evernote.edam.type
 

Methods in com.evernote.edam.type that return BusinessUserRole
static BusinessUserRole BusinessUserRole.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 BusinessUserRole Accounting.getBusinessRole()
           
 BusinessUserRole BusinessUserInfo.getRole()
           
static BusinessUserRole BusinessUserRole.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BusinessUserRole[] BusinessUserRole.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evernote.edam.type with parameters of type BusinessUserRole
 void Accounting.setBusinessRole(BusinessUserRole businessRole)
           
 void BusinessUserInfo.setRole(BusinessUserRole role)
           
 



Copyright © 2013. All Rights Reserved.