Uses of Class
io.gs2.seasonRating.model.MatchSession
Packages that use MatchSession
-
Uses of MatchSession in io.gs2.seasonRating.model
Methods in io.gs2.seasonRating.model that return MatchSessionModifier and TypeMethodDescriptionstatic MatchSessionMatchSession.fromJson(com.fasterxml.jackson.databind.JsonNode data) MatchSession.withCreatedAt(Long createdAt) MatchSession.withRevision(Long revision) MatchSession.withSessionId(String sessionId) Methods in io.gs2.seasonRating.model with parameters of type MatchSession -
Uses of MatchSession in io.gs2.seasonRating.result
Methods in io.gs2.seasonRating.result that return MatchSessionModifier and TypeMethodDescriptionCreateMatchSessionResult.getItem()DeleteMatchSessionResult.getItem()GetMatchSessionResult.getItem()Methods in io.gs2.seasonRating.result that return types with arguments of type MatchSessionMethods in io.gs2.seasonRating.result with parameters of type MatchSessionModifier and TypeMethodDescriptionvoidCreateMatchSessionResult.setItem(MatchSession item) voidDeleteMatchSessionResult.setItem(MatchSession item) voidGetMatchSessionResult.setItem(MatchSession item) CreateMatchSessionResult.withItem(MatchSession item) DeleteMatchSessionResult.withItem(MatchSession item) GetMatchSessionResult.withItem(MatchSession item) Method parameters in io.gs2.seasonRating.result with type arguments of type MatchSessionModifier and TypeMethodDescriptionvoidDescribeMatchSessionsResult.setItems(List<MatchSession> items) DescribeMatchSessionsResult.withItems(List<MatchSession> items)