Class ChangeDomainTypeRequest
Object
ChangeDomainTypeRequest
- All Implemented Interfaces:
Serializable
The properties of the Domain Type to be changed.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe new description for the Domain Type.getId()Required. The ID of the Domain Type to be changed.getName()The new name for the Domain Type.The ID of the new parent for the Domain Type.The new public id for the Domain Type.inthashCode()voidsetDescription(String description) The new description for the Domain Type.voidRequired. The ID of the Domain Type to be changed.voidThe new name for the Domain Type.voidsetParentId(UUID parentId) The ID of the new parent for the Domain Type.voidsetPublicId(String publicId) The new public id for the Domain Type.toString()
-
Constructor Details
-
ChangeDomainTypeRequest
public ChangeDomainTypeRequest()
-
-
Method Details
-
builder
-
getId
Required. The ID of the Domain Type to be changed. -
getPublicId
The new public id for the Domain Type.It must be unique within all Domain Types. It should contain only ASCII letters and digits. It must start with an uppercase ASCII character. It must end with "_C".
WARNING : The public id should only be changed with extreme caution, since it can break existing customizations. The only valid use case is to change it after creation of the type, if no public id was specified, and the generated proposal is not acceptable. -
getName
The new name for the Domain Type. -
getDescription
The new description for the Domain Type. -
getParentId
The ID of the new parent for the Domain Type. -
setId
Required. The ID of the Domain Type to be changed. -
setPublicId
The new public id for the Domain Type.It must be unique within all Domain Types. It should contain only ASCII letters and digits. It must start with an uppercase ASCII character. It must end with "_C".
WARNING : The public id should only be changed with extreme caution, since it can break existing customizations. The only valid use case is to change it after creation of the type, if no public id was specified, and the generated proposal is not acceptable. -
setName
The new name for the Domain Type. -
setDescription
The new description for the Domain Type. -
setParentId
The ID of the new parent for the Domain Type. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-