| Package | Description |
|---|---|
| org.cloudfoundry.client.v3 |
| Modifier and Type | Method and Description |
|---|---|
ToManyRelationship.Builder |
ToManyRelationship.Builder.addAllData(Iterable<? extends Relationship> elements)
Adds elements to
data list. |
static ToManyRelationship.Builder |
ToManyRelationship.builder()
Creates a builder for
ToManyRelationship. |
ToManyRelationship.Builder |
ToManyRelationship.Builder.data(Iterable<? extends Relationship> elements)
Sets or replaces all elements for
data list. |
ToManyRelationship.Builder |
ToManyRelationship.Builder.data(Relationship... elements)
Adds elements to
data list. |
ToManyRelationship.Builder |
ToManyRelationship.Builder.data(Relationship element)
Adds one element to
data list. |
ToManyRelationship.Builder |
ToManyRelationship.Builder.from(ToManyRelationship instance)
Fill a builder with attribute values from the provided
ToManyRelationship instance. |
Copyright © 2020. All rights reserved.