Package com.streamlayer.studio.users
Interface UpdatePasswordRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
UpdatePasswordRequest,UpdatePasswordRequest.Builder
public interface UpdatePasswordRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCurrentPassword()string current_password = 1 [json_name = "currentPassword"];com.google.protobuf.ByteStringgetCurrentPasswordBytes()string current_password = 1 [json_name = "currentPassword"];java.lang.StringgetNewPassword()string new_password = 2 [json_name = "newPassword"];com.google.protobuf.ByteStringgetNewPasswordBytes()string new_password = 2 [json_name = "newPassword"];
-
-
-
Method Detail
-
getCurrentPassword
java.lang.String getCurrentPassword()
string current_password = 1 [json_name = "currentPassword"];- Returns:
- The currentPassword.
-
getCurrentPasswordBytes
com.google.protobuf.ByteString getCurrentPasswordBytes()
string current_password = 1 [json_name = "currentPassword"];- Returns:
- The bytes for currentPassword.
-
getNewPassword
java.lang.String getNewPassword()
string new_password = 2 [json_name = "newPassword"];- Returns:
- The newPassword.
-
getNewPasswordBytes
com.google.protobuf.ByteString getNewPasswordBytes()
string new_password = 2 [json_name = "newPassword"];- Returns:
- The bytes for newPassword.
-
-