| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableCloudEvent.ImmutableParticipant
Immutable implementation of
CloudEvent.Participant. |
| Modifier and Type | Method and Description |
|---|---|
CloudEvent.Participant |
CloudEvent.getActee() |
CloudEvent.Participant |
ImmutableCloudEvent.getActee() |
CloudEvent.Participant |
CloudEvent.getActor() |
CloudEvent.Participant |
ImmutableCloudEvent.getActor() |
| 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.ImmutableParticipant |
ImmutableCloudEvent.ImmutableParticipant.copyOf(CloudEvent.Participant instance)
Creates an immutable copy of a
CloudEvent.Participant value. |
ImmutableCloudEvent.ImmutableParticipant.Builder |
ImmutableCloudEvent.ImmutableParticipant.Builder.from(CloudEvent.Participant instance)
Fill a builder with attribute values from the provided
Participant 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. |
Copyright © 2020 SAP SE. All rights reserved.