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