public class Parties extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Parties.Importance
A string that identifies the importance of the party.
|
Constructor and Description |
---|
Parties() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Address> |
getAddresses()
Gets the addresses.
|
java.util.List<Contact> |
getContacts()
Gets the contacts.
|
java.lang.String |
getImportance()
Gets the importance.
|
java.lang.String |
getParty()
Gets the party.
|
java.lang.String |
getRole()
Gets the role.
|
equals, hashCode, toString
public java.lang.String getParty()
public java.lang.String getImportance()
public java.lang.String getRole()
public java.util.List<Address> getAddresses()
public java.util.List<Contact> getContacts()