Software
Software
Software Objects
class Software()This is a base object that allows the user to create a Datapoint.
constructor
function constructor()composeElement
function composeElement() -> '*'Returns:
*
withDate
function withDate(date: string) -> 'Software'Set the date attribute
Arguments:
datestring
Returns:
Software
withName
function withName(name: string) -> 'Software'Set the name attribute
Arguments:
namestring
Returns:
Software
withType
function withType(type: string) -> 'Software'Set the type attribute
Arguments:
typestring
Returns:
Software
withVersion
function withVersion(version: string) -> 'Software'Set the version attribute
Arguments:
versionstring
Returns:
Software