LocationBasedAppWithRefs

@JsonApi(type = "locationBasedAppWithRefs")
class LocationBasedAppWithRefs : Resource

Types

AppType
Link copied to clipboard
enum AppType : Enum<LocationBasedAppWithRefs.AppType>
Cache
Link copied to clipboard
enum Cache : Enum<LocationBasedAppWithRefs.Cache>

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getContext
Link copied to clipboard
open fun getContext(): Document
getDocument
Link copied to clipboard
open fun getDocument(): Document
getId
Link copied to clipboard
open fun getId(): String
getLinks
Link copied to clipboard
open fun getLinks(): JsonBuffer<Any>
getMeta
Link copied to clipboard
open fun getMeta(): JsonBuffer<Any>
getType
Link copied to clipboard
open fun getType(): String
hashCode
Link copied to clipboard
open override fun hashCode(): Int
setContext
Link copied to clipboard
open fun setContext(p0: Document)
setDocument
Link copied to clipboard
open fun setDocument(p0: Document)
setId
Link copied to clipboard
open fun setId(p0: String)
setLinks
Link copied to clipboard
open fun setLinks(p0: JsonBuffer<Any>)
setMeta
Link copied to clipboard
open fun setMeta(p0: JsonBuffer<Any>)
setType
Link copied to clipboard
open fun setType(p0: String)
toString
Link copied to clipboard
open override fun toString(): String

Properties

androidInstantAppUrl
Link copied to clipboard
var androidInstantAppUrl: String? = null
appType
Link copied to clipboard
var appType: LocationBasedAppWithRefs.AppType? = null
cache
Link copied to clipboard
var cache: LocationBasedAppWithRefs.Cache? = null
createdAt
Link copied to clipboard
var createdAt: Date? = null
deletedAt
Link copied to clipboard
var deletedAt: Date? = null
logoUrl
Link copied to clipboard
var logoUrl: String? = null
pwaUrl
Link copied to clipboard
var pwaUrl: String? = null
references
Link copied to clipboard
var references: List<String>? = null
subtitle
Link copied to clipboard
var subtitle: String? = null
title
Link copied to clipboard
var title: String? = null
updatedAt
Link copied to clipboard
var updatedAt: Date? = null