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 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

      .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

      .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