All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.crashteam.crm.UserIdentityOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: crm.proto

package dev.crashteam.crm;

public interface UserIdentityOrBuilder extends
    // @@protoc_insertion_point(interface_extends:crm.UserIdentity)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Ex: Vitaliy
   * 
* * string first_name = 1; * @return The firstName. */ java.lang.String getFirstName(); /** *
   * Ex: Vitaliy
   * 
* * string first_name = 1; * @return The bytes for firstName. */ com.google.protobuf.ByteString getFirstNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy