Class AddDomainRequest
Object
AddDomainRequest
- All Implemented Interfaces:
Serializable
The properties of the domain to be added.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddDomainRequest.Builder
builder()
protected boolean
boolean
Required. The ID of the community that the new domain should be added to.The description of the new domain.getId()
getName()
Required. The name of the new domain.The ID of the domain type of the new domain.The public ID of the domain type of the new domain.int
hashCode()
void
setCommunityId
(UUID communityId) Required. The ID of the community that the new domain should be added to.void
setDescription
(String description) The description of the new domain.void
setExcludedFromAutoHyperlinking
(Boolean excludedFromAutoHyperlinking) void
void
Required. The name of the new domain.void
The ID of the domain type of the new domain.void
setTypePublicId
(String typePublicId) The public ID of the domain type of the new domain.toString()
-
Constructor Details
-
AddDomainRequest
public AddDomainRequest()
-
-
Method Details
-
builder
-
getName
Required. The name of the new domain. Should be unique within the community. -
getCommunityId
Required. The ID of the community that the new domain should be added to. -
getTypeId
The ID of the domain type of the new domain. -
getDescription
The description of the new domain. -
getId
-
getExcludedFromAutoHyperlinking
-
getTypePublicId
The public ID of the domain type of the new domain. -
setName
Required. The name of the new domain. Should be unique within the community. -
setCommunityId
Required. The ID of the community that the new domain should be added to. -
setTypeId
The ID of the domain type of the new domain. -
setDescription
The description of the new domain. -
setId
-
setExcludedFromAutoHyperlinking
-
setTypePublicId
The public ID of the domain type of the new domain. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-