Class ChangeDomainRequest.Builder
Object
Builder
- Enclosing class:
ChangeDomainRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.communityId(UUID communityId) The ID of the new community for the domain.description(String description) The new description for the domain.excludedFromAutoHyperlinking(Boolean excludedFromAutoHyperlinking) Whether the domain should be excluded from hyperlinking or not.Required. The ID of the domain to be changed.The new name for the domain.removeScopeOverlapOnMove(Boolean removeScopeOverlapOnMove) Whether scopes assigned to domain should be removed on move if there are any inherited scopes in new community.toString()The ID of the new domain type for the domain.typePublicId(String typePublicId) The public ID of the new domain type for the domain.
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useChangeDomainRequest.builder()Clone method for this Builder. -
id
Required. The ID of the domain to be changed. Silently ignored if the ID is provided as path parameter of the request.- Returns:
this.
-
name
The new name for the domain.- Returns:
this.
-
communityId
The ID of the new community for the domain.- Returns:
this.
-
typeId
The ID of the new domain type for the domain.- Returns:
this.
-
description
The new description for the domain.- Returns:
this.
-
excludedFromAutoHyperlinking
public ChangeDomainRequest.Builder excludedFromAutoHyperlinking(Boolean excludedFromAutoHyperlinking) Whether the domain should be excluded from hyperlinking or not.- Returns:
this.
-
removeScopeOverlapOnMove
Whether scopes assigned to domain should be removed on move if there are any inherited scopes in new community.- Returns:
this.
-
typePublicId
The public ID of the new domain type for the domain.- Returns:
this.
-
build
-
toString
-