public class Parties
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | Parties.ImportanceA 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.util.List<Mention> | getMentions()Gets the mentions. | 
| java.lang.String | getParty()Gets the party. | 
| java.lang.String | getRole()Gets the role. | 
public java.lang.String getParty()
public java.lang.String getRole()
public java.lang.String getImportance()
public java.util.List<Address> getAddresses()
public java.util.List<Contact> getContacts()
public java.util.List<Mention> getMentions()