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