Skip to content

/AWS1/CL_QSTSPACERESUMMARY

A summary of a resource in a space.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_resourcetype TYPE /AWS1/QSTSPACEQUICKSIGHTRESTYP /AWS1/QSTSPACEQUICKSIGHTRESTYP

The type of the resource.

io_resourcedetails TYPE REF TO /AWS1/CL_QSTSPACEQUICKSIGHTR00 /AWS1/CL_QSTSPACEQUICKSIGHTR00

The details of the resource.

Optional arguments:

iv_resourcename TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00

The name of the resource.

iv_updatedat TYPE /AWS1/QSTTIMESTAMP00 /AWS1/QSTTIMESTAMP00

The date and time that the resource was last updated.


Queryable Attributes

ResourceType

The type of the resource.

Accessible with the following methods

Method Description
GET_RESOURCETYPE() Getter for RESOURCETYPE, with configurable default
ASK_RESOURCETYPE() Getter for RESOURCETYPE w/ exceptions if field has no value
HAS_RESOURCETYPE() Determine if RESOURCETYPE has a value

ResourceDetails

The details of the resource.

Accessible with the following methods

Method Description
GET_RESOURCEDETAILS() Getter for RESOURCEDETAILS

ResourceName

The name of the resource.

Accessible with the following methods

Method Description
GET_RESOURCENAME() Getter for RESOURCENAME, with configurable default
ASK_RESOURCENAME() Getter for RESOURCENAME w/ exceptions if field has no value
HAS_RESOURCENAME() Determine if RESOURCENAME has a value

UpdatedAt

The date and time that the resource was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SPACERESOURCESUMMARIES

TYPES TT_SPACERESOURCESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTSPACERESUMMARY WITH DEFAULT KEY
.