Softwares

Softwares

Softwares Objects

class Softwares()

This is a base object that contains all you can do about Softwares.

constructor
function constructor()

Constructor

Arguments:

  • Reference InternalOpenGateAPI - to the API object.

deleteInCascade
function deleteInCascade() -> '*'

Returns:

  • *

updateInCascade
function updateInCascade() -> '*'

Returns:

  • *

withIdentifier
function withIdentifier(id: string) -> 'Softwares'

Set the identifier attribute

Arguments:

  • id string - required field

Returns:

  • Softwares

withModels
function withModels(models: Array) -> 'Softwares'

Set the model attribute

Arguments:

  • models Array

Returns:

  • Softwares

withName
function withName(name: string) -> 'Softwares'

Set the name attribute

Arguments:

  • name string - required field

Returns:

  • Softwares

withType
function withType(type: string) -> 'Softwares'

Set the type attribute

Arguments:

  • type string

Returns:

  • Softwares

withVersion
function withVersion(version: string) -> 'Softwares'

Set the version attribute

Arguments:

  • version string - required field

Returns:

  • Softwares