Interface DexOuterClass.UpdatePasswordReqOrBuilder

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

public static interface DexOuterClass.UpdatePasswordReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The email used to lookup the password.
    com.google.protobuf.ByteString
    The email used to lookup the password.
    com.google.protobuf.ByteString
    bytes new_hash = 2;
    string new_username = 3;
    com.google.protobuf.ByteString
    string new_username = 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()
       The email used to lookup the password. This field cannot be modified
       
      string email = 1;
      Returns:
      The email.
    • getEmailBytes

      com.google.protobuf.ByteString getEmailBytes()
       The email used to lookup the password. This field cannot be modified
       
      string email = 1;
      Returns:
      The bytes for email.
    • getNewHash

      com.google.protobuf.ByteString getNewHash()
      bytes new_hash = 2;
      Returns:
      The newHash.
    • getNewUsername

      String getNewUsername()
      string new_username = 3;
      Returns:
      The newUsername.
    • getNewUsernameBytes

      com.google.protobuf.ByteString getNewUsernameBytes()
      string new_username = 3;
      Returns:
      The bytes for newUsername.