Class AddAssetRequest
Object
AddAssetRequest
- All Implemented Interfaces:
Serializable
The properties of the asset to be added.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddAssetRequest.Builderbuilder()protected booleanbooleanThe display name of the new asset.Required. The ID of the domain that the new asset should be added to.Whether or not to exclude the new asset from auto hyperlinking.getId()The ID of the new asset.getName()Required. The full name of the new asset.The ID of the status of the new asset.The ID of the asset type of the new asset.The public ID of the asset type of the new asset.inthashCode()voidsetDisplayName(String displayName) The display name of the new asset.voidsetDomainId(UUID domainId) Required. The ID of the domain that the new asset should be added to.voidsetExcludedFromAutoHyperlinking(Boolean excludedFromAutoHyperlinking) Whether or not to exclude the new asset from auto hyperlinking.voidThe ID of the new asset.voidRequired. The full name of the new asset.voidsetStatusId(UUID statusId) The ID of the status of the new asset.voidThe ID of the asset type of the new asset.voidsetTypePublicId(String typePublicId) The public ID of the asset type of the new asset.toString()
-
Constructor Details
-
AddAssetRequest
public AddAssetRequest()
-
-
Method Details
-
builder
-
getName
Required. The full name of the new asset. Should be unique within the domain. -
getDisplayName
The display name of the new asset. -
getDomainId
Required. The ID of the domain that the new asset should be added to. -
getTypeId
The ID of the asset type of the new asset. -
getId
The ID of the new asset. -
getStatusId
The ID of the status of the new asset. -
getExcludedFromAutoHyperlinking
Whether or not to exclude the new asset from auto hyperlinking. -
getTypePublicId
The public ID of the asset type of the new asset. -
setName
Required. The full name of the new asset. Should be unique within the domain. -
setDisplayName
The display name of the new asset. -
setDomainId
Required. The ID of the domain that the new asset should be added to. -
setTypeId
The ID of the asset type of the new asset. -
setId
The ID of the new asset. -
setStatusId
The ID of the status of the new asset. -
setExcludedFromAutoHyperlinking
Whether or not to exclude the new asset from auto hyperlinking. -
setTypePublicId
The public ID of the asset type of the new asset. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-