@Generated(value="org.immutables.processor.ProxyProcessor") public final class AssociateUserOrganizationRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AssociateUserOrganizationRequest.Builder
Builds instances of type
AssociateUserOrganizationRequest. |
| Modifier and Type | Method and Description |
|---|---|
static AssociateUserOrganizationRequest.Builder |
builder()
Creates a builder for
AssociateUserOrganizationRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
AssociateUserOrganizationRequest 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
AssociateUserOrganizationRequest with attribute values. |
public String getOrganizationId()
public String getUserId()
public boolean equals(Object another)
AssociateUserOrganizationRequest that have equal attribute values.public int hashCode()
organizationId, userId.public String toString()
AssociateUserOrganizationRequest with attribute values.public static AssociateUserOrganizationRequest.Builder builder()
AssociateUserOrganizationRequest.
AssociateUserOrganizationRequest.builder()
.organizationId(String) // required organizationId
.userId(String) // required userId
.build();
Copyright © 2020. All rights reserved.