public class Recipient
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Recipient.AddressType |
static class |
Recipient.RecipientType |
Modifier and Type | Field and Description |
---|---|
Recipient.AddressType |
addressType |
java.lang.String |
email |
java.lang.String |
name |
Recipient.RecipientType |
recipientType |
Constructor and Description |
---|
Recipient() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public java.lang.String email
public java.lang.String name
public Recipient.AddressType addressType
public Recipient.RecipientType recipientType
Copyright © 2021. All Rights Reserved.