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