Class CreateFolderDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.CreateFolderDetails.Builder
 
- 
- Enclosing class:
- CreateFolderDetails
 
 public static class CreateFolderDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateFolderDetailsbuild()CreateFolderDetails.BuilderbusinessName(String businessName)Optional user friendly business name of the folder.CreateFolderDetails.Buildercopy(CreateFolderDetails model)CreateFolderDetails.BuildercustomPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)The list of customized properties along with the values for this objectCreateFolderDetails.Builderdescription(String description)Detailed description of a folder.CreateFolderDetails.BuilderdisplayName(String displayName)A user-friendly display name.CreateFolderDetails.BuilderharvestStatus(HarvestStatus harvestStatus)Folder harvesting status.CreateFolderDetails.BuilderlastJobKey(String lastJobKey)The job key of the harvest process that updated the folder definition from the source system.CreateFolderDetails.BuilderparentFolderKey(String parentFolderKey)The key of the containing folder or null if there isn’t a parent folder.CreateFolderDetails.Builderproperties(Map<String,Map<String,String>> properties)A map of maps that contains the properties which are specific to the folder type.CreateFolderDetails.BuildertimeExternal(Date timeExternal)Last modified timestamp of this object in the external system.CreateFolderDetails.BuildertypeKey(String typeKey)Type key of the object.
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateFolderDetails.Builder displayName(String displayName) A user-friendly display name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
businessNamepublic CreateFolderDetails.Builder businessName(String businessName) Optional user friendly business name of the folder.If set, this supplements the harvested display name of the object. - Parameters:
- businessName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic CreateFolderDetails.Builder description(String description) Detailed description of a folder.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
customPropertyMemberspublic CreateFolderDetails.Builder customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers) The list of customized properties along with the values for this object- Parameters:
- customPropertyMembers- the value to set
- Returns:
- this builder
 
 - 
propertiespublic CreateFolderDetails.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”}}} - Parameters:
- properties- the value to set
- Returns:
- this builder
 
 - 
parentFolderKeypublic CreateFolderDetails.Builder parentFolderKey(String parentFolderKey) The key of the containing folder or null if there isn’t a parent folder.- Parameters:
- parentFolderKey- the value to set
- Returns:
- this builder
 
 - 
timeExternalpublic CreateFolderDetails.Builder timeExternal(Date timeExternal) Last modified timestamp of this object in the external system.- Parameters:
- timeExternal- the value to set
- Returns:
- this builder
 
 - 
lastJobKeypublic CreateFolderDetails.Builder lastJobKey(String lastJobKey) The job key of the harvest process that updated the folder definition from the source system.- Parameters:
- lastJobKey- the value to set
- Returns:
- this builder
 
 - 
harvestStatuspublic CreateFolderDetails.Builder harvestStatus(HarvestStatus harvestStatus) Folder harvesting status.- Parameters:
- harvestStatus- the value to set
- Returns:
- this builder
 
 - 
typeKeypublic CreateFolderDetails.Builder typeKey(String typeKey) Type key of the object.Type keys can be found via the ‘/types’ endpoint. - Parameters:
- typeKey- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateFolderDetails build() 
 - 
copypublic CreateFolderDetails.Builder copy(CreateFolderDetails model) 
 
- 
 
-