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