Class ChangeCommunityRequest.Builder
Object
Builder
- Enclosing class:
ChangeCommunityRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.description(String description) The new description for the community.Required. The ID of the community to be changed.The new name for the community.The ID of the new parent community for the community.removeScopeOverlapOnMove(Boolean removeScopeOverlapOnMove) Whether scopes assigned to community and its children should be removed on move if there are any inherited scopes in new parent community.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useChangeCommunityRequest.builder()Clone method for this Builder. -
id
Required. The ID of the community to be changed. Silently ignored if the ID is provided as path parameter of the request.- Returns:
this.
-
parentId
The ID of the new parent community for the community.- Returns:
this.
-
name
The new name for the community.- Returns:
this.
-
description
The new description for the community.- Returns:
this.
-
removeScopeOverlapOnMove
Whether scopes assigned to community and its children should be removed on move if there are any inherited scopes in new parent community.- Returns:
this.
-
build
-
toString
-