@Generated(value="org.immutables.processor.ProxyProcessor") public final class SetOrganizationRoleRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SetOrganizationRoleRequest.Builder
Builds instances of type
SetOrganizationRoleRequest. |
| Modifier and Type | Method and Description |
|---|---|
static SetOrganizationRoleRequest.Builder |
builder()
Creates a builder for
SetOrganizationRoleRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
SetOrganizationRoleRequest 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
SetOrganizationRoleRequest with attribute values. |
public String getOrganizationName()
public OrganizationRole getOrganizationRole()
public String getUsername()
public boolean equals(Object another)
SetOrganizationRoleRequest that have equal attribute values.public int hashCode()
organizationName, organizationRole, username.public String toString()
SetOrganizationRoleRequest with attribute values.public static SetOrganizationRoleRequest.Builder builder()
SetOrganizationRoleRequest.Copyright © 2018. All rights reserved.