| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.events |
| Modifier and Type | Method and Description |
|---|---|
EventEntity.Builder |
EventEntity.Builder.actee(String actee)
Initializes the value for the
actee attribute. |
EventEntity.Builder |
EventEntity.Builder.acteeName(String acteeName)
Initializes the value for the
acteeName attribute. |
EventEntity.Builder |
EventEntity.Builder.acteeType(String acteeType)
Initializes the value for the
acteeType attribute. |
EventEntity.Builder |
EventEntity.Builder.actor(String actor)
Initializes the value for the
actor attribute. |
EventEntity.Builder |
EventEntity.Builder.actorName(String actorName)
Initializes the value for the
actorName attribute. |
EventEntity.Builder |
EventEntity.Builder.actorType(String actorType)
Initializes the value for the
actorType attribute. |
EventEntity.Builder |
EventEntity.Builder.actorUserName(String actorUserName)
Initializes the value for the
actorUserName attribute. |
static EventEntity.Builder |
EventEntity.builder()
Creates a builder for
EventEntity. |
EventEntity.Builder |
EventEntity.Builder.from(EventEntity instance)
Fill a builder with attribute values from the provided
EventEntity instance. |
EventEntity.Builder |
EventEntity.Builder.metadata(Map.Entry<String,? extends Optional<Object>> entry)
Put one entry to the
metadatas map. |
EventEntity.Builder |
EventEntity.Builder.metadata(String key,
Optional<Object> value)
Put one entry to the
metadatas map. |
EventEntity.Builder |
EventEntity.Builder.metadatas(Map<String,? extends Optional<Object>> entries)
Sets or replaces all mappings from the specified map as entries for the
metadatas map. |
EventEntity.Builder |
EventEntity.Builder.organizationId(String organizationId)
Initializes the value for the
organizationId attribute. |
EventEntity.Builder |
EventEntity.Builder.putAllMetadatas(Map<String,? extends Optional<Object>> entries)
Put all mappings from the specified map as entries to
metadatas map. |
EventEntity.Builder |
EventEntity.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
EventEntity.Builder |
EventEntity.Builder.timestamp(String timestamp)
Initializes the value for the
timestamp attribute. |
EventEntity.Builder |
EventEntity.Builder.type(String type)
Initializes the value for the
type attribute. |
Copyright © 2020. All rights reserved.