Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Plugin |
build() |
Plugin.Builder |
copy(Plugin model) |
Plugin.Builder |
name(String name)
The name of the plugin.
|
Plugin.Builder |
version(String version)
The version of the plugin.
|
public Plugin.Builder name(String name)
The name of the plugin.
name
- the value to setpublic Plugin.Builder version(String version)
The version of the plugin.
version
- the value to setpublic Plugin build()
public Plugin.Builder copy(Plugin model)
Copyright © 2016–2024. All rights reserved.