@Generated(value="org.immutables.processor.ProxyProcessor") public final class ExpirePasswordResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExpirePasswordResponse.Builder
Builds instances of type
ExpirePasswordResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ExpirePasswordResponse.Builder |
builder()
Creates a builder for
ExpirePasswordResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ExpirePasswordResponse that have equal attribute values. |
Boolean |
getLocked()
Whether the account is locked
|
Boolean |
getPasswordChangeRequired()
Whether user's password will be expired
|
int |
hashCode()
Computes a hash code from attributes:
locked, passwordChangeRequired. |
String |
toString()
Prints the immutable value
ExpirePasswordResponse with attribute values. |
public Boolean getLocked()
public Boolean getPasswordChangeRequired()
public boolean equals(Object another)
ExpirePasswordResponse that have equal attribute values.public int hashCode()
locked, passwordChangeRequired.public String toString()
ExpirePasswordResponse with attribute values.public static ExpirePasswordResponse.Builder builder()
ExpirePasswordResponse.
ExpirePasswordResponse.builder()
.locked(Boolean | null) // nullable locked
.passwordChangeRequired(Boolean | null) // nullable passwordChangeRequired
.build();
Copyright © 2020. All rights reserved.