public static final class ResourceObject.Builder
extends java.lang.Object
ResourceObject.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ResourceObject. |
| Modifier and Type | Method and Description |
|---|---|
ResourceObject |
build() |
ResourceObject.Builder |
setIncludeChildren(java.lang.Boolean includeChildren)
Whether the children of the shared resource_path are shared (true) or just the
entity represented by the path is shared (false).
|
ResourceObject.Builder |
setResourcePath(java.lang.String resourcePath)
Represents the path of the resource to be shared.
|
public Builder()
ResourceObject.public ResourceObject.Builder setIncludeChildren(java.lang.Boolean includeChildren)
includeChildren - New value for the property.public ResourceObject.Builder setResourcePath(java.lang.String resourcePath)
resourcePath - New value for the property.public ResourceObject build()