Class ChangeCommunityRequest.Builder

  • Enclosing class:
    ChangeCommunityRequest

    public static final class ChangeCommunityRequest.Builder
    extends Object
    • Method Detail

      • id

        public ChangeCommunityRequest.Builder id​(@NotNull
                                                 @NotNull UUID 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.
      • removeScopeOverlapOnMove

        public ChangeCommunityRequest.Builder 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.
        Returns:
        this.
      • toString

        public String toString()
        Overrides:
        toString in class Object