Package | Description |
---|---|
io.riada.insight.model |
Modifier and Type | Method and Description |
---|---|
ImmutableDocumentationPage |
ImmutableDocumentationPage.Builder.build()
Builds a new
ImmutableDocumentationPage . |
static ImmutableDocumentationPage |
ImmutableDocumentationPage.copyOf(DocumentationPage instance)
Creates an immutable copy of a
DocumentationPage value. |
ImmutableDocumentationPage |
ImmutableDocumentationPage.withId(Long value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableDocumentationPage |
ImmutableDocumentationPage.withProviderId(String value)
Copy the current immutable object by setting a value for the
providerId attribute. |
ImmutableDocumentationPage |
ImmutableDocumentationPage.withTitle(String value)
Copy the current immutable object by setting a value for the
title attribute. |
ImmutableDocumentationPage |
ImmutableDocumentationPage.withUrl(String value)
Copy the current immutable object by setting a value for the
url attribute. |
Copyright © 2024 Atlassian. All rights reserved.