| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.organizations |
| Modifier and Type | Method and Description |
|---|---|
static GetOrganizationUsageSummaryResponse.Builder |
GetOrganizationUsageSummaryResponse.builder()
Creates a builder for
GetOrganizationUsageSummaryResponse. |
GetOrganizationUsageSummaryResponse.Builder |
GetOrganizationUsageSummaryResponse.Builder.from(GetOrganizationUsageSummaryResponse instance)
Fill a builder with attribute values from the provided
GetOrganizationUsageSummaryResponse instance. |
GetOrganizationUsageSummaryResponse.Builder |
GetOrganizationUsageSummaryResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetOrganizationUsageSummaryResponse.Builder |
GetOrganizationUsageSummaryResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
GetOrganizationUsageSummaryResponse.Builder |
GetOrganizationUsageSummaryResponse.Builder.links(Map<String,? extends Link> entries)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetOrganizationUsageSummaryResponse.Builder |
GetOrganizationUsageSummaryResponse.Builder.putAllLinks(Map<String,? extends Link> entries)
Put all mappings from the specified map as entries to
links map. |
GetOrganizationUsageSummaryResponse.Builder |
GetOrganizationUsageSummaryResponse.Builder.usageSummary(UsageSummary usageSummary)
Initializes the value for the
usageSummary attribute. |
Copyright © 2020. All rights reserved.