public static final class NodeServiceProperties.Builder
extends java.lang.Object
NodeServiceProperties.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
NodeServiceProperties. |
| Modifier and Type | Method and Description |
|---|---|
NodeServiceProperties |
build() |
NodeServiceProperties.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
NodeServiceProperties.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.
|
NodeServiceProperties.Builder |
setSelf(SelfResourceLink self) |
NodeServiceProperties.Builder |
setServiceName(java.lang.String serviceName)
Service name
|
public Builder()
NodeServiceProperties.public NodeServiceProperties.Builder setLinks(java.util.List<ResourceLink> links)
links - New value for the property.public NodeServiceProperties.Builder setSchema(java.lang.String schema)
schema - New value for the property.public NodeServiceProperties.Builder setSelf(SelfResourceLink self)
self - New value for the property.public NodeServiceProperties.Builder setServiceName(java.lang.String serviceName)
serviceName - New value for the property.public NodeServiceProperties build()