-
- All Implemented Interfaces:
-
android.os.Parcelable,com.facebook.share.model.ShareModel
public final class TournamentConfig implements ShareModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTournamentConfig.BuilderBuilder class for a concrete instance of TournamentCreationConfig
public classTournamentConfig.CREATOR
-
Method Summary
Modifier and Type Method Description final StringgetTitle()Gets the tournament title. final TournamentSortOrdergetSortOrder()Gets the tournament sort order. final TournamentScoreTypegetScoreType()Gets the tournament score format. final InstantgetEndTime()Gets the tournament end time. final ImagegetImage()Gets the tournament image. final StringgetPayload()Gets the tournament payload. IntegerdescribeContents()UnitwriteToParcel(Parcel out, Integer flags)-
-
Method Detail
-
getSortOrder
final TournamentSortOrder getSortOrder()
Gets the tournament sort order.
-
getScoreType
final TournamentScoreType getScoreType()
Gets the tournament score format.
-
getEndTime
final Instant getEndTime()
Gets the tournament end time.
-
getPayload
final String getPayload()
Gets the tournament payload.
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel out, Integer flags)
-
-
-
-