Package dev.crashteam.crm
Interface UserIdentityOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserIdentity,UserIdentity.Builder
public interface UserIdentityOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionEx: Vitaliycom.google.protobuf.ByteStringEx: VitaliyMethods 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
-
getFirstName
String getFirstName()Ex: Vitaliy
string first_name = 1;- Returns:
- The firstName.
-
getFirstNameBytes
com.google.protobuf.ByteString getFirstNameBytes()Ex: Vitaliy
string first_name = 1;- Returns:
- The bytes for firstName.
-