| Modifier and Type | Class and Description |
|---|---|
static class |
Help.HelpLink.Builder
Builder for constructing HelpLink instances.
|
| Constructor and Description |
|---|
HelpLink() |
| Modifier and Type | Method and Description |
|---|---|
static Help.HelpLink.Builder |
builder()
Creates a new builder for constructing HelpLink instances.
|
abstract String |
description()
Describes what the link offers.
|
abstract String |
url()
The URL of the link.
|
public abstract String description()
This field provides a human-readable description of what users can expect to find when they follow the link. The description should be clear and specific enough for users to decide whether the link is relevant to their situation.
Examples of link descriptions:
A good description helps users understand:
public abstract String url()
This field contains the actual URL that users can follow to access the helpful resource. The URL should be:
Examples of helpful URLs:
public static Help.HelpLink.Builder builder()
Copyright © 2026. All rights reserved.