Skip to content

/AWS1/CL_WA2MOBILESDKRELEASE

Information for a release of the mobile SDK, including release notes and tags.

The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage WAF tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see WAF client application integration in the WAF Developer Guide.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_releaseversion TYPE /AWS1/WA2VERSIONKEYSTRING /AWS1/WA2VERSIONKEYSTRING

The release version.

iv_timestamp TYPE /AWS1/WA2TIMESTAMP /AWS1/WA2TIMESTAMP

The timestamp of the release.

iv_releasenotes TYPE /AWS1/WA2RELEASENOTES /AWS1/WA2RELEASENOTES

Notes describing the release.

it_tags TYPE /AWS1/CL_WA2TAG=>TT_TAGLIST TT_TAGLIST

Tags that are associated with the release.


Queryable Attributes

ReleaseVersion

The release version.

Accessible with the following methods

Method Description
GET_RELEASEVERSION() Getter for RELEASEVERSION, with configurable default
ASK_RELEASEVERSION() Getter for RELEASEVERSION w/ exceptions if field has no valu
HAS_RELEASEVERSION() Determine if RELEASEVERSION has a value

Timestamp

The timestamp of the release.

Accessible with the following methods

Method Description
GET_TIMESTAMP() Getter for TIMESTAMP, with configurable default
ASK_TIMESTAMP() Getter for TIMESTAMP w/ exceptions if field has no value
HAS_TIMESTAMP() Determine if TIMESTAMP has a value

ReleaseNotes

Notes describing the release.

Accessible with the following methods

Method Description
GET_RELEASENOTES() Getter for RELEASENOTES, with configurable default
ASK_RELEASENOTES() Getter for RELEASENOTES w/ exceptions if field has no value
HAS_RELEASENOTES() Determine if RELEASENOTES has a value

Tags

Tags that are associated with the release.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value