Package dev.crashteam.crm
Interface UpdateUserContactInfoRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateUserContactInfoRequest,UpdateUserContactInfoRequest.Builder
public interface UpdateUserContactInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.crm.UpdateUserContactInfoRequest.ApproveUpdateContactInfoPayload approve_update_contact_info_payload = 11;.crm.UpdateUserContactInfoRequest.ApproveUpdateContactInfoPayload approve_update_contact_info_payload = 11;.crm.UpdateUserContactInfoRequest.InitialUpdateContactInfoPayload initial_update_contact_info_payload = 10;.crm.UpdateUserContactInfoRequest.InitialUpdateContactInfoPayload initial_update_contact_info_payload = 10;string user_id = 1;com.google.protobuf.ByteStringstring user_id = 1;boolean.crm.UpdateUserContactInfoRequest.ApproveUpdateContactInfoPayload approve_update_contact_info_payload = 11;boolean.crm.UpdateUserContactInfoRequest.InitialUpdateContactInfoPayload initial_update_contact_info_payload = 10;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
-
getUserId
String getUserId()string user_id = 1;- Returns:
- The userId.
-
getUserIdBytes
com.google.protobuf.ByteString getUserIdBytes()string user_id = 1;- Returns:
- The bytes for userId.
-
hasInitialUpdateContactInfoPayload
boolean hasInitialUpdateContactInfoPayload().crm.UpdateUserContactInfoRequest.InitialUpdateContactInfoPayload initial_update_contact_info_payload = 10;- Returns:
- Whether the initialUpdateContactInfoPayload field is set.
-
getInitialUpdateContactInfoPayload
UpdateUserContactInfoRequest.InitialUpdateContactInfoPayload getInitialUpdateContactInfoPayload().crm.UpdateUserContactInfoRequest.InitialUpdateContactInfoPayload initial_update_contact_info_payload = 10;- Returns:
- The initialUpdateContactInfoPayload.
-
getInitialUpdateContactInfoPayloadOrBuilder
UpdateUserContactInfoRequest.InitialUpdateContactInfoPayloadOrBuilder getInitialUpdateContactInfoPayloadOrBuilder().crm.UpdateUserContactInfoRequest.InitialUpdateContactInfoPayload initial_update_contact_info_payload = 10; -
hasApproveUpdateContactInfoPayload
boolean hasApproveUpdateContactInfoPayload().crm.UpdateUserContactInfoRequest.ApproveUpdateContactInfoPayload approve_update_contact_info_payload = 11;- Returns:
- Whether the approveUpdateContactInfoPayload field is set.
-
getApproveUpdateContactInfoPayload
UpdateUserContactInfoRequest.ApproveUpdateContactInfoPayload getApproveUpdateContactInfoPayload().crm.UpdateUserContactInfoRequest.ApproveUpdateContactInfoPayload approve_update_contact_info_payload = 11;- Returns:
- The approveUpdateContactInfoPayload.
-
getApproveUpdateContactInfoPayloadOrBuilder
UpdateUserContactInfoRequest.ApproveUpdateContactInfoPayloadOrBuilder getApproveUpdateContactInfoPayloadOrBuilder().crm.UpdateUserContactInfoRequest.ApproveUpdateContactInfoPayload approve_update_contact_info_payload = 11; -
getPayloadCase
UpdateUserContactInfoRequest.PayloadCase getPayloadCase()
-