Package dev.crashteam.crm
Interface UpdateUserContactInfoRequest.InitialUpdateContactInfoPayloadOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateUserContactInfoRequest.InitialUpdateContactInfoPayload,UpdateUserContactInfoRequest.InitialUpdateContactInfoPayload.Builder
- Enclosing class:
- UpdateUserContactInfoRequest
public static interface UpdateUserContactInfoRequest.InitialUpdateContactInfoPayloadOrBuilder
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.
-
getPhoneNumber
long getPhoneNumber()int64 phone_number = 2;- Returns:
- The phoneNumber.
-
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.
-