Uses of Interface
com.sap.cloudfoundry.client.facade.domain.CloudEvent.Participant
-
Packages that use CloudEvent.Participant Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of CloudEvent.Participant in com.sap.cloudfoundry.client.facade.domain
Classes in com.sap.cloudfoundry.client.facade.domain that implement CloudEvent.Participant Modifier and Type Class Description static classImmutableCloudEvent.ImmutableParticipantImmutable implementation ofCloudEvent.Participant.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudEvent.Participant Modifier and Type Method Description abstract CloudEvent.ParticipantCloudEvent. getActor()CloudEvent.ParticipantImmutableCloudEvent. getActor()abstract CloudEvent.ParticipantCloudEvent. getTarget()CloudEvent.ParticipantImmutableCloudEvent. getTarget()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudEvent.Participant Modifier and Type Method Description ImmutableCloudEvent.BuilderImmutableCloudEvent.Builder. actor(CloudEvent.Participant actor)Initializes the value for theactorattribute.static ImmutableCloudEvent.ImmutableParticipantImmutableCloudEvent.ImmutableParticipant. copyOf(CloudEvent.Participant instance)Creates an immutable copy of aCloudEvent.Participantvalue.ImmutableCloudEvent.ImmutableParticipant.BuilderImmutableCloudEvent.ImmutableParticipant.Builder. from(CloudEvent.Participant instance)Fill a builder with attribute values from the providedParticipantinstance.ImmutableCloudEvent.BuilderImmutableCloudEvent.Builder. target(CloudEvent.Participant target)Initializes the value for thetargetattribute.ImmutableCloudEventImmutableCloudEvent. withActor(CloudEvent.Participant value)Copy the current immutable object by setting a value for theactorattribute.ImmutableCloudEventImmutableCloudEvent. withTarget(CloudEvent.Participant value)Copy the current immutable object by setting a value for thetargetattribute.
-