@Generated(value="org.immutables.processor.ProxyProcessor") public final class UnsetOrganizationRoleRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UnsetOrganizationRoleRequest.Builder
Builds instances of type
UnsetOrganizationRoleRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UnsetOrganizationRoleRequest.Builder |
builder()
Creates a builder for
UnsetOrganizationRoleRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UnsetOrganizationRoleRequest that have equal attribute values. |
String |
getOrganizationName()
Organization name
|
OrganizationRole |
getOrganizationRole()
Role
|
String |
getUsername()
Username
|
int |
hashCode()
Computes a hash code from attributes:
organizationName, organizationRole, username. |
String |
toString()
Prints the immutable value
UnsetOrganizationRoleRequest with attribute values. |
public String getOrganizationName()
public OrganizationRole getOrganizationRole()
public String getUsername()
public boolean equals(Object another)
UnsetOrganizationRoleRequest that have equal attribute values.public int hashCode()
organizationName, organizationRole, username.public String toString()
UnsetOrganizationRoleRequest with attribute values.public static UnsetOrganizationRoleRequest.Builder builder()
UnsetOrganizationRoleRequest.Copyright © 2018. All rights reserved.