| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.adapters |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRawCloudEvent |
ImmutableRawCloudEvent.Builder.build()
Builds a new
ImmutableRawCloudEvent. |
static ImmutableRawCloudEvent |
ImmutableRawCloudEvent.copyOf(RawCloudEvent instance)
Creates an immutable copy of a
RawCloudEvent value. |
static ImmutableRawCloudEvent |
ImmutableRawCloudEvent.of(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.events.EventEntity> resource)
Construct a new immutable
RawCloudEvent instance. |
ImmutableRawCloudEvent |
ImmutableRawCloudEvent.withResource(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.events.EventEntity> value)
Copy the current immutable object by setting a value for the
resource attribute. |
Copyright © 2020 SAP SE. All rights reserved.