public class ResetPasswordResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResetPasswordResult.Status |
| Modifier and Type | Field and Description |
|---|---|
static ResetPasswordResult |
EXPIRED |
static ResetPasswordResult |
MISMATCH |
static ResetPasswordResult |
NOT_FOUND |
static ResetPasswordResult |
TOO_SHORT |
| Constructor and Description |
|---|
ResetPasswordResult(javax.ws.rs.core.NewCookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.NewCookie |
getCookie() |
ResetPasswordResult.Status |
getStatus() |
public static final ResetPasswordResult NOT_FOUND
public static final ResetPasswordResult EXPIRED
public static final ResetPasswordResult MISMATCH
public static final ResetPasswordResult TOO_SHORT
public ResetPasswordResult(javax.ws.rs.core.NewCookie cookie)
public ResetPasswordResult.Status getStatus()
public javax.ws.rs.core.NewCookie getCookie()
Copyright © 2019 Ajibot. All rights reserved.