Class ChangeScopeRequest.Builder

  • Enclosing class:
    ChangeScopeRequest

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

      • id

        public ChangeScopeRequest.Builder id​(@NotNull
                                             @NotNull UUID id)
        Required. The ID of the scope to be changed. Silently ignored if the ID is provided as path parameter of the request.
        Returns:
        this.
      • description

        public ChangeScopeRequest.Builder description​(String description)
        The new description for the scope.
        Returns:
        this.
      • domainIds

        public ChangeScopeRequest.Builder domainIds​(List<UUID> domainIds)
        The new list of IDs of domains that should included in the scope.
        Returns:
        this.
      • communityIds

        public ChangeScopeRequest.Builder communityIds​(List<UUID> communityIds)
        The new list of IDs of communities that should included in the scope.
        Returns:
        this.
      • toString

        public String toString()
        Overrides:
        toString in class Object