CLASS

# RoomleCatalog

Contents

  • Properties
    • id
    • name
    • branded
    • hidden
    • featuredImageUrl
    • coverUrl
    • brandIconUrl
    • categories
    • items
    • debugDescription

Representation of a catalog with all available data like name, image, categories and items. This object is only data transfer object (DTO), therefore you can't execute any additional functions like searches or something similar. It is only meant to provide information.

All informations are readonly. If an object like this is queried twice via a RoomleDataManager instance, then it is possible that there are two different instance which contains same information.

# Properties

# id

Identifier of this catalog, it is used to query additional information via our API if needed. It is not an identifier of this object.

# name

Name of this catalog.

# branded

Indicates if this catalog is branded.

# hidden

Indicates if this catalog is hidden. This means that your tenant is allowed to see this catalog, but it should not be visible in some sort of catalog overview.

# featuredImageUrl

An url to the featured image of this catalog. If value is nil, then there is no image available.

# coverUrl

An url to the cover of this catalog. If value is nil, then there is no image available.

# brandIconUrl

An url to the brand icon of this catalog. If value is nil, then there is no image available.

# categories

Associated categories for this catalog.

# items

Associated items for this catalog.

# debugDescription