| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudEvent |
ImmutableCloudEvent.Builder.build()
Builds a new
ImmutableCloudEvent. |
static ImmutableCloudEvent |
ImmutableCloudEvent.copyOf(CloudEvent instance)
Creates an immutable copy of a
CloudEvent value. |
ImmutableCloudEvent |
ImmutableCloudEvent.withActee(CloudEvent.Participant value)
Copy the current immutable object by setting a value for the
actee attribute. |
ImmutableCloudEvent |
ImmutableCloudEvent.withActor(CloudEvent.Participant value)
Copy the current immutable object by setting a value for the
actor attribute. |
ImmutableCloudEvent |
ImmutableCloudEvent.withMetadata(CloudMetadata value)
Copy the current immutable object by setting a value for the
metadata attribute. |
ImmutableCloudEvent |
ImmutableCloudEvent.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableCloudEvent |
ImmutableCloudEvent.withTimestamp(Date value)
Copy the current immutable object by setting a value for the
timestamp attribute. |
ImmutableCloudEvent |
ImmutableCloudEvent.withType(String value)
Copy the current immutable object by setting a value for the
type attribute. |
ImmutableCloudEvent |
ImmutableCloudEvent.withV3Metadata(org.cloudfoundry.client.v3.Metadata value)
Copy the current immutable object by setting a value for the
v3Metadata attribute. |
Copyright © 2020 SAP SE. All rights reserved.