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

wechat.protobuf.LinkedinContactItemOrBuilder Maven / Gradle / Ivy

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

package wechat.protobuf;

public interface LinkedinContactItemOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.LinkedinContactItem)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string linkedin_name = 1;
   * @return Whether the linkedinName field is set.
   */
  boolean hasLinkedinName();
  /**
   * optional string linkedin_name = 1;
   * @return The linkedinName.
   */
  java.lang.String getLinkedinName();
  /**
   * optional string linkedin_name = 1;
   * @return The bytes for linkedinName.
   */
  com.google.protobuf.ByteString
      getLinkedinNameBytes();

  /**
   * optional string linkedin_member_id = 2;
   * @return Whether the linkedinMemberId field is set.
   */
  boolean hasLinkedinMemberId();
  /**
   * optional string linkedin_member_id = 2;
   * @return The linkedinMemberId.
   */
  java.lang.String getLinkedinMemberId();
  /**
   * optional string linkedin_member_id = 2;
   * @return The bytes for linkedinMemberId.
   */
  com.google.protobuf.ByteString
      getLinkedinMemberIdBytes();

  /**
   * optional string linkedin_public_url = 3;
   * @return Whether the linkedinPublicUrl field is set.
   */
  boolean hasLinkedinPublicUrl();
  /**
   * optional string linkedin_public_url = 3;
   * @return The linkedinPublicUrl.
   */
  java.lang.String getLinkedinPublicUrl();
  /**
   * optional string linkedin_public_url = 3;
   * @return The bytes for linkedinPublicUrl.
   */
  com.google.protobuf.ByteString
      getLinkedinPublicUrlBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy