Uses of Class
it.sistematica.isharedoc.ws.message.organization.MboxItem

Packages that use MboxItem
it.sistematica.isharedoc.ws.message.organization   
 

Uses of MboxItem in it.sistematica.isharedoc.ws.message.organization
 

Methods in it.sistematica.isharedoc.ws.message.organization that return types with arguments of type MboxItem
 java.util.List<MboxItem> UserInfoResponse.getMboxes()
           
 

Methods in it.sistematica.isharedoc.ws.message.organization with parameters of type MboxItem
 void UserInfoResponse.addMbox(MboxItem mbox)
           
 

Method parameters in it.sistematica.isharedoc.ws.message.organization with type arguments of type MboxItem
 void UserInfoResponse.setMboxes(java.util.List<MboxItem> mboxes)