Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Action |
build() |
Action.Builder |
copy(Action model) |
Action.Builder |
description(String description)
Text describing the recommended action.
|
Action.Builder |
type(ActionType type)
The status of the resource action.
|
Action.Builder |
url(String url)
The URL path to documentation that explains how to perform the action.
|
public Action.Builder type(ActionType type)
The status of the resource action.
type
- the value to setpublic Action.Builder description(String description)
Text describing the recommended action.
description
- the value to setpublic Action.Builder url(String url)
The URL path to documentation that explains how to perform the action.
url
- the value to setpublic Action build()
public Action.Builder copy(Action model)
Copyright © 2016–2024. All rights reserved.