| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.serviceinstances |
| Modifier and Type | Method and Description |
|---|---|
Share |
Share.Builder.build()
Builds a new
Share. |
Share |
ServiceInstance.getSharedFrom()
The shared from
|
| Modifier and Type | Method and Description |
|---|---|
List<Share> |
ServiceInstance.getSharedTo()
The shared to
|
| Modifier and Type | Method and Description |
|---|---|
Share.Builder |
Share.Builder.from(Share instance)
Fill a builder with attribute values from the provided
Share instance. |
ServiceInstance.Builder |
ServiceInstance.Builder.sharedFrom(Share sharedFrom)
Initializes the value for the
sharedFrom attribute. |
ServiceInstance.Builder |
ServiceInstance.Builder.sharedTo(Share... elements)
Adds elements to
sharedTo list. |
ServiceInstance.Builder |
ServiceInstance.Builder.sharedTo(Share element)
Adds one element to
sharedTo list. |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstance.Builder |
ServiceInstance.Builder.addAllSharedTo(Iterable<? extends Share> elements)
Adds elements to
sharedTo list. |
ServiceInstance.Builder |
ServiceInstance.Builder.sharedTo(Iterable<? extends Share> elements)
Sets or replaces all elements for
sharedTo list. |
Copyright © 2020. All rights reserved.