Skip to content

/AWS1/CL_WSWWALLPAPERIMAGEINP

The input for a wallpaper image. Provide the image as either a binary image file or an S3 URI. Maximum 5 MB in JPEG or PNG format.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_blob TYPE /AWS1/WSWWALLPAPERIMAGE /AWS1/WSWWALLPAPERIMAGE

The image provided as a binary image file.

iv_s3uri TYPE /AWS1/WSWS3URI /AWS1/WSWS3URI

The S3 URI pointing to the image file. The URI must use the format s3://bucket-name/key-name. You must have read access to the S3 object.


Queryable Attributes

blob

The image provided as a binary image file.

Accessible with the following methods

Method Description
GET_BLOB() Getter for BLOB, with configurable default
ASK_BLOB() Getter for BLOB w/ exceptions if field has no value
HAS_BLOB() Determine if BLOB has a value

s3Uri

The S3 URI pointing to the image file. The URI must use the format s3://bucket-name/key-name. You must have read access to the S3 object.

Accessible with the following methods

Method Description
GET_S3URI() Getter for S3URI, with configurable default
ASK_S3URI() Getter for S3URI w/ exceptions if field has no value
HAS_S3URI() Determine if S3URI has a value