| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudEvent.ImmutableParticipant |
ImmutableCloudEvent.ImmutableParticipant.Builder.build()
Builds a new
ImmutableParticipant. |
static ImmutableCloudEvent.ImmutableParticipant |
ImmutableCloudEvent.ImmutableParticipant.copyOf(CloudEvent.Participant instance)
Creates an immutable copy of a
CloudEvent.Participant value. |
ImmutableCloudEvent.ImmutableParticipant |
ImmutableCloudEvent.ImmutableParticipant.withGuid(UUID value)
Copy the current immutable object by setting a value for the
guid attribute. |
ImmutableCloudEvent.ImmutableParticipant |
ImmutableCloudEvent.ImmutableParticipant.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableCloudEvent.ImmutableParticipant |
ImmutableCloudEvent.ImmutableParticipant.withType(String value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2020 SAP SE. All rights reserved.