Class AddDomainTypeRequest
Object
AddDomainTypeRequest
- All Implemented Interfaces:
Serializable
The properties of the Domain Type to be added.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddDomainTypeRequest.Builderbuilder()protected booleanbooleanThe description of the new Domain Type.getId()The ID of the new Domain Type.getName()Required. The name of the new Domain Type.The ID of the parent of the new Domain Type.The public id that will be assigned to the new Domain Type.inthashCode()voidsetDescription(String description) The description of the new Domain Type.voidThe ID of the new Domain Type.voidRequired. The name of the new Domain Type.voidsetParentId(UUID parentId) The ID of the parent of the new Domain Type.voidsetPublicId(String publicId) The public id that will be assigned to the new Domain Type.toString()
-
Constructor Details
-
AddDomainTypeRequest
public AddDomainTypeRequest()
-
-
Method Details
-
builder
-
getId
The ID of the new Domain Type. Should be unique within all Domain Types. It should have a format of universally unique identifier (UUID) and should not start with00000000-0000-0000-which is a reserved prefix -
getPublicId
The public id that will be assigned to the new 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". If no public id is provided, a valid public id will be generated.
-
getName
Required. The name of the new Domain Type. Should be unique within all Domain Types. -
getDescription
The description of the new Domain Type. -
getParentId
The ID of the parent of the new Domain Type. -
setId
The ID of the new Domain Type. Should be unique within all Domain Types. It should have a format of universally unique identifier (UUID) and should not start with00000000-0000-0000-which is a reserved prefix -
setPublicId
The public id that will be assigned to the new 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". If no public id is provided, a valid public id will be generated.
-
setName
Required. The name of the new Domain Type. Should be unique within all Domain Types. -
setDescription
The description of the new Domain Type. -
setParentId
The ID of the parent of the new Domain Type. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-