| Package | Description |
|---|---|
| org.cloudfoundry.client.v3 |
| Modifier and Type | Method and Description |
|---|---|
static LastOperation.Builder |
LastOperation.builder()
Creates a builder for
LastOperation. |
LastOperation.Builder |
LastOperation.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
LastOperation.Builder |
LastOperation.Builder.description(String description)
Initializes the value for the
description attribute. |
LastOperation.Builder |
LastOperation.Builder.from(LastOperation instance)
Fill a builder with attribute values from the provided
LastOperation instance. |
LastOperation.Builder |
LastOperation.Builder.state(String state)
Initializes the value for the
state attribute. |
LastOperation.Builder |
LastOperation.Builder.type(String type)
Initializes the value for the
type attribute. |
LastOperation.Builder |
LastOperation.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
Copyright © 2020. All rights reserved.