Class ChangeAssetRequest.Builder
Object
Builder
- Enclosing class:
ChangeAssetRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.displayName(String displayName) The new display name for the asset.The ID of the new domain for the asset.excludedFromAutoHyperlinking(Boolean excludedFromAutoHyperlinking) Whether the asset should be excluded from hyperlinking or not.Required. The ID of the asset to be changed.The new full name for the asset.The ID of the new status for the asset.toString()The ID of the new asset type for the asset.typePublicId(String typePublicId) The public ID of the new asset type for the asset.
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useChangeAssetRequest.builder()Clone method for this Builder. -
id
Required. The ID of the asset to be changed. Silently ignored if the ID is provided as path parameter of the request.- Returns:
this.
-
name
The new full name for the asset.- Returns:
this.
-
displayName
The new display name for the asset.- Returns:
this.
-
typeId
The ID of the new asset type for the asset.- Returns:
this.
-
statusId
The ID of the new status for the asset.- Returns:
this.
-
domainId
The ID of the new domain for the asset.- Returns:
this.
-
excludedFromAutoHyperlinking
public ChangeAssetRequest.Builder excludedFromAutoHyperlinking(Boolean excludedFromAutoHyperlinking) Whether the asset should be excluded from hyperlinking or not.- Returns:
this.
-
typePublicId
The public ID of the new asset type for the asset.- Returns:
this.
-
build
-
toString
-