Softwares
Softwares
Softwares Objects
class Softwares()This is a base object that contains all you can do about Softwares.
constructor
function constructor()Constructor
Arguments:
ReferenceInternalOpenGateAPI - to the API object.
deleteInCascade
function deleteInCascade() -> '*'Returns:
*
updateInCascade
function updateInCascade() -> '*'Returns:
*
withIdentifier
function withIdentifier(id: string) -> 'Softwares'Set the identifier attribute
Arguments:
idstring - required field
Returns:
Softwares
withModels
function withModels(models: Array) -> 'Softwares'Set the model attribute
Arguments:
modelsArray
Returns:
Softwares
withName
function withName(name: string) -> 'Softwares'Set the name attribute
Arguments:
namestring - required field
Returns:
Softwares
withType
function withType(type: string) -> 'Softwares'Set the type attribute
Arguments:
typestring
Returns:
Softwares
withVersion
function withVersion(version: string) -> 'Softwares'Set the version attribute
Arguments:
versionstring - required field
Returns:
Softwares