public static class UpdateFolderDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateFolderDetails |
build() |
UpdateFolderDetails.Builder |
businessName(String businessName)
Optional user friendly business name of the folder.
|
UpdateFolderDetails.Builder |
copy(UpdateFolderDetails model) |
UpdateFolderDetails.Builder |
customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)
The list of customized properties along with the values for this object
|
UpdateFolderDetails.Builder |
description(String description)
Detailed description of a folder.
|
UpdateFolderDetails.Builder |
displayName(String displayName)
A user-friendly display name.
|
UpdateFolderDetails.Builder |
harvestStatus(HarvestStatus harvestStatus)
Harvest status of the folder.
|
UpdateFolderDetails.Builder |
lastJobKey(String lastJobKey)
The key of the last harvest process to update the metadata of this object.
|
UpdateFolderDetails.Builder |
parentFolderKey(String parentFolderKey)
The key of the containing folder.
|
UpdateFolderDetails.Builder |
properties(Map<String,Map<String,String>> properties)
A map of maps that contains the properties which are specific to the folder type.
|
UpdateFolderDetails.Builder |
timeExternal(Date timeExternal)
Last modified timestamp of this object in the external system.
|
public UpdateFolderDetails.Builder displayName(String displayName)
A user-friendly display name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic UpdateFolderDetails.Builder businessName(String businessName)
Optional user friendly business name of the folder. If set, this supplements the harvested display name of the object.
businessName
- the value to setpublic UpdateFolderDetails.Builder description(String description)
Detailed description of a folder.
description
- the value to setpublic UpdateFolderDetails.Builder parentFolderKey(String parentFolderKey)
The key of the containing folder.
parentFolderKey
- the value to setpublic UpdateFolderDetails.Builder customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)
The list of customized properties along with the values for this object
customPropertyMembers
- the value to setpublic UpdateFolderDetails.Builder properties(Map<String,Map<String,String>> properties)
A map of maps that contains the properties which are specific to the folder type. Each
folder type definition defines it’s set of required and optional properties. The map keys
are category names and the values are maps of property name to property value. Every
property is contained inside of a category. Most folders have required properties within
the “default” category. To determine the set of optional and required properties for a
folder type, a query can be done on ‘/types?type=folder’ that returns a collection of all
folder types. The appropriate folder type, which includes definitions of all of it’s
properties, can be identified from this collection. Example: {"properties": {
"default": { "key1": "value1"}}}
properties
- the value to setpublic UpdateFolderDetails.Builder timeExternal(Date timeExternal)
Last modified timestamp of this object in the external system.
timeExternal
- the value to setpublic UpdateFolderDetails.Builder harvestStatus(HarvestStatus harvestStatus)
Harvest status of the folder.
harvestStatus
- the value to setpublic UpdateFolderDetails.Builder lastJobKey(String lastJobKey)
The key of the last harvest process to update the metadata of this object.
lastJobKey
- the value to setpublic UpdateFolderDetails build()
public UpdateFolderDetails.Builder copy(UpdateFolderDetails model)
Copyright © 2016–2024. All rights reserved.