@Generated(value={"Immutables.generator","_DeleteUserRequest"}) 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 |
getIdentityZoneId()
Returns the identity zone id
|
String |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
String |
getUserId()
The user id
|
String |
getVersion()
Returns the version
|
int |
hashCode()
Computes a hash code from attributes:
userId, identityZoneId, identityZoneSubdomain, version. |
String |
toString()
Prints the immutable value
DeleteUserRequest with attribute values. |
public String getUserId()
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public String getVersion()
public boolean equals(Object another)
DeleteUserRequest that have equal attribute values.public int hashCode()
userId, identityZoneId, identityZoneSubdomain, version.public String toString()
DeleteUserRequest with attribute values.public static DeleteUserRequest.Builder builder()
DeleteUserRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.