Class ChangeAssetRequest
Object
ChangeAssetRequest
- All Implemented Interfaces:
Serializable
The properties of the asset to be changed.
Only properties that are specified in this request and have not null values are updated.
All other properties are ignored.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeAssetRequest.Builderbuilder()protected booleanbooleanThe new display name for the asset.The ID of the new domain for the asset.Whether the asset should be excluded from hyperlinking or not.getId()Required. The ID of the asset to be changed.getName()The new full name for the asset.The ID of the new status for the asset.The ID of the new asset type for the asset.The public ID of the new asset type for the asset.inthashCode()voidsetDisplayName(String displayName) The new display name for the asset.voidsetDomainId(UUID domainId) The ID of the new domain for the asset.voidsetExcludedFromAutoHyperlinking(Boolean excludedFromAutoHyperlinking) Whether the asset should be excluded from hyperlinking or not.voidRequired. The ID of the asset to be changed.voidThe new full name for the asset.voidsetStatusId(UUID statusId) The ID of the new status for the asset.voidThe ID of the new asset type for the asset.voidsetTypePublicId(String typePublicId) The public ID of the new asset type for the asset.toString()
-
Constructor Details
-
ChangeAssetRequest
public ChangeAssetRequest()
-
-
Method Details
-
builder
-
getId
Required. The ID of the asset to be changed. Silently ignored if the ID is provided as path parameter of the request. -
getName
The new full name for the asset. -
getDisplayName
The new display name for the asset. -
getTypeId
The ID of the new asset type for the asset. -
getStatusId
The ID of the new status for the asset. -
getDomainId
The ID of the new domain for the asset. -
getExcludedFromAutoHyperlinking
Whether the asset should be excluded from hyperlinking or not. -
getTypePublicId
The public ID of the new asset type for the asset. -
setId
Required. The ID of the asset to be changed. Silently ignored if the ID is provided as path parameter of the request. -
setName
The new full name for the asset. -
setDisplayName
The new display name for the asset. -
setTypeId
The ID of the new asset type for the asset. -
setStatusId
The ID of the new status for the asset. -
setDomainId
The ID of the new domain for the asset. -
setExcludedFromAutoHyperlinking
Whether the asset should be excluded from hyperlinking or not. -
setTypePublicId
The public ID of the new asset type for the asset. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-