public static final class DynamicPluginFileProperties.Builder
extends java.lang.Object
DynamicPluginFileProperties
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
DynamicPluginFileProperties . |
Modifier and Type | Method and Description |
---|---|
DynamicPluginFileProperties |
build() |
DynamicPluginFileProperties.Builder |
setFileName(java.lang.String fileName)
File name
|
DynamicPluginFileProperties.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
DynamicPluginFileProperties.Builder |
setPluginPath(java.lang.String pluginPath)
Plugin id
|
DynamicPluginFileProperties.Builder |
setSchema(java.lang.String schema)
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
DynamicPluginFileProperties.Builder |
setSelf(SelfResourceLink self) |
DynamicPluginFileProperties.Builder |
setStatus(java.lang.String status)
Possible values are:
DynamicPluginFileProperties.STATUS_SUCCESS
DynamicPluginFileProperties.STATUS_FAILURE
Upload status |
public Builder()
DynamicPluginFileProperties
.public DynamicPluginFileProperties.Builder setLinks(java.util.List<ResourceLink> links)
links
- New value for the property.public DynamicPluginFileProperties.Builder setSchema(java.lang.String schema)
schema
- New value for the property.public DynamicPluginFileProperties.Builder setSelf(SelfResourceLink self)
self
- New value for the property.public DynamicPluginFileProperties.Builder setFileName(java.lang.String fileName)
fileName
- New value for the property.public DynamicPluginFileProperties.Builder setPluginPath(java.lang.String pluginPath)
pluginPath
- New value for the property.public DynamicPluginFileProperties.Builder setStatus(java.lang.String status)
status
- New value for the property.public DynamicPluginFileProperties build()