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