@Generated(value="org.immutables.processor.ProxyProcessor") public final class RemoveOrganizationUserRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoveOrganizationUserRequest.Builder
Builds instances of type
RemoveOrganizationUserRequest. |
| Modifier and Type | Method and Description |
|---|---|
static RemoveOrganizationUserRequest.Builder |
builder()
Creates a builder for
RemoveOrganizationUserRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
RemoveOrganizationUserRequest that have equal attribute values. |
String |
getOrganizationId()
The organization id
|
String |
getUserId()
The user id
|
int |
hashCode()
Computes a hash code from attributes:
organizationId, userId. |
String |
toString()
Prints the immutable value
RemoveOrganizationUserRequest with attribute values. |
public String getOrganizationId()
public String getUserId()
public boolean equals(Object another)
RemoveOrganizationUserRequest that have equal attribute values.public int hashCode()
organizationId, userId.public String toString()
RemoveOrganizationUserRequest with attribute values.public static RemoveOrganizationUserRequest.Builder builder()
RemoveOrganizationUserRequest.
RemoveOrganizationUserRequest.builder()
.organizationId(String) // required organizationId
.userId(String) // required userId
.build();
Copyright © 2020. All rights reserved.