Class AddCommunityRequest.Builder
Object
Builder
- Enclosing class:
AddCommunityRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.description(String description) The description of the new community.The ID of the new community.Required. The name (required) of the new community.The ID of the parent for the new community.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useAddCommunityRequest.builder()Clone method for this Builder. -
parentId
The ID of the parent for the new community.- Returns:
this.
-
name
Required. The name (required) of the new community. Should be unique across all communities.- Returns:
this.
-
description
The description of the new community.- Returns:
this.
-
id
The ID of the new community.- Returns:
this.
-
build
-
toString
-