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. getActee()CloudEvent.ParticipantImmutableCloudEvent. getActee()abstract CloudEvent.ParticipantCloudEvent. getActor()CloudEvent.ParticipantImmutableCloudEvent. getActor()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudEvent.Participant Modifier and Type Method Description ImmutableCloudEvent.BuilderImmutableCloudEvent.Builder. actee(CloudEvent.Participant actee)Initializes the value for theacteeattribute.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.ImmutableCloudEventImmutableCloudEvent. withActee(CloudEvent.Participant value)Copy the current immutable object by setting a value for theacteeattribute.ImmutableCloudEventImmutableCloudEvent. withActor(CloudEvent.Participant value)Copy the current immutable object by setting a value for theactorattribute.
-