public class Series extends BaseOption
Series options for specific data and the data itself. In TypeScript you have to cast the series options to specific series types, to get all possible options for a series.
Copyright (c) 2026 Powerbuilt Systems. All rights reserved.| Constructor and Description |
|---|
Series() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Get the _id option.
|
String |
getName()
Get the _name option.
|
Series |
setId(String _id)
Set the _id option.
|
Series |
setName(String _name)
Set the _name option.
|
set_hcNulledOptionpublic String getId()
public Series setId(String _id)
_id - the value for the _id option.public String getName()
Copyright © 2026. All rights reserved.