public final class OrganizationDetail extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrganizationDetail.OrganizationDetailBuilder |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationDetail.OrganizationDetailBuilder |
builder() |
boolean |
equals(Object o) |
List<String> |
getDomains()
The domains bound to this organization.
|
String |
getId()
The id
|
String |
getName()
The name
|
OrganizationQuota |
getQuota()
The organization quota
|
List<String> |
getSpaces()
The spaces in this organization.
|
List<SpaceQuota> |
getSpacesQuotas()
The space quota of the organizations quota
|
int |
hashCode() |
String |
toString() |
@Generated(value="lombok") public static OrganizationDetail.OrganizationDetailBuilder builder()
@Generated(value="lombok") public List<String> getDomains()
@Generated(value="lombok") public String getId()
@Generated(value="lombok") public String getName()
@Generated(value="lombok") public OrganizationQuota getQuota()
@Generated(value="lombok") public List<String> getSpaces()
@Generated(value="lombok") public List<SpaceQuota> getSpacesQuotas()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.