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