| Package | Description |
|---|---|
| com.google.api.services.servicenetworking.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
Page |
Page.clone() |
Page |
Page.set(String fieldName,
Object value) |
Page |
Page.setContent(String content)
The Markdown content of the page.
|
Page |
Page.setName(String name)
The name of the page.
|
Page |
Page.setSubpages(List<Page> subpages)
Subpages of this page.
|
| Modifier and Type | Method and Description |
|---|---|
List<Page> |
Documentation.getPages()
The top level pages for the documentation set.
|
List<Page> |
Documentation.getSectionOverrides()
Specifies section and content to override the boilerplate content.
|
List<Page> |
Page.getSubpages()
Subpages of this page.
|
| Modifier and Type | Method and Description |
|---|---|
Documentation |
Documentation.setPages(List<Page> pages)
The top level pages for the documentation set.
|
Documentation |
Documentation.setSectionOverrides(List<Page> sectionOverrides)
Specifies section and content to override the boilerplate content.
|
Page |
Page.setSubpages(List<Page> subpages)
Subpages of this page.
|
Copyright © 2011–2025 Google. All rights reserved.