@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. |
Boolean |
getAsync()
The async
|
String |
getUserId()
The ID of the user
|
int |
hashCode()
Computes a hash code from attributes:
async, userId. |
String |
toString()
Prints the immutable value
DeleteUserRequest with attribute values. |
public Boolean getAsync()
public String getUserId()
public boolean equals(Object another)
DeleteUserRequest that have equal attribute values.public int hashCode()
async, userId.public String toString()
DeleteUserRequest with attribute values.public static DeleteUserRequest.Builder builder()
DeleteUserRequest.
DeleteUserRequest.builder()
.async(Boolean | null) // nullable async
.userId(String) // required userId
.build();
Copyright © 2020. All rights reserved.