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