Package dev.crashteam.crm
Interface UserContactOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserContact,UserContact.Builder
public interface UserContactOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEmail
String getEmail()string email = 1;- Returns:
- The email.
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()string email = 1;- Returns:
- The bytes for email.
-
getPhone
long getPhone()int64 phone = 2;- Returns:
- The phone.
-
hasInn
boolean hasInn()optional string inn = 3;- Returns:
- Whether the inn field is set.
-
getInn
String getInn()optional string inn = 3;- Returns:
- The inn.
-
getInnBytes
com.google.protobuf.ByteString getInnBytes()optional string inn = 3;- Returns:
- The bytes for inn.
-