Class AddDomainRequest.Builder
Object
Builder
- Enclosing class:
AddDomainRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.communityId(UUID communityId) Required. The ID of the community that the new domain should be added to.description(String description) The description of the new domain.excludedFromAutoHyperlinking(Boolean excludedFromAutoHyperlinking) Required. The name of the new domain.toString()The ID of the domain type of the new domain.typePublicId(String typePublicId) The public ID of the domain type of the new domain.
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useAddDomainRequest.builder()Clone method for this Builder. -
name
Required. The name of the new domain. Should be unique within the community.- Returns:
this.
-
communityId
Required. The ID of the community that the new domain should be added to.- Returns:
this.
-
typeId
The ID of the domain type of the new domain.- Returns:
this.
-
description
The description of the new domain.- Returns:
this.
-
id
- Returns:
this.
-
excludedFromAutoHyperlinking
- Returns:
this.
-
typePublicId
The public ID of the domain type of the new domain.- Returns:
this.
-
build
-
toString
-