SPARIdentifier Class
An R6Class
generator object
id
character
returntype
character [optional]
prefix
character [optional]
new()
SPARIdentifier$new(id, returntype = NULL, prefix = NULL, ...)
toJSON()
SPARIdentifier$toJSON()
fromJSON()
SPARIdentifier$fromJSON(SPARIdentifierJson)
toJSONString()
SPARIdentifier$toJSONString()
fromJSONString()
SPARIdentifier$fromJSONString(SPARIdentifierJson)
clone()
The objects of this class are cloneable with this method.
SPARIdentifier$clone(deep = FALSE)
deep
Whether to make a deep clone.