@Generated(value="org.immutables.processor.ProxyProcessor") public final class DeleteUserRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteUserRequest.Builder
Builds instances of type
DeleteUserRequest. |
| Modifier and Type | Method and Description |
|---|---|
static DeleteUserRequest.Builder |
builder()
Creates a builder for
DeleteUserRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
DeleteUserRequest that have equal attribute values. |
String |
getUsername()
The username of the user to delete
|
int |
hashCode()
Computes a hash code from attributes:
username. |
String |
toString()
Prints the immutable value
DeleteUserRequest with attribute values. |
public String getUsername()
public boolean equals(Object another)
DeleteUserRequest that have equal attribute values.public int hashCode()
username.public String toString()
DeleteUserRequest with attribute values.public static DeleteUserRequest.Builder builder()
DeleteUserRequest.Copyright © 2018. All rights reserved.