ImmutableCloudEvent |
ImmutableCloudEvent.Builder.build() |
|
static ImmutableCloudEvent |
ImmutableCloudEvent.copyOf(CloudEvent instance) |
|
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.
|