StatesApi class

Constructors

StatesApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apiV1MatchesMatchIdStatesLatestDelete(int matchId) Future<void>
Delete the latest state from the match with id matchId.
apiV1MatchesMatchIdStatesLatestDeleteWithHttpInfo(int matchId) Future<Response>
Delete the latest state from the match with id matchId.
apiV1MatchesMatchIdStatesLatestGet(int matchId) Future<State?>
Get the latest state from the match with id matchId.
apiV1MatchesMatchIdStatesLatestGetWithHttpInfo(int matchId) Future<Response>
Get the latest state from the match with id matchId.
apiV1MatchesMatchIdStatesLatestPut(int matchId, {UpdateStateRequestBody? updateStateRequestBody}) Future<State?>
Update the latest state from the match with id matchId.
apiV1MatchesMatchIdStatesLatestPutWithHttpInfo(int matchId, {UpdateStateRequestBody? updateStateRequestBody}) Future<Response>
Update the latest state from the match with id matchId.
apiV1MatchesMatchIdStatesPost(int matchId, {CreateStateRequestBody? createStateRequestBody}) Future<State?>
Create a new match state when a participant scores a point.
apiV1MatchesMatchIdStatesPostWithHttpInfo(int matchId, {CreateStateRequestBody? createStateRequestBody}) Future<Response>
Create a new match state when a participant scores a point.
apiV1MatchesMatchIdStatesStateIndexGet(int matchId, int stateIndex) Future<State?>
Get the state with index stateIndex from the match with id matchId.
apiV1MatchesMatchIdStatesStateIndexGetWithHttpInfo(int matchId, int stateIndex) Future<Response>
Get the state with index stateIndex from the match with id matchId.
apiV1MatchesMatchIdStatesStateIndexPut(int matchId, int stateIndex, {UpdateStateRequestBody? updateStateRequestBody}) Future<State?>
Update the state with index stateIndex from the match with id matchId.
apiV1MatchesMatchIdStatesStateIndexPutWithHttpInfo(int matchId, int stateIndex, {UpdateStateRequestBody? updateStateRequestBody}) Future<Response>
Update the state with index stateIndex from the match with id matchId.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited