public static interface Contacts.PersonOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDesignation()
public abstract String getDesignation()Designation of the person, for example, Data Steward.
string designation = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The designation. |
getDesignationBytes()
public abstract ByteString getDesignationBytes()Designation of the person, for example, Data Steward.
string designation = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for designation. |
getEmail()
public abstract String getEmail() Email of the person in the format of john.doe@xyz,
<john.doe@xyz>, or John Doe<john.doe@xyz>.
string email = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The email. |
getEmailBytes()
public abstract ByteString getEmailBytes() Email of the person in the format of john.doe@xyz,
<john.doe@xyz>, or John Doe<john.doe@xyz>.
string email = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for email. |