| Package | Description |
|---|---|
| org.cloudfoundry.operations.applications |
| Modifier and Type | Method and Description |
|---|---|
ApplicationEvent.Builder |
ApplicationEvent.Builder.actor(String actor)
Initializes the value for the
actor attribute. |
static ApplicationEvent.Builder |
ApplicationEvent.builder()
Creates a builder for
ApplicationEvent. |
ApplicationEvent.Builder |
ApplicationEvent.Builder.description(String description)
Initializes the value for the
description attribute. |
ApplicationEvent.Builder |
ApplicationEvent.Builder.event(String event)
Initializes the value for the
event attribute. |
ApplicationEvent.Builder |
ApplicationEvent.Builder.from(ApplicationEvent instance)
Fill a builder with attribute values from the provided
ApplicationEvent instance. |
ApplicationEvent.Builder |
ApplicationEvent.Builder.id(String id)
Initializes the value for the
id attribute. |
ApplicationEvent.Builder |
ApplicationEvent.Builder.time(Date time)
Initializes the value for the
time attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.