Uses of Class
org.gcube.portal.social.networking.ws.inputs.Recipient
-
Packages that use Recipient Package Description org.gcube.portal.social.networking.ws.inputs -
-
Uses of Recipient in org.gcube.portal.social.networking.ws.inputs
Methods in org.gcube.portal.social.networking.ws.inputs that return types with arguments of type Recipient Modifier and Type Method Description ArrayList<Recipient>MessageInputBean. getRecipients()Method parameters in org.gcube.portal.social.networking.ws.inputs with type arguments of type Recipient Modifier and Type Method Description voidMessageInputBean. setRecipients(ArrayList<Recipient> recipients)Constructor parameters in org.gcube.portal.social.networking.ws.inputs with type arguments of type Recipient Constructor Description MessageInputBean(String sender, String body, String subject, ArrayList<Recipient> recipients)
-