@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2024-01-08T21:27:32.920Z") public class Contact extends Object
Constructor and Description |
---|
Contact() |
Modifier and Type | Method and Description |
---|---|
Contact |
address(Address address) |
Contact |
affiliation(String affiliation) |
Contact |
email(String email) |
boolean |
equals(Object o) |
Address |
getAddress()
Get address
|
String |
getAffiliation()
Get affiliation
|
String |
getEmail()
Get email
|
String |
getJurisdiction()
Get jurisdiction
|
String |
getName()
Get name
|
Phone |
getPhone()
Get phone
|
String |
getPosition()
Get position
|
ContactRole |
getRole()
Get role
|
String |
getType()
Contact
|
int |
hashCode() |
Contact |
jurisdiction(String jurisdiction) |
Contact |
name(String name) |
Contact |
phone(Phone phone) |
Contact |
position(String position) |
Contact |
role(ContactRole role) |
void |
setAddress(Address address) |
void |
setAffiliation(String affiliation) |
void |
setEmail(String email) |
void |
setJurisdiction(String jurisdiction) |
void |
setName(String name) |
void |
setPhone(Phone phone) |
void |
setPosition(String position) |
void |
setRole(ContactRole role) |
String |
toString() |
public Contact role(ContactRole role)
public ContactRole getRole()
public void setRole(ContactRole role)
public String getName()
public void setName(String name)
public String getPosition()
public void setPosition(String position)
public String getAffiliation()
public void setAffiliation(String affiliation)
public Address getAddress()
public void setAddress(Address address)
public String getEmail()
public void setEmail(String email)
public Phone getPhone()
public void setPhone(Phone phone)
public String getJurisdiction()
public void setJurisdiction(String jurisdiction)
public String getType()
Copyright © 2024 Sage Bionetworks. All rights reserved.