public final class RenderedDocumentState extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RenderedDocumentState.Builder |
Modifier and Type | Method and Description |
---|---|
static RenderedDocumentState.Builder |
builder() |
boolean |
equals(Object o) |
List<ComponentVisibleOnScreen> |
getComponentsVisibleOnScreen()
List of the visible APL components currently shown on screen.
|
List<Object> |
getDataSources()
List of registered data sources' associated metadata
|
String |
getToken()
The token specified in the RenderDocument directive which rendered the content shown on screen.
|
String |
getVersion()
The APL version of the document which rendered the content shown on screen.
|
int |
hashCode() |
String |
toString() |
public static RenderedDocumentState.Builder builder()
public String getToken()
public String getVersion()
public List<ComponentVisibleOnScreen> getComponentsVisibleOnScreen()
public List<Object> getDataSources()
Copyright © 2023. All rights reserved.