@Generated(value="org.immutables.processor.ProxyProcessor") public final class UserSummaryEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserSummaryEntity.Builder
Builds instances of type
UserSummaryEntity. |
| Modifier and Type | Method and Description |
|---|---|
static UserSummaryEntity.Builder |
builder()
Creates a builder for
UserSummaryEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
UserSummaryEntity that have equal attribute values. |
List<UserOrganizationResource> |
getAuditedOrganizations()
The audited organizations
|
List<UserSpaceResource> |
getAuditedSpaces()
The audited spaces
|
List<UserOrganizationResource> |
getBillingManagedOrganizations()
The billing managed organizations
|
List<UserOrganizationResource> |
getManagedOrganizations()
The managed organizations
|
List<UserSpaceResource> |
getManagedSpaces()
The managed spaces
|
List<UserOrganizationResource> |
getOrganizations()
The developer organizations
|
List<UserSpaceResource> |
getSpaces()
The developer spaces
|
int |
hashCode()
Computes a hash code from attributes:
auditedOrganizations, auditedSpaces, billingManagedOrganizations, managedOrganizations, managedSpaces, organizations, spaces. |
String |
toString()
Prints the immutable value
UserSummaryEntity with attribute values. |
public List<UserOrganizationResource> getAuditedOrganizations()
public List<UserSpaceResource> getAuditedSpaces()
public List<UserOrganizationResource> getBillingManagedOrganizations()
public List<UserOrganizationResource> getManagedOrganizations()
public List<UserSpaceResource> getManagedSpaces()
public List<UserOrganizationResource> getOrganizations()
public List<UserSpaceResource> getSpaces()
public boolean equals(Object another)
UserSummaryEntity that have equal attribute values.public int hashCode()
auditedOrganizations, auditedSpaces, billingManagedOrganizations, managedOrganizations, managedSpaces, organizations, spaces.public String toString()
UserSummaryEntity with attribute values.public static UserSummaryEntity.Builder builder()
UserSummaryEntity.
UserSummaryEntity.builder()
.auditedOrganizations(List<UserOrganizationResource> | null) // nullable auditedOrganizations
.auditedSpaces(List<UserSpaceResource> | null) // nullable auditedSpaces
.billingManagedOrganizations(List<UserOrganizationResource> | null) // nullable billingManagedOrganizations
.managedOrganizations(List<UserOrganizationResource> | null) // nullable managedOrganizations
.managedSpaces(List<UserSpaceResource> | null) // nullable managedSpaces
.organizations(List<UserOrganizationResource> | null) // nullable organizations
.spaces(List<UserSpaceResource> | null) // nullable spaces
.build();
Copyright © 2020. All rights reserved.