Warning

This feature is available in the Full MapKit SDK version

Package com.yandex.mapkit.search

Class ShowtimesObjectMetadata

java.lang.Object
    ↳ com.yandex.mapkit.search.ShowtimesObjectMetadata

All Superinterfaces:

BaseMetadata

class ShowtimesObjectMetadata implements BaseMetadata, Serializable

Event schedule snippet.

Summary

Constructors

Signature and Description

ShowtimesObjectMetadata()
Use constructor with parameters in your code.

ShowtimesObjectMetadata(@NonNull java.lang.String title,
                        @NonNull java.util.List<Showtime> showtimes)

Methods

Type and modifiers

Method and Description

synchronized java.lang.String

getTitle()
Event title.

synchronized java.util.List<Showtime>

getShowtimes()
List of showtimes.

void

serialize(com.yandex.runtime.bindings.Archive archive)

static java.lang.String

getNativeName()

Constuctors

ShowtimesObjectMetadata

ShowtimesObjectMetadata()

Use constructor with parameters in your code.

This one is for serialization only!


ShowtimesObjectMetadata

ShowtimesObjectMetadata(@NonNull java.lang.String title,
                        @NonNull java.util.List<Showtime> showtimes)


Methods

getTitle

@NonNull
java.lang.String getTitle()

Event title.


getShowtimes

@NonNull
java.util.List<Showtime> getShowtimes()

List of showtimes.


serialize

@Override
void serialize(com.yandex.runtime.bindings.Archive archive)


getNativeName

java.lang.String getNativeName()


Previous