@Generated(value="org.immutables.processor.ProxyProcessor") public final class SpaceUsers extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpaceUsers.Builder
Builds instances of type
SpaceUsers. |
| Modifier and Type | Method and Description |
|---|---|
static SpaceUsers.Builder |
builder()
Creates a builder for
SpaceUsers. |
boolean |
equals(Object another)
This instance is equal to all instances of
SpaceUsers that have equal attribute values. |
List<String> |
getAuditors()
The space's auditors
|
List<String> |
getDevelopers()
The space's developers
|
List<String> |
getManagers()
The space's managers
|
int |
hashCode()
Computes a hash code from attributes:
auditors, developers, managers. |
String |
toString()
Prints the immutable value
SpaceUsers with attribute values. |
public boolean equals(Object another)
SpaceUsers that have equal attribute values.public int hashCode()
auditors, developers, managers.public String toString()
SpaceUsers with attribute values.public static SpaceUsers.Builder builder()
SpaceUsers.Copyright © 2018. All rights reserved.