Interface UpdateUserContactInfoRequest.InitialUpdateContactInfoPayloadOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateUserContactInfoRequest.InitialUpdateContactInfoPayload, UpdateUserContactInfoRequest.InitialUpdateContactInfoPayload.Builder
Enclosing class:
UpdateUserContactInfoRequest

public static interface UpdateUserContactInfoRequest.InitialUpdateContactInfoPayloadOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string email = 1;
    com.google.protobuf.ByteString
    string email = 1;
    optional string inn = 3;
    com.google.protobuf.ByteString
    optional string inn = 3;
    long
    int64 phone_number = 2;
    boolean
    optional string inn = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getEmail

      String getEmail()
      string email = 1;
      Returns:
      The email.
    • getEmailBytes

      com.google.protobuf.ByteString getEmailBytes()
      string email = 1;
      Returns:
      The bytes for email.
    • getPhoneNumber

      long getPhoneNumber()
      int64 phone_number = 2;
      Returns:
      The phoneNumber.
    • hasInn

      boolean hasInn()
      optional string inn = 3;
      Returns:
      Whether the inn field is set.
    • getInn

      String getInn()
      optional string inn = 3;
      Returns:
      The inn.
    • getInnBytes

      com.google.protobuf.ByteString getInnBytes()
      optional string inn = 3;
      Returns:
      The bytes for inn.