| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.actee(CloudEvent.Participant actee)
Initializes the value for the
actee attribute. |
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.actor(CloudEvent.Participant actor)
Initializes the value for the
actor attribute. |
static ImmutableCloudEvent.Builder |
ImmutableCloudEvent.builder()
Creates a builder for
ImmutableCloudEvent. |
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.from(CloudEntity instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.lib.domain.CloudEntity instance. |
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.from(CloudEvent instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.lib.domain.CloudEvent instance. |
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.metadata(CloudMetadata metadata)
Initializes the value for the
metadata attribute. |
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.name(String name)
Initializes the value for the
name attribute. |
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.timestamp(Date timestamp)
Initializes the value for the
timestamp attribute. |
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.type(String type)
Initializes the value for the
type attribute. |
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.v3Metadata(org.cloudfoundry.client.v3.Metadata v3Metadata)
Initializes the value for the
v3Metadata attribute. |
Copyright © 2020 SAP SE. All rights reserved.