Class AddCommunityRequest
Object
AddCommunityRequest
- All Implemented Interfaces:
Serializable
The properties of the community to be added
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddCommunityRequest.Builderbuilder()protected booleanbooleanThe description of the new community.getId()The ID of the new community.getName()Required. The name (required) of the new community.The ID of the parent for the new community.inthashCode()voidsetDescription(String description) The description of the new community.voidThe ID of the new community.voidRequired. The name (required) of the new community.voidsetParentId(UUID parentId) The ID of the parent for the new community.toString()
-
Constructor Details
-
AddCommunityRequest
public AddCommunityRequest()
-
-
Method Details
-
builder
-
getParentId
The ID of the parent for the new community. -
getName
Required. The name (required) of the new community. Should be unique across all communities. -
getDescription
The description of the new community. -
getId
The ID of the new community. -
setParentId
The ID of the parent for the new community. -
setName
Required. The name (required) of the new community. Should be unique across all communities. -
setDescription
The description of the new community. -
setId
The ID of the new community. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-