Class AddAssetRequest.Builder
Object
Builder
- Enclosing class:
AddAssetRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.displayName(String displayName) The display name of the new asset.Required. The ID of the domain that the new asset should be added to.excludedFromAutoHyperlinking(Boolean excludedFromAutoHyperlinking) Whether or not to exclude the new asset from auto hyperlinking.The ID of the new asset.Required. The full name of the new asset.Deprecated.This method will be removed in the future.The ID of the status of the new asset.toString()The ID of the asset type of the new asset.typePublicId(String typePublicId) The public ID of the asset type of the new asset.
-
Method Details
-
status
Deprecated.This method will be removed in the future. Please usestatusId(UUID)Sets the ID of the status of the new asset.- Parameters:
statusId- the ID of the status of the new asset
-
but
Deprecated.This method will be removed in the future. Please, useAddAssetRequest.builder()Clone method for this Builder. -
name
Required. The full name of the new asset. Should be unique within the domain.- Returns:
this.
-
displayName
The display name of the new asset.- Returns:
this.
-
domainId
Required. The ID of the domain that the new asset should be added to.- Returns:
this.
-
typeId
The ID of the asset type of the new asset.- Returns:
this.
-
id
The ID of the new asset.- Returns:
this.
-
statusId
The ID of the status of the new asset.- Returns:
this.
-
excludedFromAutoHyperlinking
Whether or not to exclude the new asset from auto hyperlinking.- Returns:
this.
-
typePublicId
The public ID of the asset type of the new asset.- Returns:
this.
-
build
-
toString
-