Class AddDomainRequest.Builder

  • Enclosing class:
    AddDomainRequest

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

      • name

        public AddDomainRequest.Builder name​(@NotNull
                                             @NotNull String name)
        Required. The name of the new domain. Should be unique within the community.
        Returns:
        this.
      • communityId

        public AddDomainRequest.Builder communityId​(@NotNull
                                                    @NotNull UUID communityId)
        Required. The ID of the community that the new domain should be added to.
        Returns:
        this.
      • typeId

        public AddDomainRequest.Builder typeId​(@NotNull
                                               @NotNull UUID typeId)
        Required. The ID of the domain type of the new domain.
        Returns:
        this.
      • description

        public AddDomainRequest.Builder description​(String description)
        The description of the new domain.
        Returns:
        this.
      • excludedFromAutoHyperlinking

        public AddDomainRequest.Builder excludedFromAutoHyperlinking​(Boolean excludedFromAutoHyperlinking)
        Returns:
        this.
      • toString

        public String toString()
        Overrides:
        toString in class Object