Class ChangeDomainRequest.Builder

  • Enclosing class:
    ChangeDomainRequest

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

      • id

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

        public ChangeDomainRequest.Builder communityId​(UUID communityId)
        The ID of the new community for the domain.
        Returns:
        this.
      • description

        public ChangeDomainRequest.Builder description​(String 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

        public ChangeDomainRequest.Builder removeScopeOverlapOnMove​(Boolean removeScopeOverlapOnMove)
        Whether scopes assigned to domain should be removed on move if there are any inherited scopes in new community.
        Returns:
        this.
      • toString

        public String toString()
        Overrides:
        toString in class Object